NEURAL NETWORKS. An extremely simplified model of the brain !

Slides:



Advertisements
Similar presentations
NEURAL NETWORKS Biological analogy
Advertisements

Slides from: Doug Gray, David Poole
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.
B.Macukow 1 Lecture 12 Neural Networks. B.Macukow 2 Neural Networks for Matrix Algebra Problems.
Artificial Intelligence (CS 461D)
Decision Support Systems
Simple Neural Nets For Pattern Classification
1 Part I Artificial Neural Networks Sofia Nikitaki.
September 30, 2010Neural Networks Lecture 8: Backpropagation Learning 1 Sigmoidal Neurons In backpropagation networks, we typically choose  = 1 and 
Neural Networks Dr. Peter Phillips. Neural Networks What are Neural Networks Where can neural networks be used Examples Recognition systems (Voice, Signature,
Data Mining with Neural Networks (HK: Chapter 7.5)
Artificial Neural Networks
CS 4700: Foundations of Artificial Intelligence
Hub Queue Size Analyzer Implementing Neural Networks in practice.
Image Compression Using Neural Networks Vishal Agrawal (Y6541) Nandan Dubey (Y6279)
Neural Networks. Background - Neural Networks can be : Biological - Biological models Artificial - Artificial models - Desire to produce artificial systems.
Machine Learning Damon Waring 22 April of 15 Agenda Problem, Solution, Benefits Problem, Solution, Benefits Machine Learning Overview/Basics Machine.
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
Alternative Parallel Processing Approaches Jonathan Sagabaen.
1 Introduction to Artificial Neural Networks Andrew L. Nelson Visiting Research Faculty University of South Florida.
Machine Learning. Learning agent Any other agent.
Department of Information Technology Indian Institute of Information Technology and Management Gwalior AASF hIQ 1 st Nov ‘09 Department of Information.
Data Mining and Neural Networks Danny Leung CS157B, Spring 2006 Professor Sin-Min Lee.
Artificial Neural Nets and AI Connectionism Sub symbolic reasoning.
The Von Neumann Model The approach to solving problems is to process a set of instructions and data stored in locations. The instructions are processed.
1 Artificial Neural Networks Sanun Srisuk EECP0720 Expert Systems – Artificial Neural Networks.
 The most intelligent device - “Human Brain”.  The machine that revolutionized the whole world – “computer”.  Inefficiencies of the computer has lead.
Chapter 3 Neural Network Xiu-jun GONG (Ph. D) School of Computer Science and Technology, Tianjin University
Machine Learning Dr. Shazzad Hosain Department of EECS North South Universtiy
NEURAL NETWORKS FOR DATA MINING
Presented by Scott Lichtor An Introduction to Neural Networks.
Artificial Intelligence Methods Neural Networks Lecture 4 Rakesh K. Bissoondeeal Rakesh K. Bissoondeeal.
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.
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.
Neural Networks Dr. Thompson March 19, Artificial Intelligence Robotics Computer Vision & Speech Recognition Expert Systems Pattern Recognition.
Neural Networks Steven Le. Overview Introduction Architectures Learning Techniques Advantages Applications.
Artificial Intelligence, Expert Systems, and Neural Networks Group 10 Cameron Kinard Leaundre Zeno Heath Carley Megan Wiedmaier.
ADALINE (ADAptive LInear NEuron) Network and
Neural Networks Presented by M. Abbasi Course lecturer: Dr.Tohidkhah.
Neural Networks Teacher: Elena Marchiori R4.47 Assistant: Kees Jong S2.22
Computer Architecture Lecture 26 Past and Future Ralph Grishman November 2015 NYU.
NEURAL NETWORKS LECTURE 1 dr Zoran Ševarac FON, 2015.
A Presentation on Adaptive Neuro-Fuzzy Inference System using Particle Swarm Optimization and it’s Application By Sumanta Kundu (En.R.No.
Learning: Neural Networks Artificial Intelligence CMSC February 3, 2005.
1 Neural Networks MUMT 611 Philippe Zaborowski April 2005.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
Big data classification using neural network
Artificial neural networks
Soft Computing Introduction.
CSE 473 Introduction to Artificial Intelligence Neural Networks
Neural Networks Dr. Peter Phillips.
Classification with Perceptrons Reading:
CH. 1: Introduction 1.1 What is Machine Learning Example:
CSE P573 Applications of Artificial Intelligence Neural Networks
CSE 473 Introduction to Artificial Intelligence Neural Networks
Chapter 12 Advanced Intelligent Systems
Artificial Intelligence Chapter 3 Neural Networks
CSE 573 Introduction to Artificial Intelligence Neural Networks
Artificial Intelligence Lecture No. 28
Pattern Recognition & Machine Learning
Artificial Intelligence Chapter 3 Neural Networks
Artificial Intelligence Chapter 3 Neural Networks
Artificial Neural Networks
Artificial Intelligence Chapter 3 Neural Networks
Introduction to Neural Network
Artificial Intelligence Chapter 3 Neural Networks
Machine Learning.
Outline Announcement Neural networks Perceptrons - continued
Presentation transcript:

NEURAL NETWORKS

An extremely simplified model of the brain !

Composed of many “neurons” that co-operate to perform the desired function

Unit of Neural network

A firing rule determines how one calculates whether a neuron should fire for any input pattern.

► First neural network with the ability to learn ► Made up of only input neurons and output neurons ► Input neurons typically have two States: ON and OFF ► Output neurons use a simple Threshold activation function ► In basic form, can only solve linear problems ► Limited applications

► Uses Supervised Training. ► If output is not correct outputs are corrected according to the formula ► w new =w old + (Desired-output)*input

L inear function Threshold function S igmoidal function

► Supplies the neural network with inputs and the desired outputs Supervised Training

► Only supplies inputs ► The neural network adjusts its own weights so that similar inputs Cause similar outputs Unsupervised Training

Most common method of obtaining the many weights in the networkz based on minimizing the error of the network using the derivatives of the error function

► S imple Most common measure of error is the mean square error: E = (target – output)2 ► Slow ► Prone to local minima issues

Let us take = 1.5 then, As per the inequalities we get, w1=1 w2=1

Financial Analysis Financial economic forecasting Bankruptcy Predictions Signature Analysis Process Control Optical Character Recognition Robotics Medical Diagnosis Quality Control Systems

So we have seen their ability to learn by example makes them very flexible and powerful. Furthermore there is no need to devise an algorithm in order to perform a specific task. They are also very well suited for real time systems because of their fast response and computational times which are due to their parallel architecture. We will only get the best of them when they are integrated with computing, AI, fuzzy logic and related subjects.

Detecting head orientation by Paul Fitzpatrick, D. J. Beymer. Face recognition under varying pose. In Computer Vision and Pattern Recognition, pages 756{761, June I. Shimizu, Z. Zhang, S. Akamatsu, and K. Deguchi. Head pose determination from one image using a generic model. In 4th International Conference on Automatic Face and Gesture Recognition, pages 100{105, April A SIMPLE AND ROBUST METHOD FOR MOVING TARGET TRACKING, Gaetano Baldini*, Paola Campadelli, Dario Cozzi, Raffaella Lanzarotti, Via Comelico, 39/ Milano, Italy Haritaoglu, D.Harwood, L.S. Davis – “W4: Real-Time Surveillance of People and Their Activities” –IEEE Transaction on Pattern Analysis and Machine Intelligence, Vol. 22, N.8, August 2000

Websites for Data