Fundamentals of Neural Networks and multilayer perceptron model.pptx
NidhiSharma764884
25 views
12 slides
Aug 26, 2024
Slide 1 of 12
1
2
3
4
5
6
7
8
9
10
11
12
About This Presentation
Fundamentals of neural networks
Size: 1.3 MB
Language: en
Added: Aug 26, 2024
Slides: 12 pages
Slide Content
Neural Networks
Artificial Neural Network ANN’s learn relationship between cause and effect or organizing large volumes of data into orderly and informative pattern. Characteristics of Brain Parallel Computing Learning is based only on local information Learning ability and generalization Learning is constant and usually unsupervised Connects get reorganized based on experience Performance degrades if some units are removed Characteristics of ANN(desired) Massive Parallel processing Robust
Perceptron Model Learns from Experience Strength of connection between the neurons is stored as a weight value for the specific connection. Characterization 1. Architecture- A pattern of connection between neurons Single Layer Feedforward Multi-layer feedforward Recurrent 2. Strategy –Learning Algorithm Supervised Unsupervised Reinforced 3. Activation Function-Function to compute output Linear Non-linear