SlideShare a Scribd company logo
Deep Learning
meetup
Protobuf/Lua (Caffe/Torch)
Python (TensorFlow)
Java (DeepLearning4J)
Programming vs ML
Stage of AI
Deep Learning history
ML algorithms
Deep Learning meetup
Training DL model
ConvNets
32
32
3
Convolution Layer
32x32x3 image
5x5x3 filter
convolve (slide) over all
spatial locations
activation
map
1
28
28
ConvNets
32
32
3
Convolution Layer
activation maps
6
28
For example, if we had 6 5x5 filters, we’ll get 6 separate activation maps:
We processed [32x32x3] volume into [28x28x6] volume.
Q: how many parameters are used ?
A: (5*5*3)*6 = 450 parameters, (5*5*3)*(28*28*6) = ~350K multiplies
28
Deep Learning meetup
● InputLayer
● ConvLayer
● ReLuLayer
● PoolLayer
● FullyConnLayer
● SoftMaxLayer
Models
● LeNet - 1998
● AlexNet - ILSVRC 2012
● ZFNet - ILSVRC 2013
● GoogLeNet - ILSVRC 2014
● VGGNet - ILSVRC 2014
● ResNet - ILSVRC 2015
● ILSVRC 2016
Links
● Dl4j-examples
● Deep Learning Papers
● ConvNetJS CIFAR-10 demo
● NVIDIA DIGITS
● Darknet
● Preparing for the Future of AI
● Learning for Self-Driving Cars

More Related Content

ODP
Hubba Deep Learning
PDF
Ch 5: Introduction to heap overflows
PPTX
Fractality of Massive Graphs: Scalable Analysis with Sketch-Based Box-Coverin...
PPT
Information security Seminar #3
PDF
PyData NYC whatsnew NumPy-SciPy 2019
PDF
CNIT 127 Ch 5: Introduction to heap overflows
KEY
Linuxconf 2011 parallel languages talk
PDF
Joint CSI Estimation, Beamforming and Scheduling Design for Wideband Massive ...
Hubba Deep Learning
Ch 5: Introduction to heap overflows
Fractality of Massive Graphs: Scalable Analysis with Sketch-Based Box-Coverin...
Information security Seminar #3
PyData NYC whatsnew NumPy-SciPy 2019
CNIT 127 Ch 5: Introduction to heap overflows
Linuxconf 2011 parallel languages talk
Joint CSI Estimation, Beamforming and Scheduling Design for Wideband Massive ...

What's hot (20)

PDF
Analyzing Larger RasterData in a Jupyter Notebook with GeoPySpark on AWS - FO...
PDF
Principles of programming languages(Functional programming Languages using LISP)
PDF
Using R in remote computer clusters
PPT
Array- queues3
PPTX
Deep Learning on Aerial Imagery: What does it look like on a map?
PDF
Lo18
PDF
Q4 2016 GeoTrellis Presentation
PPTX
Graph 500 DISLIB powered optimized version
PDF
Sperasoft‬ talks j point 2015
PPT
An adaptive algorithm for detection of duplicate records
PDF
Practical Two-level Homomorphic Encryption in Prime-order Bilinear Groups
PPTX
General Programming on the GPU - Confoo
PPTX
Lecture 3.2 bt
PDF
DARTS: Differentiable Architecture Search at 社内論文読み会
PDF
Look Mommy, No GC! (TechDays NL 2017)
PPTX
Serving deep learning models in a serverless platform (IC2E 2018)
PDF
Presentation
PDF
Introduction to plotting in Python
PDF
Integrating Xtext and Sirius: Strategies and Pitfalls
Analyzing Larger RasterData in a Jupyter Notebook with GeoPySpark on AWS - FO...
Principles of programming languages(Functional programming Languages using LISP)
Using R in remote computer clusters
Array- queues3
Deep Learning on Aerial Imagery: What does it look like on a map?
Lo18
Q4 2016 GeoTrellis Presentation
Graph 500 DISLIB powered optimized version
Sperasoft‬ talks j point 2015
An adaptive algorithm for detection of duplicate records
Practical Two-level Homomorphic Encryption in Prime-order Bilinear Groups
General Programming on the GPU - Confoo
Lecture 3.2 bt
DARTS: Differentiable Architecture Search at 社内論文読み会
Look Mommy, No GC! (TechDays NL 2017)
Serving deep learning models in a serverless platform (IC2E 2018)
Presentation
Introduction to plotting in Python
Integrating Xtext and Sirius: Strategies and Pitfalls
Ad

Viewers also liked (20)

PDF
DeepLearning4J and Spark: Successes and Challenges - François Garillot
PDF
DL4J at Workday Meetup
PPTX
Sf data mining_meetup
PDF
Deep learning on a mixed cluster with deeplearning4j and spark
PPTX
Ersatz meetup - DeepLearning4j Demo
PPTX
Brief introduction to Distributed Deep Learning
PPTX
JAVA in Artificial intelligent
PPTX
Future of Java EE with Java SE 8
PDF
Java EE Next
PDF
Accelerating Hadoop, Spark, and Memcached with HPC Technologies
PPTX
Recurrent nets and sensors
PDF
Skymind 深度学习 - T11 Summit
PPT
Have You Seen Java EE Lately?
PDF
Deep Learning on Production with Spark
PDF
Deeplearning on Hadoop @OSCON 2014
PDF
DeepLearning4J: Open Source Neural Net Platform
PDF
Java EE Revisits GoF Design Patterns
PDF
Java EE 8 Recipes
PDF
Java EE 8 - February 2017 update
DeepLearning4J and Spark: Successes and Challenges - François Garillot
DL4J at Workday Meetup
Sf data mining_meetup
Deep learning on a mixed cluster with deeplearning4j and spark
Ersatz meetup - DeepLearning4j Demo
Brief introduction to Distributed Deep Learning
JAVA in Artificial intelligent
Future of Java EE with Java SE 8
Java EE Next
Accelerating Hadoop, Spark, and Memcached with HPC Technologies
Recurrent nets and sensors
Skymind 深度学习 - T11 Summit
Have You Seen Java EE Lately?
Deep Learning on Production with Spark
Deeplearning on Hadoop @OSCON 2014
DeepLearning4J: Open Source Neural Net Platform
Java EE Revisits GoF Design Patterns
Java EE 8 Recipes
Java EE 8 - February 2017 update
Ad

Similar to Deep Learning meetup (20)

PDF
Deep learning for Industries
PPTX
Promises of Deep Learning
PPTX
Layers in Deep Learning & Caffe layers (model architecture )
PDF
Deep learning - Introduction
PPTX
Session_2_Introduction_to_Deep_Learning.pptx
PDF
Session_2_Introduction_to_Deep_Learning.pdf
PDF
Deep learning on spark
PDF
DA FDAFDSasd
PDF
Data science AI/Ml basics to learn .pdf
PPTX
Deep Learning Explained
PPT
Overview of Deep Learning and its advantage
PPT
Introduction to Deep Learning presentation
PPT
deepnet-lourentzou.ppt
PPT
Deep learning is a subset of machine learning and AI
PPTX
Deep learning introduction
PPTX
Deep Learning: DL4J and DataVec
PPTX
Josh Patterson, Advisor, Skymind – Deep learning for Industry at MLconf ATL 2016
PDF
ConvNetJS & CaffeJS
PPTX
Introduction to deep learning
PDF
Convolutional Neural Networks - Xavier Giro - UPC TelecomBCN Barcelona 2020
Deep learning for Industries
Promises of Deep Learning
Layers in Deep Learning & Caffe layers (model architecture )
Deep learning - Introduction
Session_2_Introduction_to_Deep_Learning.pptx
Session_2_Introduction_to_Deep_Learning.pdf
Deep learning on spark
DA FDAFDSasd
Data science AI/Ml basics to learn .pdf
Deep Learning Explained
Overview of Deep Learning and its advantage
Introduction to Deep Learning presentation
deepnet-lourentzou.ppt
Deep learning is a subset of machine learning and AI
Deep learning introduction
Deep Learning: DL4J and DataVec
Josh Patterson, Advisor, Skymind – Deep learning for Industry at MLconf ATL 2016
ConvNetJS & CaffeJS
Introduction to deep learning
Convolutional Neural Networks - Xavier Giro - UPC TelecomBCN Barcelona 2020

Recently uploaded (20)

PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Encapsulation theory and applications.pdf
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
Tartificialntelligence_presentation.pptx
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
August Patch Tuesday
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Empathic Computing: Creating Shared Understanding
PDF
A comparative study of natural language inference in Swahili using monolingua...
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PPTX
Spectroscopy.pptx food analysis technology
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Encapsulation_ Review paper, used for researhc scholars
Unlocking AI with Model Context Protocol (MCP)
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Digital-Transformation-Roadmap-for-Companies.pptx
Encapsulation theory and applications.pdf
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Tartificialntelligence_presentation.pptx
Programs and apps: productivity, graphics, security and other tools
August Patch Tuesday
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
Empathic Computing: Creating Shared Understanding
A comparative study of natural language inference in Swahili using monolingua...
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Spectroscopy.pptx food analysis technology
cloud_computing_Infrastucture_as_cloud_p
Spectral efficient network and resource selection model in 5G networks
Encapsulation_ Review paper, used for researhc scholars

Deep Learning meetup