SlideShare a Scribd company logo
JORDI TORRES
Why Supercomputing matters
to Deep Learning
Barcelona - UPC, October 2017
JORDI TORRES
Artificial Intelligence is changing our life
Quantum leaps in the quality of a wide range of everyday
technologies thanks to Artificial Intelligence
Credits:	https://www.yahoo.com/tech/battle-of-the-voice-assistants-siri-cortana-211625975.html
We are increasingly interacting with “our”
computers by just talking to them
JORDI TORRES
Speech
Recognition
JORDI TORRES
Google Translatenow renders
spoken sentences in one language
into spoken sentences in another,
for 32 pairs of languages and offers
text translation for 100+ languages.
Natural
Language
Processing
JORDI TORRES
Google Translatenow renders
spoken sentences in one language
into spoken sentences in another,
for 32 pairs of languages and offers
text translation for 100+ languages.
Natural
Language
Processing
JORDI TORRES
Computer
Vision
Now our computers can recognize images and
generate descriptionsfor photos in seconds.
All these three areas are crucial to
unleashing improvements in robotics,
drones, self-driving cars, etc.
Source:	http://edition.cnn.com/2013/05/16/tech/innovation/robot-bartender-mit-google-makr-shakr/
All these three areas are crucial to unleashing
improvements in robotics, drones, self-driving cars, etc.
JORDI TORRES
Source:	http://axisphilly.org/article/military-drones-philadelphia-base-control/
All these three areas are crucial to unleashing
improvements in robotics, drones, self-driving cars, etc.
JORDI TORRES
Source:	http://fortune.com/2016/04/23/china-self-driving-cars/
All these three areas are crucial to unleashing
improvements in robotics, drones, self-driving cars, etc.
JORDI TORRES
image	source:	http://acuvate.com/blog/22-experts-predict-artificial-intelligence-impact-enterprise-workplace
AI is at the
heart of today’s
technological
innovation.
JORDI TORRES
Many of these breakthroughs have been made
possible by a family of AI known as Neural Networks
JORDI TORRES
Neural networks,
also known as a
Deep Learning,
enables a
computer to
learn from
observational
data
Although the greatest impacts of
deep learning may be obtained
when it is integrated into the whole
toolbox of other AI techniques
Artificial Intelligence
and Neural Networks,
are not new concepts!
http://www.independent.co.uk/news/obituaries/john-mccarthy-computer-scientist-known-as-the-father-of-ai-6255307.html
John McCarthy coined the term
Artificial Intelligence in the 1950s
.
Source: http://www.enzyklopaedie-der-wirtschaftsinformatik.de/wi-enzyklopaedie/Members/wilex4/Rosen-2.jpg
In 1958 Frank Rosenblatt built a prototype
neural net, which he called the Perceptron
So why did Deep Learning only
take off few years ago?
JORDI TORRES
Source:http://www.economist.com/node/15579717
One of the key drivers:
The data deluge
JORDI TORRES
Source:http://www.economist.com/node/15579717
One of the key drivers:
The data deluge
Thanks to the advent of Big Data
AI models can be “trained” by
exposing them to large data sets
that were previously unavailable.
JORDI TORRES source:	cs231n.stanford.edu/slides/2017/cs231n_2017_lecture15.pdf
Training DL neural nets has an
insatiable demand for Computing
Thanks to advances in Computer Architecture,
nowadays we can solve problems that would
have been intractable some years ago.
Credits:http://www.ithistory.org/sites/default/files/hardware/facom230-50.jpg
FACOM 230 – Fujitsu
Instructions per second: few Mips * (M = 1.000.000)
Processors : 1
1982
2012
MARENOSTRUM III - IBM
Instructions per second: 1.000.000.000 MFlops
Processors : 6046 (48448 cores)
2012
MARENOSTRUM III - IBM
Instructions per second: 1.000.000.000 MFlops
Processors : 6046 (48448 cores)
only 1.000.000.000 times faster
CPU improvements!
Until then, the increase in
computational power every
decade of “my” computer, was
mainly thanks to CPU
CPU improvements!
Since then, the increase in
computational power for Deep
Learning has not only been from
CPU improvements . . .
Until then, the increase in
computational power every
decade of “my” computer, was
mainly thanks to CPU
JORDI TORRES
SOURCE:https://www.hpcwire.com/2016/11/23/nvidia-sees-bright-future-ai-supercomputing/?eid=330373742&bid=1597894
but also from the realization that GPUs (NVIDIA) were
20 to 50 times more efficient than traditional CPUs.
Deep Learning requires computer
architecture advancements
AI specific
processors
Optimized
libraries
and kernels
Fast tightly
coupled
network
interfaces
Dense
computer
hardware
COMPUTING POWER
is the real enabler!
What if I do not have this hardware?
Now we are entering into an era
of computation democratization
for companies !
And what is “my/your” computer like now?
And what is “my/your” computer like now?
Source:	http://www.google.com/about/datacenters/gallery/images
Source: http://www.google.com/about/datacenters/gallery/images
And what is “my/your” computer like now?
The Cloud
28.000 m2
Credits:	http://datacenterfrontier.com/server-farms-writ-large-super-sizing-the-cloud-campus/
Huge data centers!
JORDI TORRES
Foto:	Google
28.000 m2
JORDI TORRES
Foto:	Google
28.000 m2
JORDI TORRES
Foto:	Google
28.000 m2
Foto:	Google
For those (experts) who want to develop their own
software, cloud services like Amazon Web Services
provide GPU-driven deep-learning computation services
And Google ...
And all major cloud platforms...
Microsoft Azure
IBM Cloud
Aliyun
Cirrascale
NIMBIX
Outscale
. . .
Cogeco Peer 1
Penguin Computing
RapidSwitch
Rescale
SkyScale
SoftLayer
. . .
And for “less expert” people, various companies
are providing a working scalable implementation of
ML/AI algorithms as a Service (AI-as-a-Service)
Source:	https://twitter.com/smolix/status/804005781381128192Source:	http://www.kdnuggets.com/2015/11/machine-learning -apis-data-science.html
An open-source world for the
Deep Learning community
Many open-source DL software
have greased the innovation process
Github Stars
source:Francesc Sastre
In this course: we will consider the 3 frameworks	with	steepest	gradient
frameworks	with	more	slope
TensorFlow Keras
Pytorch
and no less important, an open-publication ethic, whereby
many researchers publish their results immediately on a
database without awaiting peer-review approval.
JORDI TORRES 16
Next lectures: (in lab sessions)
1. High-level neural networks API: Keras
2. The most popular middleware: TensorFlow
3. Why DL researchers are beginning to
embrace PyTorch
JORDI TORRES
JORDI TORRES
.Barcelona
ArtificialIntelligence.

More Related Content

PDF
How to program DL & AI applications
PPT
Lis201 xeroxparc final
PDF
Google Cloud - Google's vision on AI
PDF
A reading of ibm research innovations - for 2018 and ahead
PDF
Human tech biota_pietro_leo_2019
PPTX
Computer Quiz (August 2013)
PDF
PDF
The future of AI & ML in Cognitive Discovery
How to program DL & AI applications
Lis201 xeroxparc final
Google Cloud - Google's vision on AI
A reading of ibm research innovations - for 2018 and ahead
Human tech biota_pietro_leo_2019
Computer Quiz (August 2013)
The future of AI & ML in Cognitive Discovery

What's hot (17)

PDF
BAT40 NVIDIA Stampfli Künstliche Intelligenz, Roboter und autonome Fahrzeuge ...
PDF
Open Racing
PDF
TCS IT Wiz Sample Paper1
PPTX
VLAB Talk: AI, Deep Learning, and the Future of Business
PDF
Semantics, Deep Learning, and the Transformation of Business
PPSX
TCS IT QUIZ QUESTIONS(tcstechbytes2012.blogspot.in)
PPTX
Computer ScienceTechnical quiz
PDF
Internet of Things
PPT
IT/Tech quiz
PPT
TCS IT WIZ 2011 BHUBANESWAR
PDF
AreRobotsComingforYourJob
PPTX
Intro. to Human Computer Interaction
PPTX
Innovation in Computer Science
PDF
IEEE CS Phoenix - Internet of Things Innovations & Megatrends 12/2/15
PPTX
Latest computing devices & latest technology innovations
PDF
GTC 2015 Highlights
DOCX
eSpice v12.0 tech quiz prelims
BAT40 NVIDIA Stampfli Künstliche Intelligenz, Roboter und autonome Fahrzeuge ...
Open Racing
TCS IT Wiz Sample Paper1
VLAB Talk: AI, Deep Learning, and the Future of Business
Semantics, Deep Learning, and the Transformation of Business
TCS IT QUIZ QUESTIONS(tcstechbytes2012.blogspot.in)
Computer ScienceTechnical quiz
Internet of Things
IT/Tech quiz
TCS IT WIZ 2011 BHUBANESWAR
AreRobotsComingforYourJob
Intro. to Human Computer Interaction
Innovation in Computer Science
IEEE CS Phoenix - Internet of Things Innovations & Megatrends 12/2/15
Latest computing devices & latest technology innovations
GTC 2015 Highlights
eSpice v12.0 tech quiz prelims
Ad

Similar to Why Supercomputing matters to Deep Learning (DLAI D3L2 2017 UPC Deep Learning for Artificial Intelligence) (20)

PDF
4IR Prospects, Preparation and Challenges.pdf
PDF
Creativity: the human tool in the age of intelligent machines
PDF
Technological trends 2017
PDF
IBM Watson & Cognitive Computing - Tech In Asia 2016
PPTX
Synthetic Data: From 3D model to AI on the Edge
PDF
Deep Learning disruption
PDF
"Imaging + AI: Opportunities Inside the Car and Beyond," a Presentation from ...
PDF
L22 Augmented and Virtual Reality
PPTX
AI Tech Project DEGINED B Y PRIYANSHU KR.
PDF
Fabric for Deep Learning
PPTX
biggest technology trends
PPTX
Serguei Seloussov - Future of computing and SIT MSc program
PPTX
The Most Amazing Artificial Intelligence Milestones So Far
PDF
Web 3.0 & Internet of Things
PDF
The internet of everything
PPTX
Artificial-Intelligence-High-Technology-PowerPoint-Templates-1.pptx
PDF
ARTIFICIAL INTELLIGENCE IN METAVERSE
PPTX
Technology Trends to Watch
4IR Prospects, Preparation and Challenges.pdf
Creativity: the human tool in the age of intelligent machines
Technological trends 2017
IBM Watson & Cognitive Computing - Tech In Asia 2016
Synthetic Data: From 3D model to AI on the Edge
Deep Learning disruption
"Imaging + AI: Opportunities Inside the Car and Beyond," a Presentation from ...
L22 Augmented and Virtual Reality
AI Tech Project DEGINED B Y PRIYANSHU KR.
Fabric for Deep Learning
biggest technology trends
Serguei Seloussov - Future of computing and SIT MSc program
The Most Amazing Artificial Intelligence Milestones So Far
Web 3.0 & Internet of Things
The internet of everything
Artificial-Intelligence-High-Technology-PowerPoint-Templates-1.pptx
ARTIFICIAL INTELLIGENCE IN METAVERSE
Technology Trends to Watch
Ad

More from Universitat Politècnica de Catalunya (20)

PDF
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
PDF
Deep Generative Learning for All
PDF
The Transformer in Vision | Xavier Giro | Master in Computer Vision Barcelona...
PDF
Towards Sign Language Translation & Production | Xavier Giro-i-Nieto
PDF
The Transformer - Xavier Giró - UPC Barcelona 2021
PDF
Learning Representations for Sign Language Videos - Xavier Giro - NIST TRECVI...
PDF
Open challenges in sign language translation and production
PPTX
Generation of Synthetic Referring Expressions for Object Segmentation in Videos
PPTX
Discovery and Learning of Navigation Goals from Pixels in Minecraft
PDF
Learn2Sign : Sign language recognition and translation using human keypoint e...
PDF
Intepretability / Explainable AI for Deep Neural Networks
PDF
Convolutional Neural Networks - Xavier Giro - UPC TelecomBCN Barcelona 2020
PDF
Self-Supervised Audio-Visual Learning - Xavier Giro - UPC TelecomBCN Barcelon...
PDF
Attention for Deep Learning - Xavier Giro - UPC TelecomBCN Barcelona 2020
PDF
Generative Adversarial Networks GAN - Xavier Giro - UPC TelecomBCN Barcelona ...
PDF
Q-Learning with a Neural Network - Xavier Giró - UPC Barcelona 2020
PDF
Language and Vision with Deep Learning - Xavier Giró - ACM ICMR 2020 (Tutorial)
PDF
Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...
PDF
Curriculum Learning for Recurrent Video Object Segmentation
PDF
Deep Self-supervised Learning for All - Xavier Giro - X-Europe 2020
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All
The Transformer in Vision | Xavier Giro | Master in Computer Vision Barcelona...
Towards Sign Language Translation & Production | Xavier Giro-i-Nieto
The Transformer - Xavier Giró - UPC Barcelona 2021
Learning Representations for Sign Language Videos - Xavier Giro - NIST TRECVI...
Open challenges in sign language translation and production
Generation of Synthetic Referring Expressions for Object Segmentation in Videos
Discovery and Learning of Navigation Goals from Pixels in Minecraft
Learn2Sign : Sign language recognition and translation using human keypoint e...
Intepretability / Explainable AI for Deep Neural Networks
Convolutional Neural Networks - Xavier Giro - UPC TelecomBCN Barcelona 2020
Self-Supervised Audio-Visual Learning - Xavier Giro - UPC TelecomBCN Barcelon...
Attention for Deep Learning - Xavier Giro - UPC TelecomBCN Barcelona 2020
Generative Adversarial Networks GAN - Xavier Giro - UPC TelecomBCN Barcelona ...
Q-Learning with a Neural Network - Xavier Giró - UPC Barcelona 2020
Language and Vision with Deep Learning - Xavier Giró - ACM ICMR 2020 (Tutorial)
Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...
Curriculum Learning for Recurrent Video Object Segmentation
Deep Self-supervised Learning for All - Xavier Giro - X-Europe 2020

Recently uploaded (20)

PDF
Foundation of Data Science unit number two notes
PPTX
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
PPTX
advance b rammar.pptxfdgdfgdfsgdfgsdgfdfgdfgsdfgdfgdfg
PPTX
Introduction-to-Cloud-ComputingFinal.pptx
PPTX
STUDY DESIGN details- Lt Col Maksud (21).pptx
PDF
Fluorescence-microscope_Botany_detailed content
PPTX
climate analysis of Dhaka ,Banglades.pptx
PDF
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
PPTX
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
PPTX
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
PPTX
Business Ppt On Nestle.pptx huunnnhhgfvu
PDF
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
PPTX
Introduction to Knowledge Engineering Part 1
PPTX
1_Introduction to advance data techniques.pptx
PPTX
Introduction to machine learning and Linear Models
PDF
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
PDF
Mega Projects Data Mega Projects Data
PPTX
Data_Analytics_and_PowerBI_Presentation.pptx
PDF
Lecture1 pattern recognition............
PDF
Business Analytics and business intelligence.pdf
Foundation of Data Science unit number two notes
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
advance b rammar.pptxfdgdfgdfsgdfgsdgfdfgdfgsdfgdfgdfg
Introduction-to-Cloud-ComputingFinal.pptx
STUDY DESIGN details- Lt Col Maksud (21).pptx
Fluorescence-microscope_Botany_detailed content
climate analysis of Dhaka ,Banglades.pptx
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
Business Ppt On Nestle.pptx huunnnhhgfvu
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
Introduction to Knowledge Engineering Part 1
1_Introduction to advance data techniques.pptx
Introduction to machine learning and Linear Models
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
Mega Projects Data Mega Projects Data
Data_Analytics_and_PowerBI_Presentation.pptx
Lecture1 pattern recognition............
Business Analytics and business intelligence.pdf

Why Supercomputing matters to Deep Learning (DLAI D3L2 2017 UPC Deep Learning for Artificial Intelligence)