Fundamentals of Neural Networks and multilayer perceptron model.pptx

NidhiSharma764884 25 views 12 slides Aug 26, 2024
Slide 1
Slide 1 of 12
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12

About This Presentation

Fundamentals of neural networks


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

Introduction

Multilayer Perceptron