[go: up one dir, main page]

SlideShare a Scribd company logo
DEEP LEARNING GLOSSARY
DRIVERLESS CARS, BETTER PREVENTATIVE HEALTHCARE, AND
EVEN BETTER FASHION RECOMMENDATIONS ARE ALL POSSIBLE
TODAY BECAUSE OF DEEP LEARNING.
OUR FRIENDS AT RE-WORK PUBLISHED AN “A” TO “Z” DEEP
LEARNING GLOSSARY. HERE ARE THE MOST IMPORTANT TERMS
LINKED WITH RESOURCES FOR MORE IN-DEPTH EXPLORATION …
“PROCESSING DEVICES THAT ARE
LOOSELY MODELLED AFTER THE
NEURONAL STRUCTURE OF THE
HUMAN BRAIN.”
SOURCE: UNIVERSITY OF WISCONSIN-MADISON
ARTIFICIAL NEURAL NETWORKS (ANN’S)
NVIDIA Applied Research
Compressing DNA Engine Facial Performance Video Classification
“DESCRIBES A LARGE VOLUME OF DATA
– BOTH STRUCTURED AND
UNSTRUCTURED – THAT INUNDATES A
BUSINESS ON A DAY-TO-DAY BASIS.”
SOURCE: SAS INSIGHTS
BIG DATA
AI-Accelerated Analytics For Industries
Finance Telco IoT
“COMPRISED OF ONE OR MORE
CONVOLUTIONAL LAYERS AND THEN
FOLLOWED BY ONE OR MORE FULLY
CONNECTED LAYERS AS IN A
STANDARD MULTILAYER NEURAL
NETWORK.”
SOURCE: UFLDL
CONVOLUTIONAL NEURAL NETWORKS
NVIDIA Applied Research
Detection & Classification of
Hand Gestures
Resource Efficient Inference
“FORM OF MACHINE LEARNING THAT
ENABLES COMPUTERS TO LEARN FROM
EXPERIENCE AND UNDERSTAND THE
WORLD IN TERMS OF A HIERARCHY OF
CONCEPTS.”
SOURCE: GOODFELLOW, I., BENGIO, T., COURVILLE, A.
DEEP LEARNING
Deep Learning Applications
Transforming Finance Detecting Cancer Deep Learning In Self-Driving Cars
“IS A REPRESENTATION OF INPUT, OR
AN ENCODING. FOR EXAMPLE, A
NEURAL WORD EMBEDDING IS A
VECTOR THAT REPRESENTS THAT
WORD.”
SOURCE: DEEPLEARNING4J
EMBEDDING
Research Publication
Generating An Embedded Neural Network
“ALLOW SIGNALS TO TRAVEL ONE WAY
ONLY; FROM INPUT TO OUTPUT.
THERE IS NO FEEDBACK (LOOPS) I.E.
THE OUTPUT OF ANY LAYER DOES NOT
AFFECT THAT SAME LAYER.”
SOURCE: IMPERIAL COLLEGE
FEEDFORWARD NETWORK
Tutorial
Creating a Feed-Forward Network With DIGITS
“TYPE OF AI ALGORITHMS USED IN
UNSUPERVISED MACHINE LEARNING,
IMPLEMENTED BY A SYSTEM OF TWO
NEURAL NETWORKS COMPETING
AGAINST EACH OTHER IN A ZERO-SUM
GAME FRAMEWORK.”
SOURCE: IAN GOODFELLOW
GENERATIVE ADVERSARIAL NETWORKS
Origin of Generative Adversarial Networks
Ian Goodfellow Podcast GTC 17 Talk – Generative Adversarial Networks
“ARE AN ARCHITECTURE TO LET
INFORMATION FLOW UNHINDERED
ACROSS SEVERAL RNN LAYERS ON SO-
CALLED “INFORMATION HIGHWAYS.”
SOURCE: DEEPLEARNING4J
HIGHWAY NETWORKS
Research Publication
Highway Networks for Visual Questions Answering
“TRAINING DEEP MODELS ARE SUFFICIENTLY DIFFICULT TASKS. MOST
ALGORITHMS ARE STRONGLY AFFECTED BY THE CHOICE OF
INITIALIZATION. THE INITIAL POINT CAN DETERMINE WHETHER THE
ALGORITHM CONVERGES AT ALL, WITH SOME INITIAL POINTS BEING
SO UNSTABLE THAT THE ALGORITHM ENCOUNTERS NUMERICAL
DIFFICULTIES AND FAILS ALTOGETHER.”
SOURCE: IAN GOODFELLOW
INITIALIZATION
Article
Weight Initialization In Deep Neural Networks
“AN ARTIFICIAL NOISE ADDED TO THE
INPUTS DURING TRAINING USED AS
ANOTHER METHOD FOR REGULARIZATION
AND IMPROVING GENERALIZATION OF A
NEURAL NETWORK.”
SOURCE: MICHAEL BRAGISNKEY, CTO AT AIDOC
JITTER
Tutorial
What is Jitter?
“IS A TYPE OF UNSUPERVISED LEARNING, WHICH IS USED WHEN
YOU HAVE UNLABELED DATA (I.E., DATA WITHOUT DEFINED
CATEGORIES OR GROUPS). THE GOALS OF THIS ALGORITHM IS TO
FIND GROUPS IN THE DATA, WITH THE NUMBER OF GROUPS
REPRESENTED BY THE VARIABLE K.”
SOURCE: DATA SCIENCE
K-MEANS ALGORITHM
Tutorial
CUDA Implementation of the K-Means Clustering Algorithm
“FOR EACH PREDICTION, THERE IS AN
ASSOCIATED NUMBER WHICH IS THE
LOSS. FOR A TRUE PREDICTION, THE
LOSS WILL BE SMALL AND FOR A
TOTALLY WRONG PREDICTION THE LOSS
WILL BE HIGH.”
SOURCE: MICHAEL BRAGINSKY, CTO AT AIDOC
LOSS FUNCTION
NVIDIA Applied Research
Loss Function for Image Restoration
“IS A FEEDFORWARD NEURAL NETWORK WITH MULTIPLE FULLY-
CONNECTED LAYERS THAT USE NONLINEAR ACTIVATION FUNCTIONS
TO DEAL WITH DATA WHICH IS NOT LINEARLY SEPARABLE. AN MLP IS
THE MOST BASIC FORM OF A MULTILAYER NEURAL NETWORK, OR A
DEEP NEURAL NETWORKS IF IT HAS MORE THAN 2 LAYERS.”
SOURCE: DEEPLEARNING.NET
MULTILAYER PERCEPTRON (MLP)
Research Publication
Multi-Layer Perceptron On A GPU
“IS THE COMPREHENSION BY COMPUTERS OF THE STRUCTURE AND
MEANING OF HUMAN LANGUAGE (E.G., ENGLISH, SPANISH,
JAPANESE), ALLOWING USERS TO INTERACT WITH THE COMPUTER
USING NATURAL SENTENCES.”
SOURCE: GARTNER RESEARCH
NATURAL LANGUAGE PROCESSING
Blog
NVIDIA Developer – Natural Language Processing
“ONE-SHOT LEARNING IS WHEN AN
ALGORITHM LEARNS FROM ONE OR A FEW
NUMBER OF TRAINING EXAMPLES, CONTRAST
TO THE TRADITIONAL MACHINE-LEARNING
MODELS WHICH USES THOUSANDS EXAMPLES
IN ORDER TO LEARN..”
SOURCE: SUSHOVAN HALDAR
ONE-SHOT LEARNING
Research Publication
One-Shot Imitation Learning with OpenAI & Berkeley
“TYPE OF LAYER COMMONLY FOUND
IN CONVOLUTIONAL NEURAL
NETWORKS, WHICH INTEGRATES
INFORMATION FROM NEURONS WITH
NEARBY RECEPTIVE FIELDS.”
SOURCE: MICHAEL BRAGINSKY, CTA AT AIDOC
POOLING
Blog
ParallelForall – Deep Learning In a Nutshell Core Concepts
“A NOVEL ARTIFICIAL AGENT, TERMED A DEEP Q-NETWORK, THAT
CAN LEARN SUCCESSFUL POLICIES DIRECTLY FROM HIGH-
DIMENSIONAL SENSORY INPUTS USING END-TO-END REINFORCEMENT
LEARNING.”
SOURCE: PETERSEN, S. (2015) HUMAN-LEVEL CONTROL THROUGH DEEP REINFORCEMENT LEARNING.
Q-NETWORKS
Blog
Q-Network Trained to Play Breakout on OpenAI Gym
“A BRANCH OF MACHINE LEARNING THAT
IS GOAL ORIENTATED; THAT IS,
REINFORCEMENT LEARNING ALGORITHMS
HAVE AS THEIR OBJECT TO MAXIMIZE A
REWARD, OFTEN OVER THE COURSE OF
MANY DECISIONS.”
SOURCE: DEEPLEARNING4J
REINFORCEMENT LEARNING
Blog
Deep Learning in a Nutshell: Reinforcement Learning
“IS A FUNCTION USED AS THE OUTPUT LAYER OF A NEURAL NETWORK
THAT CLASSIFIES INPUT. IT CONVERTS VECTORS INTO CLASS
PROBABILITIES. SOFTMAX NORMALIZES THE VECTOR OF SCORES BY
FIRST EXPONENTIATING AND THEN DIVIDING BY A CONSTANT.”
SOURCE: DEEPLEARNING4J
SOFTMAX REGRESSION
Tutorial
Stanford – Softmax Regression
“ALLOWS US TO [TRAIN NEW MODELS] BY LEVERAGING THE ALREADY
EXISTING LABELED DATA OF SOME RELATED TASK OR DOMAIN. WE TRY
TO STORE THIS KNOWLEDGE GAINED IN SOLVING THE SOURCE TASK IN
THE SOURCE DOMAIN AND APPLY IT TO OUR PROBLEM OF INTEREST.”
SOURCE: SEBASTIAN RUDER
TRANSFER LEARNING
Research Publication
Transfer Learning From Deep Features for Remote Sensing and Poverty Mapping
“IS A TYPE OF MACHINE LEARNING
ALGORITHM USED TO DRAW INFERENCES
FROM DATASETS CONSISTING OF INPUT
DATA WITHOUT LABELED RESPONSES.”
SOURCE: MATHWORKS
UNSUPERVISED LEARNING
Blog
Using Unsupervised Learning For Artistic Style
“IS A DIRECTED MODEL THAT USES
LEARNED APPROXIMATE INFERENCE
AND CAN BE TRAINED PURELY WITH
GRADIENT-BASED METHODS.”
SOURCE: GOODFELLOW, IAN
VARIATIONAL AUTOENCODER
Blog
Auto-Encoder Model Querying a Computer To Design Clothing
“TO PENALIZE LARGE WEIGHTS USING
PENALTIES OR CONSTRAINTS ON THEIR
SQUARED VALUES (L2 PENALTY) OR
ABSOLUTE VALUES (L1 PENALTY).”
SOURCE: HINTON, . G. NEURAL NETWORKS FOR MACHINE LEARNING
WEIGHT DECAY
Research Publication
Weight Decay Can Improve Generalization
“THE PROCESS OF INITIALIZING WEIGHTS THAT THE VARIANCE
REMAINS THE SAME FOR “X” AND “Y”. THIS INITIALIZATION
PROCESS IS KNOWN AS XAVIER INITIALIZATION.”
SOURCE: PRATEEK JOSHI
XAVIER INITIALIZATION
Research Publications
Understanding the Difficulty of Training Deep Feedforward Neural Networks
“AS PIONEERS OF DEEP LEARNING, YOSHUA & YANN HAVE MADE
SIGNIFICANT CONTRIBUTIONS TO THE ADVANCEMENTS OF THIS FIELD.
THEY WILL BOTH BE JOINING THE DEEP LEARNING SUMMIT,
MONTREAL IN OCTOBER, SPEAKING ON THE “PANEL OF PIONEERS.”
SOURCE: RE-WORK GLOSSARY
YOSHUA BENGIO &
Their Work
Advancing Robotics, Physics, and Medicine
with AI – Yann LeCunn
YANN LECUN
The Rise of AI Through Deep Learning – Yoshua Bengio
“AN EXTREME FORM OF TRANSFER
LEARNING, WHERE NO LABELED
EXAMPLES ARE GIVEN AT ALL FOR THE
ZERO-SHOT LEARNING TASK.”
SOURCE: GOODFELLOW, IAN
ZERO-SHOT LEARNING
Research Publication
Zero-Shot Learning Through Cross-Modal Transfer
Explore Now
DISCOVER THE LATEST NEWS AND
UPDATES ON DEEP LEARNING AND AI …

More Related Content

What's hot

Introduction to Deep Learning
Introduction to Deep LearningIntroduction to Deep Learning
Introduction to Deep Learning
Oswald Campesato
 
Introduction of Deep Learning
Introduction of Deep LearningIntroduction of Deep Learning
Introduction of Deep Learning
Myungjin Lee
 
Neural networks and deep learning
Neural networks and deep learningNeural networks and deep learning
Neural networks and deep learning
Jörgen Sandig
 
Introduction to Deep Learning
Introduction to Deep LearningIntroduction to Deep Learning
Introduction to Deep Learning
Oleg Mygryn
 
Deep learning ppt
Deep learning pptDeep learning ppt
Deep learning ppt
BalneSridevi
 
Deep learning
Deep learning Deep learning
Deep learning
Rajgupta258
 
Deep Learning With Neural Networks
Deep Learning With Neural NetworksDeep Learning With Neural Networks
Deep Learning With Neural Networks
Aniket Maurya
 
Intro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationIntro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning Presentation
Ankit Gupta
 
Deep learning
Deep learningDeep learning
Deep learning
Ratnakar Pandey
 
Deep Learning - CNN and RNN
Deep Learning - CNN and RNNDeep Learning - CNN and RNN
Deep Learning - CNN and RNN
Ashray Bhandare
 
Artificial Intelligence, Machine Learning and Deep Learning
Artificial Intelligence, Machine Learning and Deep LearningArtificial Intelligence, Machine Learning and Deep Learning
Artificial Intelligence, Machine Learning and Deep Learning
Sujit Pal
 
Deep learning - what is it and why now?
Deep learning - what is it and why now?Deep learning - what is it and why now?
Deep learning - what is it and why now?
Natalia Konstantinova
 
CNN Machine learning DeepLearning
CNN Machine learning DeepLearningCNN Machine learning DeepLearning
CNN Machine learning DeepLearning
Abhishek Sharma
 
Deep Learning
Deep LearningDeep Learning
Deep Learning
Shaikh Shahzad
 
Deep Learning: Application & Opportunity
Deep Learning: Application & OpportunityDeep Learning: Application & Opportunity
Deep Learning: Application & Opportunity
iTrain
 
Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...
Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...
Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...
Simplilearn
 
Deep learning tutorial 9/2019
Deep learning tutorial 9/2019Deep learning tutorial 9/2019
Deep learning tutorial 9/2019
Amr Rashed
 
Artifical Neural Network and its applications
Artifical Neural Network and its applicationsArtifical Neural Network and its applications
Artifical Neural Network and its applications
Sangeeta Tiwari
 
Convolutional neural network
Convolutional neural network Convolutional neural network
Convolutional neural network
Yan Xu
 
Training Neural Networks
Training Neural NetworksTraining Neural Networks
Training Neural Networks
Databricks
 

What's hot (20)

Introduction to Deep Learning
Introduction to Deep LearningIntroduction to Deep Learning
Introduction to Deep Learning
 
Introduction of Deep Learning
Introduction of Deep LearningIntroduction of Deep Learning
Introduction of Deep Learning
 
Neural networks and deep learning
Neural networks and deep learningNeural networks and deep learning
Neural networks and deep learning
 
Introduction to Deep Learning
Introduction to Deep LearningIntroduction to Deep Learning
Introduction to Deep Learning
 
Deep learning ppt
Deep learning pptDeep learning ppt
Deep learning ppt
 
Deep learning
Deep learning Deep learning
Deep learning
 
Deep Learning With Neural Networks
Deep Learning With Neural NetworksDeep Learning With Neural Networks
Deep Learning With Neural Networks
 
Intro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationIntro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning Presentation
 
Deep learning
Deep learningDeep learning
Deep learning
 
Deep Learning - CNN and RNN
Deep Learning - CNN and RNNDeep Learning - CNN and RNN
Deep Learning - CNN and RNN
 
Artificial Intelligence, Machine Learning and Deep Learning
Artificial Intelligence, Machine Learning and Deep LearningArtificial Intelligence, Machine Learning and Deep Learning
Artificial Intelligence, Machine Learning and Deep Learning
 
Deep learning - what is it and why now?
Deep learning - what is it and why now?Deep learning - what is it and why now?
Deep learning - what is it and why now?
 
CNN Machine learning DeepLearning
CNN Machine learning DeepLearningCNN Machine learning DeepLearning
CNN Machine learning DeepLearning
 
Deep Learning
Deep LearningDeep Learning
Deep Learning
 
Deep Learning: Application & Opportunity
Deep Learning: Application & OpportunityDeep Learning: Application & Opportunity
Deep Learning: Application & Opportunity
 
Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...
Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...
Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...
 
Deep learning tutorial 9/2019
Deep learning tutorial 9/2019Deep learning tutorial 9/2019
Deep learning tutorial 9/2019
 
Artifical Neural Network and its applications
Artifical Neural Network and its applicationsArtifical Neural Network and its applications
Artifical Neural Network and its applications
 
Convolutional neural network
Convolutional neural network Convolutional neural network
Convolutional neural network
 
Training Neural Networks
Training Neural NetworksTraining Neural Networks
Training Neural Networks
 

Similar to The Deep Learning Glossary

Machines are people too
Machines are people tooMachines are people too
Machines are people too
Paul Groth
 
NumPyCNNAndroid: A Library for Straightforward Implementation of Convolutiona...
NumPyCNNAndroid: A Library for Straightforward Implementation of Convolutiona...NumPyCNNAndroid: A Library for Straightforward Implementation of Convolutiona...
NumPyCNNAndroid: A Library for Straightforward Implementation of Convolutiona...
Ahmed Gad
 
Introduction to the Artificial Intelligence and Computer Vision revolution
Introduction to the Artificial Intelligence and Computer Vision revolutionIntroduction to the Artificial Intelligence and Computer Vision revolution
Introduction to the Artificial Intelligence and Computer Vision revolution
Darian Frajberg
 
Rise of AI through DL
Rise of AI through DLRise of AI through DL
Rise of AI through DL
Rehan Guha
 
Big Sky Earth 2018 Introduction to machine learning
Big Sky Earth 2018 Introduction to machine learningBig Sky Earth 2018 Introduction to machine learning
Big Sky Earth 2018 Introduction to machine learning
Julien TREGUER
 
A Study of Deep Learning Applications
A Study of Deep Learning ApplicationsA Study of Deep Learning Applications
A Study of Deep Learning Applications
ijtsrd
 
AI Presentation 1
AI Presentation 1AI Presentation 1
AI Presentation 1
Mustafa Kuğu
 
Cyberinfrastructure for Einstein's Equations and Beyond
Cyberinfrastructure for Einstein's Equations and BeyondCyberinfrastructure for Einstein's Equations and Beyond
Cyberinfrastructure for Einstein's Equations and Beyond
University of Illinois at Urbana-Champaign
 
PhD Defense
PhD DefensePhD Defense
PhD Defense
Taehoon Lee
 
How do we know what we don’t know: Using the Neuroscience Information Framew...
How do we know what we don’t know:  Using the Neuroscience Information Framew...How do we know what we don’t know:  Using the Neuroscience Information Framew...
How do we know what we don’t know: Using the Neuroscience Information Framew...
Maryann Martone
 
Looking for Commonsense in the Semantic Web
Looking for Commonsense in the Semantic WebLooking for Commonsense in the Semantic Web
Looking for Commonsense in the Semantic Web
Valentina Presutti
 
Neural Networks, Spark MLlib, Deep Learning
Neural Networks, Spark MLlib, Deep LearningNeural Networks, Spark MLlib, Deep Learning
Neural Networks, Spark MLlib, Deep Learning
Asim Jalis
 
Artificial Intelligence (ai) and Deep Learning ppt (By Shahrukh Shakeel)
Artificial Intelligence (ai) and Deep Learning ppt (By Shahrukh Shakeel)Artificial Intelligence (ai) and Deep Learning ppt (By Shahrukh Shakeel)
Artificial Intelligence (ai) and Deep Learning ppt (By Shahrukh Shakeel)
shahrukh1211
 
Superhuman Cyberinfrastructure - Crossing the Rubicon
Superhuman Cyberinfrastructure - Crossing the RubiconSuperhuman Cyberinfrastructure - Crossing the Rubicon
Superhuman Cyberinfrastructure - Crossing the Rubicon
Larry Smarr
 
Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial Intelligence
Lukas Masuch
 
The pulse of cloud computing with bioinformatics as an example
The pulse of cloud computing with bioinformatics as an exampleThe pulse of cloud computing with bioinformatics as an example
The pulse of cloud computing with bioinformatics as an example
Enis Afgan
 
Our World is Socio-technical
Our World is Socio-technicalOur World is Socio-technical
Our World is Socio-technical
Markus Luczak-Rösch
 
Implications of Brain-Inspired Computing on Next-Gen Cyberinfrastructure Plan...
Implications of Brain-Inspired Computing on Next-Gen Cyberinfrastructure Plan...Implications of Brain-Inspired Computing on Next-Gen Cyberinfrastructure Plan...
Implications of Brain-Inspired Computing on Next-Gen Cyberinfrastructure Plan...
Larry Smarr
 
Artificial neural networks(AI UNIT 3)
Artificial neural networks(AI UNIT 3)Artificial neural networks(AI UNIT 3)
Artificial neural networks(AI UNIT 3)
SURBHI SAROHA
 
Knowledge Engines and AI – Applications Beyond Gaming
Knowledge Engines and AI – Applications Beyond GamingKnowledge Engines and AI – Applications Beyond Gaming
Knowledge Engines and AI – Applications Beyond Gaming
MecklerMedia
 

Similar to The Deep Learning Glossary (20)

Machines are people too
Machines are people tooMachines are people too
Machines are people too
 
NumPyCNNAndroid: A Library for Straightforward Implementation of Convolutiona...
NumPyCNNAndroid: A Library for Straightforward Implementation of Convolutiona...NumPyCNNAndroid: A Library for Straightforward Implementation of Convolutiona...
NumPyCNNAndroid: A Library for Straightforward Implementation of Convolutiona...
 
Introduction to the Artificial Intelligence and Computer Vision revolution
Introduction to the Artificial Intelligence and Computer Vision revolutionIntroduction to the Artificial Intelligence and Computer Vision revolution
Introduction to the Artificial Intelligence and Computer Vision revolution
 
Rise of AI through DL
Rise of AI through DLRise of AI through DL
Rise of AI through DL
 
Big Sky Earth 2018 Introduction to machine learning
Big Sky Earth 2018 Introduction to machine learningBig Sky Earth 2018 Introduction to machine learning
Big Sky Earth 2018 Introduction to machine learning
 
A Study of Deep Learning Applications
A Study of Deep Learning ApplicationsA Study of Deep Learning Applications
A Study of Deep Learning Applications
 
AI Presentation 1
AI Presentation 1AI Presentation 1
AI Presentation 1
 
Cyberinfrastructure for Einstein's Equations and Beyond
Cyberinfrastructure for Einstein's Equations and BeyondCyberinfrastructure for Einstein's Equations and Beyond
Cyberinfrastructure for Einstein's Equations and Beyond
 
PhD Defense
PhD DefensePhD Defense
PhD Defense
 
How do we know what we don’t know: Using the Neuroscience Information Framew...
How do we know what we don’t know:  Using the Neuroscience Information Framew...How do we know what we don’t know:  Using the Neuroscience Information Framew...
How do we know what we don’t know: Using the Neuroscience Information Framew...
 
Looking for Commonsense in the Semantic Web
Looking for Commonsense in the Semantic WebLooking for Commonsense in the Semantic Web
Looking for Commonsense in the Semantic Web
 
Neural Networks, Spark MLlib, Deep Learning
Neural Networks, Spark MLlib, Deep LearningNeural Networks, Spark MLlib, Deep Learning
Neural Networks, Spark MLlib, Deep Learning
 
Artificial Intelligence (ai) and Deep Learning ppt (By Shahrukh Shakeel)
Artificial Intelligence (ai) and Deep Learning ppt (By Shahrukh Shakeel)Artificial Intelligence (ai) and Deep Learning ppt (By Shahrukh Shakeel)
Artificial Intelligence (ai) and Deep Learning ppt (By Shahrukh Shakeel)
 
Superhuman Cyberinfrastructure - Crossing the Rubicon
Superhuman Cyberinfrastructure - Crossing the RubiconSuperhuman Cyberinfrastructure - Crossing the Rubicon
Superhuman Cyberinfrastructure - Crossing the Rubicon
 
Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial Intelligence
 
The pulse of cloud computing with bioinformatics as an example
The pulse of cloud computing with bioinformatics as an exampleThe pulse of cloud computing with bioinformatics as an example
The pulse of cloud computing with bioinformatics as an example
 
Our World is Socio-technical
Our World is Socio-technicalOur World is Socio-technical
Our World is Socio-technical
 
Implications of Brain-Inspired Computing on Next-Gen Cyberinfrastructure Plan...
Implications of Brain-Inspired Computing on Next-Gen Cyberinfrastructure Plan...Implications of Brain-Inspired Computing on Next-Gen Cyberinfrastructure Plan...
Implications of Brain-Inspired Computing on Next-Gen Cyberinfrastructure Plan...
 
Artificial neural networks(AI UNIT 3)
Artificial neural networks(AI UNIT 3)Artificial neural networks(AI UNIT 3)
Artificial neural networks(AI UNIT 3)
 
Knowledge Engines and AI – Applications Beyond Gaming
Knowledge Engines and AI – Applications Beyond GamingKnowledge Engines and AI – Applications Beyond Gaming
Knowledge Engines and AI – Applications Beyond Gaming
 

More from NVIDIA

NVIDIA Story 2023.pdf
NVIDIA Story 2023.pdfNVIDIA Story 2023.pdf
NVIDIA Story 2023.pdf
NVIDIA
 
NVIDIA GTC2022 Spring Highlights
NVIDIA GTC2022 Spring HighlightsNVIDIA GTC2022 Spring Highlights
NVIDIA GTC2022 Spring Highlights
NVIDIA
 
NVIDIA Brochure 2021 Company Overview
NVIDIA Brochure 2021 Company OverviewNVIDIA Brochure 2021 Company Overview
NVIDIA Brochure 2021 Company Overview
NVIDIA
 
NVIDIA GTC 2020 October Summary
NVIDIA GTC 2020 October SummaryNVIDIA GTC 2020 October Summary
NVIDIA GTC 2020 October Summary
NVIDIA
 
The Best of AI and HPC in Healthcare and Life Sciences
The Best of AI and HPC in Healthcare and Life SciencesThe Best of AI and HPC in Healthcare and Life Sciences
The Best of AI and HPC in Healthcare and Life Sciences
NVIDIA
 
NVIDIA CEO Jensen Huang Presentation at Supercomputing 2019
NVIDIA CEO Jensen Huang Presentation at Supercomputing 2019NVIDIA CEO Jensen Huang Presentation at Supercomputing 2019
NVIDIA CEO Jensen Huang Presentation at Supercomputing 2019
NVIDIA
 
NLP for Biomedical Applications
NLP for Biomedical ApplicationsNLP for Biomedical Applications
NLP for Biomedical Applications
NVIDIA
 
Top 5 Deep Learning and AI Stories - August 30, 2019
Top 5 Deep Learning and AI Stories - August 30, 2019Top 5 Deep Learning and AI Stories - August 30, 2019
Top 5 Deep Learning and AI Stories - August 30, 2019
NVIDIA
 
Seven Ways to Boost Artificial Intelligence Research
Seven Ways to Boost Artificial Intelligence ResearchSeven Ways to Boost Artificial Intelligence Research
Seven Ways to Boost Artificial Intelligence Research
NVIDIA
 
NVIDIA Developer Program Overview
NVIDIA Developer Program OverviewNVIDIA Developer Program Overview
NVIDIA Developer Program Overview
NVIDIA
 
NVIDIA at Computex 2019
NVIDIA at Computex 2019 NVIDIA at Computex 2019
NVIDIA at Computex 2019
NVIDIA
 
Top 5 DGX Sessions From GTC 2019
Top 5 DGX Sessions From GTC 2019Top 5 DGX Sessions From GTC 2019
Top 5 DGX Sessions From GTC 2019
NVIDIA
 
DGX POD Top 4 Sessions From GTC 2019
DGX POD Top 4 Sessions From GTC 2019DGX POD Top 4 Sessions From GTC 2019
DGX POD Top 4 Sessions From GTC 2019
NVIDIA
 
Top 5 Data Science Sessions from GTC 2019
Top 5 Data Science Sessions from GTC 2019Top 5 Data Science Sessions from GTC 2019
Top 5 Data Science Sessions from GTC 2019
NVIDIA
 
This Week in Data Science - Top 5 News - April 26, 2019
This Week in Data Science - Top 5 News - April 26, 2019This Week in Data Science - Top 5 News - April 26, 2019
This Week in Data Science - Top 5 News - April 26, 2019
NVIDIA
 
GTC 2019 Keynote in Silicon Valley
GTC 2019 Keynote in Silicon ValleyGTC 2019 Keynote in Silicon Valley
GTC 2019 Keynote in Silicon Valley
NVIDIA
 
CUDA DLI Training Courses at GTC 2019
CUDA DLI Training Courses at GTC 2019CUDA DLI Training Courses at GTC 2019
CUDA DLI Training Courses at GTC 2019
NVIDIA
 
DGX Sessions You Won't Want to Miss at GTC 2019
DGX Sessions You Won't Want to Miss at GTC 2019DGX Sessions You Won't Want to Miss at GTC 2019
DGX Sessions You Won't Want to Miss at GTC 2019
NVIDIA
 
Transforming Healthcare at GTC Silicon Valley
Transforming Healthcare at GTC Silicon ValleyTransforming Healthcare at GTC Silicon Valley
Transforming Healthcare at GTC Silicon Valley
NVIDIA
 
OpenACC Monthly Highlights February 2019
OpenACC Monthly Highlights February 2019OpenACC Monthly Highlights February 2019
OpenACC Monthly Highlights February 2019
NVIDIA
 

More from NVIDIA (20)

NVIDIA Story 2023.pdf
NVIDIA Story 2023.pdfNVIDIA Story 2023.pdf
NVIDIA Story 2023.pdf
 
NVIDIA GTC2022 Spring Highlights
NVIDIA GTC2022 Spring HighlightsNVIDIA GTC2022 Spring Highlights
NVIDIA GTC2022 Spring Highlights
 
NVIDIA Brochure 2021 Company Overview
NVIDIA Brochure 2021 Company OverviewNVIDIA Brochure 2021 Company Overview
NVIDIA Brochure 2021 Company Overview
 
NVIDIA GTC 2020 October Summary
NVIDIA GTC 2020 October SummaryNVIDIA GTC 2020 October Summary
NVIDIA GTC 2020 October Summary
 
The Best of AI and HPC in Healthcare and Life Sciences
The Best of AI and HPC in Healthcare and Life SciencesThe Best of AI and HPC in Healthcare and Life Sciences
The Best of AI and HPC in Healthcare and Life Sciences
 
NVIDIA CEO Jensen Huang Presentation at Supercomputing 2019
NVIDIA CEO Jensen Huang Presentation at Supercomputing 2019NVIDIA CEO Jensen Huang Presentation at Supercomputing 2019
NVIDIA CEO Jensen Huang Presentation at Supercomputing 2019
 
NLP for Biomedical Applications
NLP for Biomedical ApplicationsNLP for Biomedical Applications
NLP for Biomedical Applications
 
Top 5 Deep Learning and AI Stories - August 30, 2019
Top 5 Deep Learning and AI Stories - August 30, 2019Top 5 Deep Learning and AI Stories - August 30, 2019
Top 5 Deep Learning and AI Stories - August 30, 2019
 
Seven Ways to Boost Artificial Intelligence Research
Seven Ways to Boost Artificial Intelligence ResearchSeven Ways to Boost Artificial Intelligence Research
Seven Ways to Boost Artificial Intelligence Research
 
NVIDIA Developer Program Overview
NVIDIA Developer Program OverviewNVIDIA Developer Program Overview
NVIDIA Developer Program Overview
 
NVIDIA at Computex 2019
NVIDIA at Computex 2019 NVIDIA at Computex 2019
NVIDIA at Computex 2019
 
Top 5 DGX Sessions From GTC 2019
Top 5 DGX Sessions From GTC 2019Top 5 DGX Sessions From GTC 2019
Top 5 DGX Sessions From GTC 2019
 
DGX POD Top 4 Sessions From GTC 2019
DGX POD Top 4 Sessions From GTC 2019DGX POD Top 4 Sessions From GTC 2019
DGX POD Top 4 Sessions From GTC 2019
 
Top 5 Data Science Sessions from GTC 2019
Top 5 Data Science Sessions from GTC 2019Top 5 Data Science Sessions from GTC 2019
Top 5 Data Science Sessions from GTC 2019
 
This Week in Data Science - Top 5 News - April 26, 2019
This Week in Data Science - Top 5 News - April 26, 2019This Week in Data Science - Top 5 News - April 26, 2019
This Week in Data Science - Top 5 News - April 26, 2019
 
GTC 2019 Keynote in Silicon Valley
GTC 2019 Keynote in Silicon ValleyGTC 2019 Keynote in Silicon Valley
GTC 2019 Keynote in Silicon Valley
 
CUDA DLI Training Courses at GTC 2019
CUDA DLI Training Courses at GTC 2019CUDA DLI Training Courses at GTC 2019
CUDA DLI Training Courses at GTC 2019
 
DGX Sessions You Won't Want to Miss at GTC 2019
DGX Sessions You Won't Want to Miss at GTC 2019DGX Sessions You Won't Want to Miss at GTC 2019
DGX Sessions You Won't Want to Miss at GTC 2019
 
Transforming Healthcare at GTC Silicon Valley
Transforming Healthcare at GTC Silicon ValleyTransforming Healthcare at GTC Silicon Valley
Transforming Healthcare at GTC Silicon Valley
 
OpenACC Monthly Highlights February 2019
OpenACC Monthly Highlights February 2019OpenACC Monthly Highlights February 2019
OpenACC Monthly Highlights February 2019
 

Recently uploaded

HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
fredae14
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Jeffrey Haguewood
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 

Recently uploaded (20)

HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 

The Deep Learning Glossary

  • 2. DRIVERLESS CARS, BETTER PREVENTATIVE HEALTHCARE, AND EVEN BETTER FASHION RECOMMENDATIONS ARE ALL POSSIBLE TODAY BECAUSE OF DEEP LEARNING.
  • 3. OUR FRIENDS AT RE-WORK PUBLISHED AN “A” TO “Z” DEEP LEARNING GLOSSARY. HERE ARE THE MOST IMPORTANT TERMS LINKED WITH RESOURCES FOR MORE IN-DEPTH EXPLORATION …
  • 4. “PROCESSING DEVICES THAT ARE LOOSELY MODELLED AFTER THE NEURONAL STRUCTURE OF THE HUMAN BRAIN.” SOURCE: UNIVERSITY OF WISCONSIN-MADISON ARTIFICIAL NEURAL NETWORKS (ANN’S) NVIDIA Applied Research Compressing DNA Engine Facial Performance Video Classification
  • 5. “DESCRIBES A LARGE VOLUME OF DATA – BOTH STRUCTURED AND UNSTRUCTURED – THAT INUNDATES A BUSINESS ON A DAY-TO-DAY BASIS.” SOURCE: SAS INSIGHTS BIG DATA AI-Accelerated Analytics For Industries Finance Telco IoT
  • 6. “COMPRISED OF ONE OR MORE CONVOLUTIONAL LAYERS AND THEN FOLLOWED BY ONE OR MORE FULLY CONNECTED LAYERS AS IN A STANDARD MULTILAYER NEURAL NETWORK.” SOURCE: UFLDL CONVOLUTIONAL NEURAL NETWORKS NVIDIA Applied Research Detection & Classification of Hand Gestures Resource Efficient Inference
  • 7. “FORM OF MACHINE LEARNING THAT ENABLES COMPUTERS TO LEARN FROM EXPERIENCE AND UNDERSTAND THE WORLD IN TERMS OF A HIERARCHY OF CONCEPTS.” SOURCE: GOODFELLOW, I., BENGIO, T., COURVILLE, A. DEEP LEARNING Deep Learning Applications Transforming Finance Detecting Cancer Deep Learning In Self-Driving Cars
  • 8. “IS A REPRESENTATION OF INPUT, OR AN ENCODING. FOR EXAMPLE, A NEURAL WORD EMBEDDING IS A VECTOR THAT REPRESENTS THAT WORD.” SOURCE: DEEPLEARNING4J EMBEDDING Research Publication Generating An Embedded Neural Network
  • 9. “ALLOW SIGNALS TO TRAVEL ONE WAY ONLY; FROM INPUT TO OUTPUT. THERE IS NO FEEDBACK (LOOPS) I.E. THE OUTPUT OF ANY LAYER DOES NOT AFFECT THAT SAME LAYER.” SOURCE: IMPERIAL COLLEGE FEEDFORWARD NETWORK Tutorial Creating a Feed-Forward Network With DIGITS
  • 10. “TYPE OF AI ALGORITHMS USED IN UNSUPERVISED MACHINE LEARNING, IMPLEMENTED BY A SYSTEM OF TWO NEURAL NETWORKS COMPETING AGAINST EACH OTHER IN A ZERO-SUM GAME FRAMEWORK.” SOURCE: IAN GOODFELLOW GENERATIVE ADVERSARIAL NETWORKS Origin of Generative Adversarial Networks Ian Goodfellow Podcast GTC 17 Talk – Generative Adversarial Networks
  • 11. “ARE AN ARCHITECTURE TO LET INFORMATION FLOW UNHINDERED ACROSS SEVERAL RNN LAYERS ON SO- CALLED “INFORMATION HIGHWAYS.” SOURCE: DEEPLEARNING4J HIGHWAY NETWORKS Research Publication Highway Networks for Visual Questions Answering
  • 12. “TRAINING DEEP MODELS ARE SUFFICIENTLY DIFFICULT TASKS. MOST ALGORITHMS ARE STRONGLY AFFECTED BY THE CHOICE OF INITIALIZATION. THE INITIAL POINT CAN DETERMINE WHETHER THE ALGORITHM CONVERGES AT ALL, WITH SOME INITIAL POINTS BEING SO UNSTABLE THAT THE ALGORITHM ENCOUNTERS NUMERICAL DIFFICULTIES AND FAILS ALTOGETHER.” SOURCE: IAN GOODFELLOW INITIALIZATION Article Weight Initialization In Deep Neural Networks
  • 13. “AN ARTIFICIAL NOISE ADDED TO THE INPUTS DURING TRAINING USED AS ANOTHER METHOD FOR REGULARIZATION AND IMPROVING GENERALIZATION OF A NEURAL NETWORK.” SOURCE: MICHAEL BRAGISNKEY, CTO AT AIDOC JITTER Tutorial What is Jitter?
  • 14. “IS A TYPE OF UNSUPERVISED LEARNING, WHICH IS USED WHEN YOU HAVE UNLABELED DATA (I.E., DATA WITHOUT DEFINED CATEGORIES OR GROUPS). THE GOALS OF THIS ALGORITHM IS TO FIND GROUPS IN THE DATA, WITH THE NUMBER OF GROUPS REPRESENTED BY THE VARIABLE K.” SOURCE: DATA SCIENCE K-MEANS ALGORITHM Tutorial CUDA Implementation of the K-Means Clustering Algorithm
  • 15. “FOR EACH PREDICTION, THERE IS AN ASSOCIATED NUMBER WHICH IS THE LOSS. FOR A TRUE PREDICTION, THE LOSS WILL BE SMALL AND FOR A TOTALLY WRONG PREDICTION THE LOSS WILL BE HIGH.” SOURCE: MICHAEL BRAGINSKY, CTO AT AIDOC LOSS FUNCTION NVIDIA Applied Research Loss Function for Image Restoration
  • 16. “IS A FEEDFORWARD NEURAL NETWORK WITH MULTIPLE FULLY- CONNECTED LAYERS THAT USE NONLINEAR ACTIVATION FUNCTIONS TO DEAL WITH DATA WHICH IS NOT LINEARLY SEPARABLE. AN MLP IS THE MOST BASIC FORM OF A MULTILAYER NEURAL NETWORK, OR A DEEP NEURAL NETWORKS IF IT HAS MORE THAN 2 LAYERS.” SOURCE: DEEPLEARNING.NET MULTILAYER PERCEPTRON (MLP) Research Publication Multi-Layer Perceptron On A GPU
  • 17. “IS THE COMPREHENSION BY COMPUTERS OF THE STRUCTURE AND MEANING OF HUMAN LANGUAGE (E.G., ENGLISH, SPANISH, JAPANESE), ALLOWING USERS TO INTERACT WITH THE COMPUTER USING NATURAL SENTENCES.” SOURCE: GARTNER RESEARCH NATURAL LANGUAGE PROCESSING Blog NVIDIA Developer – Natural Language Processing
  • 18. “ONE-SHOT LEARNING IS WHEN AN ALGORITHM LEARNS FROM ONE OR A FEW NUMBER OF TRAINING EXAMPLES, CONTRAST TO THE TRADITIONAL MACHINE-LEARNING MODELS WHICH USES THOUSANDS EXAMPLES IN ORDER TO LEARN..” SOURCE: SUSHOVAN HALDAR ONE-SHOT LEARNING Research Publication One-Shot Imitation Learning with OpenAI & Berkeley
  • 19. “TYPE OF LAYER COMMONLY FOUND IN CONVOLUTIONAL NEURAL NETWORKS, WHICH INTEGRATES INFORMATION FROM NEURONS WITH NEARBY RECEPTIVE FIELDS.” SOURCE: MICHAEL BRAGINSKY, CTA AT AIDOC POOLING Blog ParallelForall – Deep Learning In a Nutshell Core Concepts
  • 20. “A NOVEL ARTIFICIAL AGENT, TERMED A DEEP Q-NETWORK, THAT CAN LEARN SUCCESSFUL POLICIES DIRECTLY FROM HIGH- DIMENSIONAL SENSORY INPUTS USING END-TO-END REINFORCEMENT LEARNING.” SOURCE: PETERSEN, S. (2015) HUMAN-LEVEL CONTROL THROUGH DEEP REINFORCEMENT LEARNING. Q-NETWORKS Blog Q-Network Trained to Play Breakout on OpenAI Gym
  • 21. “A BRANCH OF MACHINE LEARNING THAT IS GOAL ORIENTATED; THAT IS, REINFORCEMENT LEARNING ALGORITHMS HAVE AS THEIR OBJECT TO MAXIMIZE A REWARD, OFTEN OVER THE COURSE OF MANY DECISIONS.” SOURCE: DEEPLEARNING4J REINFORCEMENT LEARNING Blog Deep Learning in a Nutshell: Reinforcement Learning
  • 22. “IS A FUNCTION USED AS THE OUTPUT LAYER OF A NEURAL NETWORK THAT CLASSIFIES INPUT. IT CONVERTS VECTORS INTO CLASS PROBABILITIES. SOFTMAX NORMALIZES THE VECTOR OF SCORES BY FIRST EXPONENTIATING AND THEN DIVIDING BY A CONSTANT.” SOURCE: DEEPLEARNING4J SOFTMAX REGRESSION Tutorial Stanford – Softmax Regression
  • 23. “ALLOWS US TO [TRAIN NEW MODELS] BY LEVERAGING THE ALREADY EXISTING LABELED DATA OF SOME RELATED TASK OR DOMAIN. WE TRY TO STORE THIS KNOWLEDGE GAINED IN SOLVING THE SOURCE TASK IN THE SOURCE DOMAIN AND APPLY IT TO OUR PROBLEM OF INTEREST.” SOURCE: SEBASTIAN RUDER TRANSFER LEARNING Research Publication Transfer Learning From Deep Features for Remote Sensing and Poverty Mapping
  • 24. “IS A TYPE OF MACHINE LEARNING ALGORITHM USED TO DRAW INFERENCES FROM DATASETS CONSISTING OF INPUT DATA WITHOUT LABELED RESPONSES.” SOURCE: MATHWORKS UNSUPERVISED LEARNING Blog Using Unsupervised Learning For Artistic Style
  • 25. “IS A DIRECTED MODEL THAT USES LEARNED APPROXIMATE INFERENCE AND CAN BE TRAINED PURELY WITH GRADIENT-BASED METHODS.” SOURCE: GOODFELLOW, IAN VARIATIONAL AUTOENCODER Blog Auto-Encoder Model Querying a Computer To Design Clothing
  • 26. “TO PENALIZE LARGE WEIGHTS USING PENALTIES OR CONSTRAINTS ON THEIR SQUARED VALUES (L2 PENALTY) OR ABSOLUTE VALUES (L1 PENALTY).” SOURCE: HINTON, . G. NEURAL NETWORKS FOR MACHINE LEARNING WEIGHT DECAY Research Publication Weight Decay Can Improve Generalization
  • 27. “THE PROCESS OF INITIALIZING WEIGHTS THAT THE VARIANCE REMAINS THE SAME FOR “X” AND “Y”. THIS INITIALIZATION PROCESS IS KNOWN AS XAVIER INITIALIZATION.” SOURCE: PRATEEK JOSHI XAVIER INITIALIZATION Research Publications Understanding the Difficulty of Training Deep Feedforward Neural Networks
  • 28. “AS PIONEERS OF DEEP LEARNING, YOSHUA & YANN HAVE MADE SIGNIFICANT CONTRIBUTIONS TO THE ADVANCEMENTS OF THIS FIELD. THEY WILL BOTH BE JOINING THE DEEP LEARNING SUMMIT, MONTREAL IN OCTOBER, SPEAKING ON THE “PANEL OF PIONEERS.” SOURCE: RE-WORK GLOSSARY YOSHUA BENGIO & Their Work Advancing Robotics, Physics, and Medicine with AI – Yann LeCunn YANN LECUN The Rise of AI Through Deep Learning – Yoshua Bengio
  • 29. “AN EXTREME FORM OF TRANSFER LEARNING, WHERE NO LABELED EXAMPLES ARE GIVEN AT ALL FOR THE ZERO-SHOT LEARNING TASK.” SOURCE: GOODFELLOW, IAN ZERO-SHOT LEARNING Research Publication Zero-Shot Learning Through Cross-Modal Transfer
  • 30. Explore Now DISCOVER THE LATEST NEWS AND UPDATES ON DEEP LEARNING AND AI …

Editor's Notes

  1. Left justify “Embedded Computing”