+ All Categories
Home > Documents > Neural Network

Neural Network

Date post: 14-Nov-2014
Category:
Upload: abhishek-sasan
View: 521 times
Download: 5 times
Share this document with a friend
Description:
 
Popular Tags:
25
NEURAL NETWORK Submitted by : Abhishek Sasan(500901515) Laleet Grover() Munish Kumar(500901505)
Transcript
Page 1: Neural Network

NEURAL NETWORK

Submitted by : Abhishek Sasan(500901515)Laleet Grover()Munish Kumar(500901505)

Page 2: Neural Network

Content

Definition Examples Types of Neural Networks Selection of NN Areas where NN is useful Applications Advantages Limitations SNNS

Page 3: Neural Network

Definition

A neural network is a computational method inspired by studies of the brain and nervous systems in biological organisms.

A Computing system made of a number of simple, highly interconnected processing elements, which process information by their dynamic state response to external input.

Page 4: Neural Network

Example :Single Neuron

Page 5: Neural Network

Example :Three Layers Neural Net

Page 6: Neural Network

Neural Network

They can be distinguished by:their type (feed forward or feed back)their structure the learning algorithm they use

Page 7: Neural Network

Types of Neural Network

Page 8: Neural Network

Single Layer Feed forward Network

Page 9: Neural Network

Multi -Layer Feed forward Network

Page 10: Neural Network

Feed Back Network

Page 11: Neural Network

Selection of Neural Nets

Page 12: Neural Network

Perceptron

Page 13: Neural Network

Multi-Layer-Perceptron

Page 14: Neural Network

Back propagation Net

Page 15: Neural Network

Hopfield Net

Page 16: Neural Network

Kohonen Feature Map

Page 17: Neural Network

How Do Neural Networks Work ?

The output of a neuron is a function of the weighted sum of the inputs plus a bias

Neuron

w1i1

w2i2

i3 w3

Output = f(i1w1 + i2w2 + i3w3 + bias)

Bias

Page 18: Neural Network

Areas where Neural Net May be Useful

Pattern association

Pattern classification

Regularity detection

Image processing

Speech analysis

Optimization problems

Page 19: Neural Network

Three Main Applications

Concurrent simulation, where results of an ANN model are compared with results of a less realistic but validated common model to avoid a non expected behavior of the Neural-Net.

ANN as sub-components of a global model, to model subsystems that would be hard to model commonly because of a lack of understanding.

Adaptive models, "models that can learn", according to an error feedback such model would be able to adapt runtime to situations that hasn't been taken into account.

Page 20: Neural Network

Why Use Neural Networks

Ability to learn : NN’s figure out how to perform their function on their

own

Determine their function based only upon sample inputs

Ability to generalize

i.e. produce reasonable outputs for inputs it has not been taught how to deal with

Page 21: Neural Network

Advantages : Neural Network

Handle partial lack of system understanding Create adaptive models (models that can learn)

 

Page 22: Neural Network

Limitations

The operational problem encountered when attempting to simulate the parallelism of neural networks

Instability to explain any results that they

obtain

Page 23: Neural Network

Neural Network Software

Neural network software is used to stimulate, research, develop and apply artificial neural networks, biological neural networks

Simulators usually have some form of built- in visualization to monitor the training process

Page 24: Neural Network
Page 25: Neural Network

Recommended