© seminar on artificial neural network and its applications by mr. susant kumar behera mrs. i....

20
©www.fakengineer.com SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

Upload: willa-griffith

Post on 17-Jan-2016

216 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

SEMINAR ONARTIFICIAL NEURAL NETWORK

AND ITS APPLICATIONS

By

Mr. Susant Kumar BeheraMrs. I. Vijaya

Page 2: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

ARTIFICIAL NEURALNETWORKS

DEVELOPED BY:

Warren McCulloch &

Walter Pits.

Page 3: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

A Tribute To Mr.Frank Rosenblatt

Father of Artificial Neuron Networking

Page 4: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

INTRODUCTION

There is no known algorithm for predicting solvent accessibility or coordination number.

Many different approaches were tried, and most of them utilized the concept of neural networks.

We shall discuss what these networks are, how do they work, and how we use them for our cause.

Page 5: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

ARTIFICIAL NEURAL NETWORK

• Attempts to mimic the actions of the neural networks of the human body

• Let’s first look at how a biological neural network works– A neuron is a single cell that conducts a

chemically-based electronic signal– At any point in time a neuron is in either an

excited or inhibited state

Page 6: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

STRUCTURE OF A NEURON

– A series of connected neurons forms a pathway– A series of excited neurons creates a strong

pathway– A biological neuron has multiple input tentacles

called dendrites and one primary output tentacle called an axon

– The gap between an axon and a dendrite is called a synapse

Page 7: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

Electron Micrograph of a Real NeuronElectron Micrograph of a

Real Neuron

Page 8: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

NEURAL NETWORKING IN A BIOLOGICAL CELL

Page 9: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

ARTIFICIAL NEURAL NETWORKS

• Each processing element in an artificial neural net is analogous to a biological neuron– An element accepts a certain number of input

values and produces a single output value of either 0 or 1

– Associated with each input value is a numeric weight

Page 10: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

FEATURES OF ANN

•NNs attempt to model the way the brain is structured:

–10 billion neurons that communicate via 60 trillion connections (synapses).

–Parallel rather than sequential processing.

•NNs are composed of the following elements:

–Neuron (soma)

–Inputs (dendrites)

–Outputs of Neurons (axons)

–Weights (synapse)

Page 11: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

THE ACTIVITIES WITHIN A PROCESSING UNIT

Page 12: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

HOW ANN WORK?

•In the preceding figure, all of the zeroth inputs to either the hidden our output layer are referred to as thresholds and are typically set to -1.

•The weights of a neural network can be any positive or negative value.

•The input values are multiplied by the weights that connect them to a particular neuron.

•Neurons take this weighted sum as input and use an activation function to compute the neurons output.

•The output of one neuron becomes the input to another neuron multiplied by a different subset of weights.

Page 13: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

TYPES OF NETWORK

Multilayer Perceptron

Radial Basis Function

Kohonen

Linear

Hopfield

Adaline/Madaline

Probabilistic Neural Network (PNN)

General Regression Neural Network (GRNN)

and at least thirty others

Page 14: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

NEURAL NETWORKS USES

• Speech recognition• Speech synthesis• Image recognition• Pattern recognition• Stock market prediction• Robot control and navigation

Page 15: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

Strengths of Artificial Neural Networks Neural Networks Are Versatile

Neural Networks Are Versatile

Neural Networks Can Produce Good Results in Complicated Domains

Neural Networks Can Handle Categorical and Continuous Data Types

Neural Networks Are Available in Many Off-the-Shelf Packages

STRENGTHS OF NEURAL NETWORKING

Page 16: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

All Inputs and Outputs Must Be Massaged to

Neural Networks Cannot Explain Results

Neural Networks May Converge on an Inferior Solution

WEAKNESSES OF ARTIFICIAL

NEURAL NETWORKS

Page 17: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

CONCLUSION

Neural network are very flexible and powerful.

If used sensibly they can produce some amazing results.

It has a very vast scope in this modern world.

Page 18: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

REFERENCESi. Neural Networks at Pacific Northwest National

Laboratory .

http://www.emsl.pnl.gov:2080/docs/cie/neural/neural.html

ii. Artificial Neural Networks in Medicine.

http://www.emsl.pnl.gov:2080/docs/cie/techbrief/NN.html

iii. Electronic Noses for Telemedicine.

http://www.emsl.pnl.gov:2080/docs/cie/neural/papers2/

keller.ccc95.abs.html

iv. Pattern Recognition of Pathology Images.

http://kopernik-eth.npac.syr.edu:1200/Task4/pattern.html

Page 19: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com

Page 20: © SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya

©www.fakengineer.com