Deep Learning.

Slides:



Advertisements
Similar presentations
Greedy Layer-Wise Training of Deep Networks
Advertisements

Greedy Algorithms.
The Shape Boltzmann Machine S. M. Ali Eslami Nicolas Heess John Winn CVPR 2012 Providence, Rhode Island A Strong Model of Object Shape.
Deep Learning.
Neural Networks Basic concepts ArchitectureOperation.
Neural Networks. R & G Chapter Feed-Forward Neural Networks otherwise known as The Multi-layer Perceptron or The Back-Propagation Neural Network.
Neural Networks Chapter Feed-Forward Neural Networks.
Neural Networks An Introduction.
Deep Boltzman machines Paper by : R. Salakhutdinov, G. Hinton Presenter : Roozbeh Gholizadeh.
Deep Learning for Speech and Language Yoshua Bengio, U. Montreal NIPS’2009 Workshop on Deep Learning for Speech Recognition and Related Applications December.
Boltzmann Machines and their Extensions S. M. Ali Eslami Nicolas Heess John Winn March 2013 Heriott-Watt University.
Backpropagation An efficient way to compute the gradient Hung-yi Lee.
From Machine Learning to Deep Learning. Topics that I will Cover (subject to some minor adjustment) Week 2: Introduction to Deep Learning Week 3: Logistic.
Dr. Z. R. Ghassabi Spring 2015 Deep learning for Human action Recognition 1.
Introduction to Deep Learning
Foundational Issues Machine Learning 726 Simon Fraser University.
Artificial Neural Networks for Data Mining. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 6-2 Learning Objectives Understand the.
Deep Learning Overview Sources: workshop-tutorial-final.pdf
A Presentation on Adaptive Neuro-Fuzzy Inference System using Particle Swarm Optimization and it’s Application By Sumanta Kundu (En.R.No.
Xintao Wu University of Arkansas Introduction to Deep Learning 1.
6.5.4 Back-Propagation Computation in Fully-Connected MLP.
Fill-in-The-Blank Using Sum Product Network
Machine Learning Supervised Learning Classification and Regression
Some Slides from 2007 NIPS tutorial by Prof. Geoffrey Hinton
Learning Deep Generative Models by Ruslan Salakhutdinov
Convolutional Neural Network
Applying Neural Networks
National Taiwan University
an introduction to: Deep Learning
Energy models and Deep Belief Networks
Automatic Lung Cancer Diagnosis from CT Scans (Week 2)
Chilimbi, et al. (2014) Microsoft Research
Deep Learning Insights and Open-ended Questions
ICS 491 Big Data Analytics Fall 2017 Deep Learning
Deep Learning Yoshua Bengio, U. Montreal
Neural networks (3) Regularization Autoencoder
Modular Neural Networks for Pattern Classification Using LabVIEW®
Supervised Training of Deep Networks
Deep learning and applications to Natural language processing
Unsupervised Learning and Neural Networks
Deep Learning Workshop
with Daniel L. Silver, Ph.D. Christian Frey, BBA April 11-12, 2017
FUNDAMENTALS OF MACHINE LEARNING AND DEEP LEARNING
Convolutional Neural Networks for sentence classification
Learning Hierarchical Features from Generative Models
AI empowering business
Convolutional Neural Networks for Visual Tracking
Deep learning Introduction Classes of Deep Learning Networks
ECE 599/692 – Deep Learning Lecture 9 – Autoencoder (AE)
XOR problem Input 2 Input 1
Intelligent Leaning -- A Brief Introduction to Artificial Neural Networks Chiung-Yao Fang.
Word Embedding Word2Vec.
The use of Neural Networks to schedule flow-shop with dynamic job arrival ‘A Multi-Neural Network Learning for lot Sizing and Sequencing on a Flow-Shop’
Neural Networks Geoff Hulten.
المشرف د.يــــاســـــــــر فـــــــؤاد By: ahmed badrealldeen
Overview of deep learning
Convolutional Neural Networks
龙星计划课程-深度学习 天津大学 7月2日-7月5日.
Evolutionary Algorithms for Hyperparameter Optimization
Problems with CNNs and recent innovations 2/13/19
Neural networks (3) Regularization Autoencoder
S.N.U. EECS Jeong-Jin Lee Eui-Taik Na
Toward a Great Class Project: Discussion of Stoianov & Zorzi’s Numerosity Model Psych 209 – 2019 Feb 14, 2019.
An introduction to: Deep Learning aka or related to Deep Neural Networks Deep Structural Learning Deep Belief Networks etc,
3D Point Capsule Networks Lifting Capsule Networks to Raw 3D Data
Design of Experiments CHM 585 Chapter 15.
Learning Combinational Logic
Autoencoders David Dohan.
CS855 Overview Dr. Charles Tappert.
CSC 578 Neural Networks and Deep Learning
Presentation transcript:

Deep Learning

Deep learning? MLP-> NN-> Deep Learning Deep networks trained with backpropagation (without unsupervised pretraining) perform worse than shallow networks Supervised/unsupervised Each layer

Advantage Deep Architectures can be representationally efficient – Fewer computational units for same function: sin(sqrt(tan(a^2))) Deep Representations might allow for a hierarchy or representation – Allows non-local generalization – Comprehensibility Multiple levels of latent variables allow combinatorial sharing of statistical strength Deep architectures work well (vision, audio, NLP, etc.)

Deep Learning DBN/DBM Auto-Encoders Deep Neural Networks

HDP-DBM (2013 PAMI) can acquire new concepts from very few examples in a diverse set of application domains

HDP-DBN (2009)

Greedy vs. Dynamic Programing Sub-Optimal -> Global Optimal Overlapped sub-problems sub-optimal exist