Neural Networks and Deep Learning

Slides:



Advertisements
Similar presentations
Artificial Neural Networks
Advertisements

Artificial Neural Networks (1)
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.
Computer Science Department FMIPA IPB 2003 Neural Computing Yeni Herdiyeni Computer Science Dept. FMIPA IPB.
Learning Functions and Neural Networks II Lecture 9 Luoting Fu Spring 2012.
Lecture 14 – Neural Networks
ECE 5984: Introduction to Machine Learning Dhruv Batra Virginia Tech Topics: –SVM –Multi-class SVMs –Neural Networks –Multi-layer Perceptron Readings:
Artificial Neural Networks
CHAPTER 11 Back-Propagation Ming-Feng Yeh.
CSC 4510 – Machine Learning Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University Course website:
1 Introduction to Artificial Neural Networks Andrew L. Nelson Visiting Research Faculty University of South Florida.
MSE 2400 EaLiCaRA Spring 2015 Dr. Tom Way
Artificial Neural Nets and AI Connectionism Sub symbolic reasoning.
 The most intelligent device - “Human Brain”.  The machine that revolutionized the whole world – “computer”.  Inefficiencies of the computer has lead.
Explorations in Neural Networks Tianhui Cai Period 3.
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 Intelligence Lecture No. 29 Dr. Asad Ali Safi ​ Assistant Professor, Department of Computer Science, COMSATS Institute of Information Technology.
A note about gradient descent: Consider the function f(x)=(x-x 0 ) 2 Its derivative is: By gradient descent. x0x0 + -
School of Engineering and Computer Science Victoria University of Wellington Copyright: Peter Andreae, VUW Image Recognition COMP # 18.
N. Saoulidou & G. Tzanakos1 ANN Basics : Brief Review N. Saoulidou, Fermilab & G. Tzanakos, Univ. of Athens.
CS621 : Artificial Intelligence
Dr.Abeer Mahmoud ARTIFICIAL INTELLIGENCE (CS 461D) Dr. Abeer Mahmoud Computer science Department Princess Nora University Faculty of Computer & Information.
Each neuron has a threshold value Each neuron has weighted inputs from other neurons The input signals form a weighted sum If the activation level exceeds.
1 Technological Educational Institute Of Crete Department Of Applied Informatics and Multimedia Intelligent Systems Laboratory.
Dimensions of Neural Networks Ali Akbar Darabi Ghassem Mirroshandel Hootan Nokhost.
Feasibility of Using Machine Learning Algorithms to Determine Future Price Points of Stocks By: Alexander Dumont.
Machine Learning Artificial Neural Networks MPλ ∀ Stergiou Theodoros 1.
Speech Recognition through Neural Networks By Mohammad Usman Afzal Mohammad Waseem.
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
Who is the “Father of Deep Learning”?
Machine Learning for Big Data
Deep Learning Amin Sobhani.
Machine Learning & Deep Learning
an introduction to: Deep Learning
ECE 5424: Introduction to Machine Learning
Learning in Neural Networks
Artificial Neural Networks
ECE 5424: Introduction to Machine Learning
INTRODUCTION TO Machine Learning 3rd Edition
Deep Learning Insights and Open-ended Questions
Artificial Intelligence (CS 370D)
Other Classification Models: Neural Network
Deep Learning Hung-yi Lee 李宏毅.
Intelligent Information System Lab
Dipartimento di Ingegneria «Enzo Ferrari»
Introduction to Deep Learning for neuronal data analyses
CSE 473 Introduction to Artificial Intelligence Neural Networks
Machine Learning Today: Reading: Maria Florina Balcan
Introduction to Neural Networks
Neural Networks Advantages Criticism
شبکه عصبی تنظیم: بهروز نصرالهی-فریده امدادی استاد محترم: سرکار خانم کریمی دانشگاه آزاد اسلامی واحد شهرری.
Introduction to Deep Learning with Keras
Deep learning Introduction Classes of Deep Learning Networks
Computational Modeling of Cognitive Activity
Basics of Deep Learning No Math Required
[Figure taken from googleblog
Neural Networks Geoff Hulten.
Lecture Notes for Chapter 4 Artificial Neural Networks
Fundamentals of Neural Networks Dr. Satinder Bal Gupta
COSC 4335: Part2: Other Classification Techniques
Deep Learning Authors: Yann LeCun, Yoshua Bengio, Geoffrey Hinton
An introduction to: Deep Learning aka or related to Deep Neural Networks Deep Structural Learning Deep Belief Networks etc,
CS621: Artificial Intelligence Lecture 22-23: Sigmoid neuron, Backpropagation (Lecture 20 and 21 taken by Anup on Graphical Models) Pushpak Bhattacharyya.
A task of induction to find patterns
Prabhas Chongstitvatana Chulalongkorn University
Akram Bitar and Larry Manevitz Department of Computer Science
Outline Announcement Neural networks Perceptrons - continued
Presentation transcript:

Neural Networks and Deep Learning

How does the brain do it?

If features are complex enough, anything can be classified?

Single neurons are not able to solve complex tasks (linear decision boundaries). More layers of linear units are not enough (still linear).

How can we learn the weights? Theoretical result [Cybenko, 1989]: 2-layer net with linear output can approximate any continuous function over compact domain to arbitrary accuracy (given enough hidden units!)

Why use Deep Multi Layered Models? Is there a theoretical justification? No

Neural Network examples Standard NN Convolutional NN Recurrent NN

No closed form solution for the Maximum Likelihood for this model!

Feed forward Networks

Books and Resources We will mostly follow Deep Learning by Ian Goodfellow,Yoshua Bengio and Aaron Courville (MIT Press, 2016) Stanford CS 231n: by Li, Karpathy & Johnson Neural Networks and Deep Learning by Michael Nielsen Bishop - Pattern Recognition And Machine Learning - Springer 2006 Uncertainty in Deep Learning Yarin Gal Department of Engineering University of Cambridge

Books and Resources Probabilistic machine learning and artificial intelligence Zoubin Ghahramani1