Neural Networks Dr. Thompson March 19, 2013. Artificial Intelligence Robotics Computer Vision & Speech Recognition Expert Systems Pattern Recognition.

Slides:



Advertisements
Similar presentations
Slides from: Doug Gray, David Poole
Advertisements

NEURAL NETWORKS Backpropagation Algorithm
Artificial Neural Networks (1)
Intelligent Environments1 Computer Science and Engineering University of Texas at Arlington.
Machine Learning: Connectionist McCulloch-Pitts Neuron Perceptrons Multilayer Networks Support Vector Machines Feedback Networks Hopfield Networks.
Artificial Neural Networks ECE 398BD Instructor: Shobha Vasudevan.
Artificial Intelligence Statistical learning methods Chapter 20, AIMA (only ANNs & SVMs)
Prénom Nom Document Analysis: Artificial Neural Networks Prof. Rolf Ingold, University of Fribourg Master course, spring semester 2008.
Neural Networks Reading: Chapter 3 in Nilsson text Lab: Work on assignment 2 (due 19th in class)
Artificial Neural Networks
LOGO Classification III Lecturer: Dr. Bo Yuan
CHAPTER 11 Back-Propagation Ming-Feng Yeh.
CS 4700: Foundations of Artificial Intelligence
Supervised Learning: Perceptrons and Backpropagation.
Artificial Neural Networks (ANN). Output Y is 1 if at least two of the three inputs are equal to 1.
Artificial Neural Networks
1 Artificial Neural Networks Sanun Srisuk EECP0720 Expert Systems – Artificial Neural Networks.
Pulsed Neural Networks Neil E. Cotter ECE Department University of Utah.
DIGITAL IMAGE PROCESSING Dr J. Shanbehzadeh M. Hosseinajad ( J.Shanbehzadeh M. Hosseinajad)
Neural Networks Chapter 6 Joost N. Kok Universiteit Leiden.
11 CSE 4705 Artificial Intelligence Jinbo Bi Department of Computer Science & Engineering
1 Chapter 6: Artificial Neural Networks Part 2 of 3 (Sections 6.4 – 6.6) Asst. Prof. Dr. Sukanya Pongsuparb Dr. Srisupa Palakvangsa Na Ayudhya Dr. Benjarath.
Machine Learning Dr. Shazzad Hosain Department of EECS North South Universtiy
1 Pattern Recognition: Statistical and Neural Lonnie C. Ludeman Lecture 20 Oct 26, 2005 Nanjing University of Science & Technology.
Neural Networks1 Introduction to NETLAB NETLAB is a Matlab toolbox for experimenting with neural networks Available from:
LINEAR CLASSIFICATION. Biological inspirations  Some numbers…  The human brain contains about 10 billion nerve cells ( neurons )  Each neuron is connected.
Neural Networks Dr. Thompson March 26, Artificial Neural Network Topology.
A note about gradient descent: Consider the function f(x)=(x-x 0 ) 2 Its derivative is: By gradient descent. x0x0 + -
Neural Networks and Machine Learning Applications CSC 563 Prof. Mohamed Batouche Computer Science Department CCIS – King Saud University Riyadh, Saudi.
Artificial Intelligence Chapter 3 Neural Networks Artificial Intelligence Chapter 3 Neural Networks Biointelligence Lab School of Computer Sci. & Eng.
Multi-Layer Perceptron
Back-Propagation Algorithm AN INTRODUCTION TO LEARNING INTERNAL REPRESENTATIONS BY ERROR PROPAGATION Presented by: Kunal Parmar UHID:
CS621 : Artificial Intelligence
Neural Networks Demystified by Louise Francis Francis Analytics and Actuarial Data Mining, Inc.
Introduction to Neural Networks Introduction to Neural Networks Applied to OCR and Speech Recognition An actual neuron A crude model of a neuron Computational.
Neural Networks Presented by M. Abbasi Course lecturer: Dr.Tohidkhah.
Modelleerimine ja Juhtimine Tehisnärvivõrgudega Identification and Control with artificial neural networks.
BACKPROPAGATION (CONTINUED) Hidden unit transfer function usually sigmoid (s-shaped), a smooth curve. Limits the output (activation) unit between 0..1.
語音訊號處理之初步實驗 NTU Speech Lab 指導教授: 李琳山 助教: 熊信寬
Data Mining: Concepts and Techniques1 Prediction Prediction vs. classification Classification predicts categorical class label Prediction predicts continuous-valued.
Learning: Neural Networks Artificial Intelligence CMSC February 3, 2005.
Deep Learning.
第 3 章 神经网络.
Modelleerimine ja Juhtimine Tehisnärvivõrgudega
CSE 473 Introduction to Artificial Intelligence Neural Networks
Announcements HW4 due today (11:59pm) HW5 out today (due 11/17 11:59pm)
with Daniel L. Silver, Ph.D. Christian Frey, BBA April 11-12, 2017
CSE P573 Applications of Artificial Intelligence Neural Networks
CSE 473 Introduction to Artificial Intelligence Neural Networks
Machine Learning Today: Reading: Maria Florina Balcan
CSC 578 Neural Networks and Deep Learning
Classification Neural Networks 1
شبکه عصبی تنظیم: بهروز نصرالهی-فریده امدادی استاد محترم: سرکار خانم کریمی دانشگاه آزاد اسلامی واحد شهرری.
Artificial Intelligence Chapter 3 Neural Networks
CSE 573 Introduction to Artificial Intelligence Neural Networks
network of simple neuron-like computing elements
Introduction to Neural Networks And Their Applications - Basics
Pulsed Neural Networks
Backpropagation.
Artificial Intelligence Chapter 3 Neural Networks
Multilayer Perceptron: Learning : {(xi, f(xi)) | i = 1 ~ N} → W
Artificial Intelligence Chapter 3 Neural Networks
Lecture 04: Multilayer Perceptron
Artificial Intelligence 10. Neural Networks
Artificial Intelligence Chapter 3 Neural Networks
III. Introduction to Neural Networks And Their Applications - Basics
CS621: Artificial Intelligence Lecture 22-23: Sigmoid neuron, Backpropagation (Lecture 20 and 21 taken by Anup on Graphical Models) Pushpak Bhattacharyya.
Artificial Intelligence Chapter 3 Neural Networks
Outline Announcement Neural networks Perceptrons - continued
Presentation transcript:

Neural Networks Dr. Thompson March 19, 2013

Artificial Intelligence Robotics Computer Vision & Speech Recognition Expert Systems Pattern Recognition Machine Learning Natural Language Processing Prognostics & Diagnostics

Neural Network Applications Character Recognition Loan Officer Cancer Diagnosis Wine Classifier Stock Market Prediction Network Security

HRL Artificial Neural Networks - Pattern Recognition – Airbag Problem – Accelerometer False Positive – OCR Check Character Recognition Bayesian Networks – Expert System – GM Electromotive Division – Amazon.com Buyer Preferences

Biological Neuron

Artificial Neural Network Topology

Artificial Neuron Activation

Threshhold Functions (include graphs) Linear Logistic Hyperbolic Tangent – Sigmoid (*) Step Logistic Curve

Network Output Y = f(WX) Z = f(W’Y) = f(W’f(WX))

Error Correction (Method of Least Squares) Minimize Total Error = E = Σ (Z-O) 2

Solution Space

Error Function: Local & Global Minima

Back Propagation Delta Rule – Gradient Descent

Learning & Testing Heuristics – 10% – 90% Overtraining/Overfitting – Polynomial Curve Fitting Analogy

Next Week Matlab Neural Network Toolbox Tutorial

Assignment Read the Wikipedia Artificial Neural Network & Backpropagation Chapters Devise a Neural Network Characterization of 4x4 Scoreboard Digit Problem Input Layer Hidden Layer Output Layer Training Set Examples