Features of Biological Neural Networks 1)Robustness and Fault Tolerance. 2)Flexibility. 3)Ability to deal with variety of Data situations. 4)Collective.

Slides:



Advertisements
Similar presentations
Neural Network Toolbox COMM2M Harry R. Erwin, PhD University of Sunderland.
Advertisements

NEURAL NETWORKS Biological analogy
Learning in Neural and Belief Networks - Feed Forward Neural Network 2001 년 3 월 28 일 안순길.
1 Machine Learning: Lecture 4 Artificial Neural Networks (Based on Chapter 4 of Mitchell T.., Machine Learning, 1997)
Introduction to Neural Networks Computing
NEURAL NETWORKS Perceptron
1 Neural networks. Neural networks are made up of many artificial neurons. Each input into the neuron has its own weight associated with it illustrated.
Multilayer Perceptrons 1. Overview  Recap of neural network theory  The multi-layered perceptron  Back-propagation  Introduction to training  Uses.
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.
Computer Science Department FMIPA IPB 2003 Neural Computing Yeni Herdiyeni Computer Science Dept. FMIPA IPB.
Artificial Neural Network Motivation By Dr. Rezaeian Modified: Vali Derhami Yazd University, Computer Department HomePage:
Supervised learning 1.Early learning algorithms 2.First order gradient methods 3.Second order gradient methods.
1 Part I Artificial Neural Networks Sofia Nikitaki.
Introduction CS/CMPE 537 – Neural Networks. CS/CMPE Neural Networks (Sp 2004/2005) - Asim LUMS2 Biological Inspiration The brain is a highly.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
MAE 552 Heuristic Optimization Instructor: John Eddy Lecture #29 4/12/02 Neural Networks.
September 28, 2010Neural Networks Lecture 7: Perceptron Modifications 1 Adaline Schematic Adjust weights i1i1i1i1 i2i2i2i2 inininin …  w 0 + w 1 i 1 +
Neural Networks. Background - Neural Networks can be : Biological - Biological models Artificial - Artificial models - Desire to produce artificial systems.
Machine Learning. Learning agent Any other agent.
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
Presentation on Neural Networks.. Basics Of Neural Networks Neural networks refers to a connectionist model that simulates the biophysical information.
Neural NetworksNN 11 Neural netwoks thanks to: Basics of neural network theory and practice for supervised and unsupervised.
Artificial Neural Nets and AI Connectionism Sub symbolic reasoning.
Introduction to Neural Networks. Neural Networks in the Brain Human brain “computes” in an entirely different way from conventional digital computers.
Artificial Neural Networks An Overview and Analysis.
2101INT – Principles of Intelligent Systems Lecture 10.
1 Machine Learning The Perceptron. 2 Heuristic Search Knowledge Based Systems (KBS) Genetic Algorithms (GAs)
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.
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.
Neural Networks II By Jinhwa Kim. 2 Neural Computing is a problem solving methodology that attempts to mimic how human brain function Artificial Neural.
Features of Biological Neural Networks 1)Robustness and Fault Tolerance. 2)Flexibility. 3)Ability to deal with variety of Data situations. 4)Collective.
CS 478 – Tools for Machine Learning and Data Mining Perceptron.
ADALINE (ADAptive LInear NEuron) Network and
Lecture 5 Neural Control
Artificial Neural Networks Chapter 4 Perceptron Gradient Descent Multilayer Networks Backpropagation Algorithm 1.
IE 585 History of Neural Networks & Introduction to Simple Learning Rules.
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.
Perceptrons Michael J. Watts
COMPUTATIONAL INTELLIGENCE
CSC321: Neural Networks Lecture 1: What are neural networks? Geoffrey Hinton
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..
Neural networks.
Neural Networks.
Fall 2004 Perceptron CS478 - Machine Learning.
Learning in Neural Networks
Real Neurons Cell structures Cell body Dendrites Axon
Ranga Rodrigo February 8, 2014
with Daniel L. Silver, Ph.D. Christian Frey, BBA April 11-12, 2017
Introduction to Neural Networks And Their Applications
CSE P573 Applications of Artificial Intelligence Neural Networks
NEURAL NETWORKS Lab 1 dr Zoran Ševarac FON, 2013.
Biological and Artificial Neuron
Biological Neuron Cell body Dendrites Axon Impulses Synapses
Biological and Artificial Neuron
Biological and Artificial Neuron
CSE 573 Introduction to Artificial Intelligence Neural Networks
Chapter - 3 Single Layer Percetron
ARTIFICIAL NEURAL networks.
ARTIFICIAL NEURAL NETWORK Intramantra Global Solution PVT LTD, Indore
Introduction to Neural Network
David Kauchak CS158 – Spring 2019

Outline Announcement Neural networks Perceptrons - continued
Presentation transcript:

Features of Biological Neural Networks 1)Robustness and Fault Tolerance. 2)Flexibility. 3)Ability to deal with variety of Data situations. 4)Collective Computation.

Biological Neural Netwroks.

Parts of Biological Neuron 1) Cell Body 2) Dendrites 3) Axon Hillock 4) Axon 5) Synapse 6) Nucleous

Comparison of Computer and Biological Neural Networks. 1) Speed 2) Processing 3) Size and Complexity 4) Storage 5) Fault Tolerance 6) Controll Mechanism

Benefits of Artificial Neural Networks 1) Non Linearity 2) Input/ Output Map 3) Adaptivity 4) Evidential Response 5) Contextual Information 6) Fault Tolearnce 7) VLSI Implementability 8) Uniformity in Analysis and Design 9) Neurobiological Analogy

Artificial Neural Network ( Terminology) 1)Processing Unit ( Activation values and Activation functions) 2) Interconnections ( defined by weight) 3) Operations 1) Activation Dynamics: Activation states : Activation State Space. 2) Output States: Output State Space. 4) Weights 1) Set of all weights : Weight Space. 2) Adjustment of Weights: Learning. 3) Updation of Weights: Learning Algorithm. 5) Update: Output can be updated synchronously or asynchronosly.

s is called activation function.

Activation function used in MP Model. Graph for Activation function for MP Model. We cannot readjust the weights.

Rosenblatt’s Perceptron Model.

b is desired/ target output, s is actual output

Widrow’s Adaline Model b is desired/ target output, s is actual output.

Types of Activation Functions

Neural Network Architecture

Multi Layer Feed Forward Network

Recurrent Neural Network

Given Logic Gates ( Truth Tables): Given Circuits: Realize it. Given Circuit: Find Truth Tables, Find Logic Function using K Map. Given Logical Function: Find Truth Table and Circuits, using Basic Circuits.

This is called Index of Performance, leads to Widrow Hoff Rule, Delta Rule.