Artificial Intelligence Lecture No. 30

Slides:



Advertisements
Similar presentations
A Brief Overview of Neural Networks By Rohit Dua, Samuel A. Mulder, Steve E. Watkins, and Donald C. Wunsch.
Advertisements

1 Image Classification MSc Image Processing Assignment March 2003.
Neural Networks Dr. Peter Phillips. The Human Brain (Recap of week 1)
5/16/2015Intelligent Systems and Soft Computing1 Introduction Introduction Hebbian learning Hebbian learning Generalised Hebbian learning algorithm Generalised.
Kohonen Self Organising Maps Michael J. Watts
Biological and Artificial Neurons Michael J. Watts
Artificial Intelligence (CS 461D)
Decision Support Systems
1 Part I Artificial Neural Networks Sofia Nikitaki.
Slides are based on Negnevitsky, Pearson Education, Lecture 8 Artificial neural networks: Unsupervised learning n Introduction n Hebbian learning.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
Neural Networks Dr. Peter Phillips. Neural Networks What are Neural Networks Where can neural networks be used Examples Recognition systems (Voice, Signature,
Power Systems Application of Artificial Neural Networks. (ANN)  Introduction  Brief history.  Structure  How they work  Sample Simulations. (EasyNN)
JYC: CSM17 Bioinformatics Week 9: Simulations #3: Neural Networks biological neurons natural neural networks artificial neural networks applications.
Revision Michael J. Watts
CHAPTER 12 ADVANCED INTELLIGENT SYSTEMS © 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang.
Artificial Intelligence Lecture No. 15 Dr. Asad Ali Safi ​ Assistant Professor, Department of Computer Science, COMSATS Institute of Information Technology.
Lecture 12 Self-organizing maps of Kohonen RBF-networks
MSE 2400 EaLiCaRA Spring 2015 Dr. Tom Way
KOHONEN SELF ORGANISING MAP SEMINAR BY M.V.MAHENDRAN., Reg no: III SEM, M.E., Control And Instrumentation Engg.
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.
Self Organizing Maps (SOM) Unsupervised Learning.
CZ5225: Modeling and Simulation in Biology Lecture 5: Clustering Analysis for Microarray Data III Prof. Chen Yu Zong Tel:
Data Mining and Neural Networks Danny Leung CS157B, Spring 2006 Professor Sin-Min Lee.
Artificial Neural Networks Dr. Abdul Basit Siddiqui Assistant Professor FURC.
Self organizing maps 1 iCSC2014, Juan López González, University of Oviedo Self organizing maps A visualization technique with data dimension reduction.
Chapter 3 Neural Network Xiu-jun GONG (Ph. D) School of Computer Science and Technology, Tianjin University
NEURAL NETWORKS FOR DATA MINING
Artificial Intelligence Lecture No. 29 Dr. Asad Ali Safi ​ Assistant Professor, Department of Computer Science, COMSATS Institute of Information Technology.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
Self Organizing Feature Map CS570 인공지능 이대성 Computer Science KAIST.
Artificial Intelligence Lecture No. 24 Dr. Asad Ali Safi ​ Assistant Professor, Department of Computer Science, COMSATS Institute of Information Technology.
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.
CSC321: Neural Networks Lecture 1: What are neural networks? Geoffrey Hinton
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
1 Neural Networks MUMT 611 Philippe Zaborowski April 2005.
Intelligent HIV/AIDS FAQ Retrieval System Using Neural Networks
Fundamental ARTIFICIAL NEURAL NETWORK Session 1st
Big data classification using neural network
Self-Organizing Network Model (SOM) Session 11
Artificial Intelligence (CS 370D)
Neural Networks Dr. Peter Phillips.
Unsupervised Learning and Neural Networks
Self organizing networks
CSE P573 Applications of Artificial Intelligence Neural Networks
Dr. Unnikrishnan P.C. Professor, EEE
CSE 473 Introduction to Artificial Intelligence Neural Networks
Intelligent Leaning -- A Brief Introduction to Artificial Neural Networks Chiung-Yao Fang.
Lecture 22 Clustering (3).
CS621: Artificial Intelligence Lecture 17: Feedforward network (lecture 16 was on Adaptive Hypermedia: Debraj, Kekin and Raunak) Pushpak Bhattacharyya.
XOR problem Input 2 Input 1
Neural Networks and Their Application in the Fields of Coporate Finance By Eric Séverin Hanna Viinikainen.
Intelligent Leaning -- A Brief Introduction to Artificial Neural Networks Chiung-Yao Fang.
General Aspects of Learning
CSE 573 Introduction to Artificial Intelligence Neural Networks
Artificial Intelligence Lecture No. 28
Lecture Notes for Chapter 4 Artificial Neural Networks
Lecture 04: Multilayer Perceptron
Artificial Intelligence 10. Neural Networks
Today’s Lecture Project notes Recurrent nets Unsupervised learning
The Network Approach: Mind as a Web
Artificial Neural Networks
Neural Networks…. …. The Undiscovered Country. Jonathan Y
CS621: Artificial Intelligence Lecture 18: Feedforward network contd
Biological Background
Artificial Neural Networks / Spring 2002
CS621: Artificial Intelligence Lecture 17: Feedforward network (lecture 16 was on Adaptive Hypermedia: Debraj, Kekin and Raunak) Pushpak Bhattacharyya.
Today’s Lecture Project notes Recurrent nets Unsupervised learning
Presentation transcript:

Artificial Intelligence Lecture No. 30 Dr. Asad Ali Safi ​ Assistant Professor, Department of Computer Science,  COMSATS Institute of Information Technology (CIIT) Islamabad, Pakistan.

Summary of Previous Lecture Single Layer Perceptron Multi-Layer Networks Example Training Multilayer Perceptron

Today’s Lecture Unsupervised learning Unsupervised learning Approaches Self Organizing Map (SOM)

Unsupervised learning By applying unsupervised learning trying to find hidden structure in unlabeled data. Since the examples given to the learner are unlabeled, there is no error or reward signal to evaluate a potential solution. This distinguishes unsupervised learning fromsupervised learning and reinforcement learning.

Unsupervised learning Approaches Approaches to unsupervised learning include: clustering blind signal separation using feature extraction techniques for dimensionality reduction  Among neural network models, the self-organizing map (SOM) and adaptive resonance theory(ART) are commonly used unsupervised learning algorithms.

Self-Organizing Map (SOM)

Kohonen Self Organizing Map Developed by this guy (Teuvo Kohonen) at U of Helsinki in the early 1980s. Based on work by this guy (Christoph von der Malsburg) at Ruhr-Universität Bochum in the mid-1970s.

Items

sometimes you need a way to group stuff.

When we use unsupervised learning How do you learn without any language skills?

When we use unsupervised learning Linear A (proto-Greek) Linear B (Greek) Etruscan How do you crack a dead language?

More Importantly…. How would you teach these guys to do the same things?

Biological Justification for the SOM The SOM models are based on studies of learning in the V1, V2, V4, and MT areas of the brain. These are also called “Broadman areas”, specifically areas 17 through 19.

Biological Justification:Vision and Learning Input Stimulus Goes to the rods and cones of the eye And gets converted for processing

Vision and Learning Input Layer And then it hits the cortex. Unsensitized pyramidal cells

Vision and Learning Input Layer A cell in cortical sheet is stimulated!

Vision and Learning Input Layer ! And responds accordingly.

Vision and Learning Input Layer As do others in the immediate area or “neighborhood”

Vision and Learning Input Layer Different inputs ….

Vision and Learning Input Layer ….impact different areas of the cortex.

Vision and Learning Resulting in a map in which clusters of neurons which respond to the respective stimuli

Summery of Today’s Lecture Unsupervised learning Unsupervised learning Approaches Self Organizing Map (SOM)