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

Slides:



Advertisements
Similar presentations
Introduction to Neural Networks
Advertisements

Learning in Neural and Belief Networks - Feed Forward Neural Network 2001 년 3 월 28 일 안순길.
Artificial Neural Networks (1)
Neural Network I Week 7 1. Team Homework Assignment #9 Read pp. 327 – 334 and the Week 7 slide. Design a neural network for XOR (Exclusive OR) Explore.
Biological and Artificial Neurons Michael J. Watts
Artificial Intelligence (CS 461D)
Neural Networks.
Connectionist models. Connectionist Models Motivated by Brain rather than Mind –A large number of very simple processing elements –A large number of weighted.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
Rutgers CS440, Fall 2003 Neural networks Reading: Ch. 20, Sec. 5, AIMA 2 nd Ed.
Introduction to Neural Network Justin Jansen December 9 th 2002.
How does the mind process all the information it receives?
AN INTERACTIVE TOOL FOR THE STOCK MARKET RESEARCH USING RECURSIVE NEURAL NETWORKS Master Thesis Michal Trna
1 Pendahuluan Pertemuan 1 Matakuliah: T0293/Neuro Computing Tahun: 2005.
Neural Networks Lab 5. What Is Neural Networks? Neural networks are composed of simple elements( Neurons) operating in parallel. Neural networks are composed.
JYC: CSM17 Bioinformatics Week 9: Simulations #3: Neural Networks biological neurons natural neural networks artificial neural networks applications.
Artificial Neural Network
Neural Networks William Lai Chris Rowlett. What are Neural Networks? A type of program that is completely different from functional programming. Consists.
Neural Networks. Background - Neural Networks can be : Biological - Biological models Artificial - Artificial models - Desire to produce artificial systems.
Traffic Sign Recognition Using Artificial Neural Network Radi Bekker
Artificial neural networks:
Neurons, Neural Networks, and Learning 1. Human brain contains a massively interconnected net of (10 billion) neurons (cortical cells) Biological.
MSE 2400 EaLiCaRA Spring 2015 Dr. Tom Way
Artificial Intelligence Lecture No. 28 Dr. Asad Ali Safi ​ Assistant Professor, Department of Computer Science, COMSATS Institute of Information Technology.
Artificial Neural Nets and AI Connectionism Sub symbolic reasoning.
IE 585 Introduction to Neural Networks. 2 Modeling Continuum Unarticulated Wisdom Articulated Qualitative Models Theoretic (First Principles) Models Empirical.
Artificial Neural Networks. Applied Problems: Image, Sound, and Pattern recognition Decision making  Knowledge discovery  Context-Dependent Analysis.
1 Machine Learning The Perceptron. 2 Heuristic Search Knowledge Based Systems (KBS) Genetic Algorithms (GAs)
Neural Networks Kasin Prakobwaitayakit Department of Electrical Engineering Chiangmai University EE459 Neural Networks The Structure.
NEURAL NETWORKS FOR DATA MINING
Presented by Scott Lichtor An Introduction to Neural Networks.
Artificial Neural Networks. The Brain How do brains work? How do human brains differ from that of other animals? Can we base models of artificial intelligence.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
Artificial Neural Networks An Introduction. What is a Neural Network? A human Brain A porpoise brain The brain in a living creature A computer program.
1 Introduction to Neural Networks And Their Applications.
Introduction to Artificial Intelligence (G51IAI) Dr Rong Qu Neural Networks.
Neural Networks II By Jinhwa Kim. 2 Neural Computing is a problem solving methodology that attempts to mimic how human brain function Artificial Neural.
Neural Networks Steven Le. Overview Introduction Architectures Learning Techniques Advantages Applications.
Artificial Intelligence & Neural Network
Neural Network Basics Anns are analytical systems that address problems whose solutions have not been explicitly formulated Structure in which multiple.
Neural Networks Presented by M. Abbasi Course lecturer: Dr.Tohidkhah.
Dr.Abeer Mahmoud ARTIFICIAL INTELLIGENCE (CS 461D) Dr. Abeer Mahmoud Computer science Department Princess Nora University Faculty of Computer & Information.
NEURAL NETWORKS LECTURE 1 dr Zoran Ševarac FON, 2015.
Introduction to Neural Networks Freek Stulp. 2 Overview Biological Background Artificial Neuron Classes of Neural Networks 1. Perceptrons 2. Multi-Layered.
Artificial Neural Networks (ANN). Artificial Neural Networks First proposed in 1940s as an attempt to simulate the human brain’s cognitive learning processes.
Artificial Intelligence Methods Neural Networks Lecture 1 Rakesh K. Bissoondeeal Rakesh K.
Artificial Intelligence CIS 342 The College of Saint Rose David Goldschmidt, Ph.D.
Neural Networks. Background - Neural Networks can be : Biological - Biological models Artificial - Artificial models - Desire to produce artificial systems.
Where are we? What’s left? HW 7 due on Wednesday Finish learning this week. Exam #4 next Monday Final Exam is a take-home handed out next Friday in class.
1 Azhari, Dr Computer Science UGM. Human brain is a densely interconnected network of approximately neurons, each connected to, on average, 10 4.
Intro. ANN & Fuzzy Systems Lecture 3 Basic Definitions of ANN.
1 Neural Networks MUMT 611 Philippe Zaborowski April 2005.
INTRODUCTION TO NEURAL NETWORKS 2 A new sort of computer What are (everyday) computer systems good at... and not so good at? Good at..Not so good at..
Introduction to Neural Network Session 1 Course: T0293 – NEURO COMPUTING Year: 2013.
Fundamental ARTIFICIAL NEURAL NETWORK Session 1st
Neural Networks.
Artificial Neural Networks
Artificial Intelligence (CS 370D)
Artificial neural networks:
Machine Learning. Support Vector Machines A Support Vector Machine (SVM) can be imagined as a surface that creates a boundary between points of data.
Introduction to Neural Networks And Their Applications
XOR problem Input 2 Input 1
Machine Learning. Support Vector Machines A Support Vector Machine (SVM) can be imagined as a surface that creates a boundary between points of data.
Machine Learning. Support Vector Machines A Support Vector Machine (SVM) can be imagined as a surface that creates a boundary between points of data.
Artificial Intelligence Lecture No. 28
ARTIFICIAL NEURAL networks.
ARTIFICIAL NEURAL NETWORK Intramantra Global Solution PVT LTD, Indore
Introduction to Neural Network
PYTHON Deep Learning Prof. Muhammad Saeed.
Machine Learning.
Presentation transcript:

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

© ARTIFICIAL NEURAL NETWORKS DEVELOPED BY: Warren McCulloch & Walter Pits.

© A Tribute To Mr.Frank Rosenblatt Father of Artificial Neuron Networking

© 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.

© 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

© 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

© Electron Micrograph of a Real Neuron

© NEURAL NETWORKING IN A BIOLOGICAL CELL

© 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

© 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)

© THE ACTIVITIES WITHIN A PROCESSING UNIT

© HOW ANN WORK? In the preceding figure, all of the zero th 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.

© 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

© NEURAL NETWORKS USES Speech recognition Speech synthesis Image recognition Pattern recognition Stock market prediction Robot control and navigation

© Strengths of Artificial Neural NetworksNeural 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

©  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

© 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.

© REFERENCES i. Neural Networks at Pacific Northwest National Laboratory. ii. Artificial Neural Networks in Medicine. iii. Electronic Noses for Telemedicine. keller.ccc95.abs.html iv. Pattern Recognition of Pathology Images.

©