ARTIFICIAL NEURAL networks.

Slides:



Advertisements
Similar presentations
Introduction to Neural Networks
Advertisements

NEURAL NETWORKS Biological analogy
Introduction to Artificial Neural Networks
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.
Artificial Neural Network
Biological and Artificial Neurons Michael J. Watts
Artificial Intelligence (CS 461D)
1 Part I Artificial Neural Networks Sofia Nikitaki.
Biological inspiration Animals are able to react adaptively to changes in their external and internal environment, and they use their nervous system to.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
1 Artificial Neural Networks: An Introduction S. Bapi Raju Dept. of Computer and Information Sciences, University of Hyderabad.
How does the mind process all the information it receives?
Artificial Neural Networks - Introduction -
Neural Networks. Background - Neural Networks can be : Biological - Biological models Artificial - Artificial models - Desire to produce artificial systems.
Rohit Ray ESE 251. What are Artificial Neural Networks? ANN are inspired by models of the biological nervous systems such as the brain Novel structure.
Traffic Sign Recognition Using Artificial Neural Network Radi Bekker
CHAPTER 12 ADVANCED INTELLIGENT SYSTEMS © 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang.
Machine Learning. Learning agent Any other agent.
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.
Presentation on Neural Networks.. Basics Of Neural Networks Neural networks refers to a connectionist model that simulates the biophysical information.
Data Mining and Neural Networks Danny Leung CS157B, Spring 2006 Professor Sin-Min Lee.
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.
 The most intelligent device - “Human Brain”.  The machine that revolutionized the whole world – “computer”.  Inefficiencies of the computer has lead.
ARTIFICIAL NEURAL NETWORKS. Introduction to Neural Networks.
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
LINEAR CLASSIFICATION. Biological inspirations  Some numbers…  The human brain contains about 10 billion nerve cells ( neurons )  Each neuron is connected.
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.
Introduction to Artificial Intelligence (G51IAI) Dr Rong Qu Neural Networks.
Features of Biological Neural Networks 1)Robustness and Fault Tolerance. 2)Flexibility. 3)Ability to deal with variety of Data situations. 4)Collective.
Neural Networks Steven Le. Overview Introduction Architectures Learning Techniques Advantages Applications.
Features of Biological Neural Networks 1)Robustness and Fault Tolerance. 2)Flexibility. 3)Ability to deal with variety of Data situations. 4)Collective.
Artificial Intelligence & Neural Network
© SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya.
Neural Network Basics Anns are analytical systems that address problems whose solutions have not been explicitly formulated Structure in which multiple.
Dr.Abeer Mahmoud ARTIFICIAL INTELLIGENCE (CS 461D) Dr. Abeer Mahmoud Computer science Department Princess Nora University Faculty of Computer & Information.
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 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.
CSC321: Neural Networks Lecture 1: What are neural networks? Geoffrey Hinton
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.
“Principles of Soft Computing, 2 nd Edition” by S.N. Sivanandam & SN Deepa Copyright  2011 Wiley India Pvt. Ltd. All rights reserved. CHAPTER 2 ARTIFICIAL.
1 Azhari, Dr Computer Science UGM. Human brain is a densely interconnected network of approximately neurons, each connected to, on average, 10 4.
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..
Harshita Gupta ( ) Bioprocess Engineering
Introduction to Neural Networks
Artificial Neural Networks
Advanced information retreival
Artificial Intelligence (CS 370D)
Other Classification Models: Neural Network
Real Neurons Cell structures Cell body Dendrites Axon
Dr. Unnikrishnan P.C. Professor, EEE
with Daniel L. Silver, Ph.D. Christian Frey, BBA April 11-12, 2017
Machine Learning. Support Vector Machines A Support Vector Machine (SVM) can be imagined as a surface that creates a boundary between points of data.
OVERVIEW OF BIOLOGICAL NEURONS
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
Fundamentals of Neural Networks Dr. Satinder Bal Gupta
ARTIFICIAL NEURAL NETWORK Intramantra Global Solution PVT LTD, Indore
Introduction to Neural Network
Machine Learning.
Presentation transcript:

ARTIFICIAL NEURAL networks. Presented by: Mudit Misra Deveshri Srivastava Richa Sharma Neerja Gupta

WHAT IS A NEURAL NETWORK ? An Artificial Neural Network (ANN) is an information processing paradigm that is inspired by the way biological nervous systems, such as brain, process information. It comprises of a large number of highly interconnected processing elements (neurons) working in unison to solve specific problems.

WHY USE NEURAL NETWORKS ? Adaptive Learning Self Organization Real Time Operation Fault Tolerance via Redundant Information Coding

NEURAL NETWORKS VERSUS CONVENTIONAL COMPUTERS Neural Networks do not need a pre-defined algorithm to execute an instruction. The data used by Neural Networks need not be very precise. The information in a Neural Network is processed by constantly changing patterns of activity.

The biological inspiration Neuron consists of a branching input structure- dendrites, a cell body, and a branching output structure-axon. Each neuron can propagate electrochemical signals. Dendrites Soma (cell body) Axon

HOW THE HUMAN BRAIN LEARNS dendrites axon synapses The information transmission takes place at the synapses. Neuron , when activated fires an electrochemical signal along the axon, which travels through synapses to the other neuron. The strength of the synaptic connections is responsible for the learning process.

from human neurons to artificial neurons Artificial Neurons receive and provide information in the form of spikes. The below model is known as the McCullough-Pitts model. x1 x2 x3 … xn-1 xn Output Inputs

THE BASIC ARTIFICAL MODEL The artificial neuron receives one or more input signals, sums these, and produces an output . Activation of neuron= weighted sum of inputs – threshold. The output is produced after passing the sum through a non-linear function known as an activation or transfer function.

HOW SHOULD NEURONS BE CONNECTED TOGETHER ? If a network is of any use, there must be an input and an output. There are hidden neurons also that play an internal role in the network. The input , hidden and output neurons need to be connected together.

TYPES OF NEURAL NETWORK Feed forward Network . Recurrent Network.

APPLYING A NEURAL NETWORK TO SOLVE A PROBLEM A solution to the problem is defined by the way the network works and the way they are trained. They are used to infer some unknown information from known information. The condition to get a solution is that there must be a relationship between the proposed known input and unknown output.

TYPES OF TRAINING Supervised learning Unsupervised learning

IMPLEMENTATION AND FUTURE TECHNOLOGY Neural networks mimics the brain, they have shown much promise in so-called sensory processing task. Neural networks can perform as well as humans. Neural network have the ability to learn from a set of examples and generalize this knowledge to new situation, they are excellent for work requiring adaptive control system. They can sustain damage and still function properly. Neural networks are currently a hot research area in medicine.