Machine Learning
For Developers
Danilo Poccia
@danilop danilop
AWS Technical Evangelist
Credit: Gerry Cranham/Fox Photos/Getty Images
http://www.telegraph.co.uk/travel/destinations/europe/united-kingdom/england/london/galleries/The-history-of-the-Tube-in-pictures-150-years-of-London-Underground/1939-ticket-examin/
1939 London Underground
Credit: Gerry Cranham/Fox Photos/Getty Images
http://www.telegraph.co.uk/travel/destinations/europe/united-kingdom/england/london/galleries/The-history-of-the-Tube-in-pictures-150-years-of-London-Underground/1939-ticket-examin/
Data Predictions
Data Model Predictions
Model
http://www.thehudsonvalley.com/articles/60-years-ago-today-local-technology-demonstrated-artificial-intelligence-for-the-first-time
1959 Arthur Samuel
Machine Learning
Machine Learning
Supervised
Learning
Inferring a model
from labeled
training data
Machine Learning
Supervised
Learning
Unsupervised
Learning
Inferring a model
from labeled
training data
Inferring a model
to describe hidden
structure from
unlabeled data
Reinforcement
Learning
Perform a certain
goal in a
dynamic
environment
Machine Learning
Supervised
Learning
Unsupervised
Learning
Driving a vehicle
Playing a game
against an opponent
Clustering
Clustering
Tip: Try topic modeling with your own emails ;-)
Topic Modeling
Discovering abstract “topics”
that occur in a collection of documents
For example, looking for “infrequent” words
that are used more often in a document
Regression
“How many bikes will
be rented tomorrow?”
Happy, Sad, Angry,
Confused, Disgusted,
Surprised, Calm,
Unknown
Binary
Classification
Multi-Class
Classification
“Is this email spam?”
“What is the
sentiment of this
tweet, or of this social
media comment?”
1, 0, 100K
Yes / No
True / False
%
Training the Model
Minimizing the Error
of using the Model on the Labeled Data
Validation
How well is this Model working on New Data?
Be Careful of Overfitting
Be Careful of Overfitting
Be Careful of Overfitting
Better Fitting
Better Fitting
Different Models ⇒ Different Predictions
Labeled Data
Labeled Data
70%
30%
Training
Validation
Neural
Networks
1943 Warren McCulloch, Walter Pitts
Threshold
Logic
Units
1962 Frank Rosenblatt
Perceptron
∑
w1
w2
w3
wn
w0 = 𝜃
output
weights
(parameters)
activation
function
input
f(∑)
w1
w2
w3
wn
w0 = 𝜃
weights
(parameters)
activation
function
outputinput
f(∑)input output
1969 Marvin Minsky, Seymour Papert
Perceptrons:
An Introduction
to Computational Geometry
A perceptron can only solve
linearly separable functions
(e.g. no XOR)
f(∑)
f(∑)
f(∑)
f(∑)
f(∑)
f(∑)
f(∑)
f(∑)
f(∑)
input
layer
hidden
layer
output
layer
input output
Multiple Layers
Lots of Parameters
Backpropagation
Microprocessor Transistor Counts 1971-2011
Intel E7 CPU
4-24 cores
NVIDIA K80 GPU
2,496 cores
https://en.wikipedia.org/wiki/Moore's_law
LeCun, Gradient-Based
Learning Applied to Document
Recognition,1998
Hinton, A Fast Learning
Algorithm for Deep Belief
Nets, 2006
Bengio, Learning Deep
Architectures for AI, 2009
Advances in Research 1998-2009
Image
Processing
f(∑)
f(∑)
f(∑)
f(∑)
f(∑)
f(∑)
f(∑)
f(∑)
f(∑)
output
How to give images in input
to a Neural Network?
Photo by David Iliff. License: CC-BY-SA 3.0
https://commons.wikimedia.org/wiki/File:Colosseum_in_Rome,_Italy_-_April_2007.jpg
Convolution Matrix
0 0 0
0 1 0
0 0 0
Identity
Photo by David Iliff. License: CC-BY-SA 3.0
https://commons.wikimedia.org/wiki/File:Colosseum_in_Rome,_Italy_-_April_2007.jpg
Convolution Matrix
1 0 -1
2 0 -2
1 0 -1
Left Edges
Photo by David Iliff. License: CC-BY-SA 3.0
https://commons.wikimedia.org/wiki/File:Colosseum_in_Rome,_Italy_-_April_2007.jpg
Convolution Matrix
-1 0 1
-2 0 2
-1 0 1
Right Edges
Photo by David Iliff. License: CC-BY-SA 3.0
https://commons.wikimedia.org/wiki/File:Colosseum_in_Rome,_Italy_-_April_2007.jpg
Convolution Matrix
1 2 1
0 0 0
-1 -2 -1
Top Edges
Photo by David Iliff. License: CC-BY-SA 3.0
https://commons.wikimedia.org/wiki/File:Colosseum_in_Rome,_Italy_-_April_2007.jpg
Convolution Matrix
-1 -2 -1
0 0 0
1 2 1
Bottom Edges
Photo by David Iliff. License: CC-BY-SA 3.0
https://commons.wikimedia.org/wiki/File:Colosseum_in_Rome,_Italy_-_April_2007.jpg
Convolution Matrix
0.6 -0.6 1.2
-1.4 1.2 -1.6
0.8 -1.4 1.6
Random Values
Photo by David Iliff. License: CC-BY-SA 3.0
https://commons.wikimedia.org/wiki/File:Colosseum_in_Rome,_Italy_-_April_2007.jpg
Convolutional Neural Networks (CNNs)
https://en.wikipedia.org/wiki/Convolutional_neural_network
ImageNet Classification Error Over Time
0
5
10
15
20
25
30
2010 2011 2012 2013 2014 2015 2016Classification Error
CNNs
2012 ImageNet Classification with Deep Convolutional Neural Networks
SuperVision: 8 layers, 60M parameters
0
2013 Visualizing and Understanding Convolutional Networks
Machine Learning for Developers - Danilo Poccia - Codemotion Rome 2017
Machine Learning for Developers - Danilo Poccia - Codemotion Rome 2017
http://www.asimovinstitute.org/neural-network-zoo/
Lots of Parameters
Network Architectures
defined by Hyperparameters
Dropout Layers
for Regularization
Generative Adversarial Networks (GANs)
Generator
Neural
Network
Discriminator
Neural
Network
Real or
Generated?
Real
Picture
Generated
Picture
2016
Generative Adversarial Networks (GANs)
Artificial Intelligence & Deep Learning At Amazon
Thousands Of Employees Across The Company Focused on AI
Discovery &
Search
Fulfilment &
Logistics
Add ML-powered
features to existing products
Echo &
Alexa
Artificial Intelligence on AWS
P2, F1 &
Elastic GPUs
Deep Learning
AMI and template
Investment in
Apache MXNet
Apache MXNet
Deep Learning Frameworks
MXNet, Caffe, Tensorflow, Theano,
Torch, CNTK and Keras
Pre-installed components to speed
productivity, such as Nvidia drivers, CUDA,
cuDNN, Intel MKL-DNN with MXNet,
Anaconda, Python 2 and 3
AWS Integration
Deep Learning AMI
Amazon AI
Bringing Powerful Artificial Intelligence To All Developers
Amazon Rekognition
Image Recognition And Analysis
Powered By Deep Learning
1
Amazon Rekognition
Deep learning-based image recognition service
Search, verify, and organize millions of images
Object and Scene
Detection
Facial
Analysis
Face
Comparison
Facial
Recognition
Amazon Rekognition: Images In,
Categories and Facial Analysis Out
Amazon
Rekognition
Car
Outside
Daytime
Driving
Objects
& Scenes
Female
Smiling
Sunglasses
Face ID
DetectLabels
DetectFaces
CompareFaces
IndexFaces
SearchFacesByImage
Faces
Machine Learning for Developers - Danilo Poccia - Codemotion Rome 2017
Deep Learning Process
Conv 1 Conv 2 Conv n
…
…
Feature Maps
Labrador
Dog
Beach
Outdoors
Softmax
Probability
Fully
Connected
Layer
Bynder allows you to easily create, find and use content
for branding automation and marketing solutions.
With our new AI capabilities,
Bynder’s software… now allows
users to save hours of admin
labor when uploading and
organizing their files, adding
exponentially more value.
Chris Hall
CEO, Bynder
”
“
With Rekognition, Bynder revolutionizes marketing admin tasks with AI capabilities
Amazon Polly
Text To Speech Powered By Deep Learning
2
Amazon Polly: Text In, Life-like Speech Out
Amazon Polly
“The temperature
in WA is 75°F”
“The temperature
in Washington is 75 degrees
Fahrenheit”
TEXT
Market		grew		by		>		20%.
WORDSPHONEMES
{
{
{
{
{
ˈtwɛn.ti
pɚ.ˈsɛnt
ˈmɑɹ.kət ˈgɹu baɪ ˈmoʊɹ	
ˈðæn
PROSODY	CONTOURUNIT	SELECTION	AND	ADAPTATION
TEXT	PROCESSING
PROSODY	MODIFICATIONSTREAMING
Market grew by more
than
twenty
percent
Speech	units
inventory
aws polly synthesize-speech
--text "It was nice to live such a wonderful live show."
--output-format mp3
--voice-id Joanna
--text-type text
output.mp3
“Nel mezzo del cammin di nostra vita
mi ritrovai per una selva oscura
ché la diritta via era smarrita.”
https://commons.wikimedia.org/wiki/File:Portrait_de_Dante.jpg
Duolingo voices its language learning service Using Polly
Duolingo is a free language learning service where users
help translate the web and rate translations.
With Amazon Polly our users
benefit from the most lifelike
Text-to-Speech voices
available on the market.
Severin Hacker
CTO, Duolingo
”
“ • Spoken language crucial for
language learning
• Accurate pronunciation matters
• Faster iteration thanks to TTS
• As good as natural human speech
GoAnimate is a cloud-based, animated video creation
plarform.
Amazon Polly gives
GoAnimate users the ability to
immediately give voice to the
characters they animate using
our platform.
Alvin Hung
CEO, GoAnimate
”
“ • Multi-language communication
• Training or HR professionals who
have to create content in many
languages
• Video preproduction
• Video makers who need to iterate
and fine-tune before the text-to-
speech is eventually replaced by a
professional voiceover
• K–12 education
• Students who make videos and don’t
have access to professional voices
or time for or knowledge of voiceover
With Polly, GoAnimate gives voice to the characters in their animations
”
“
Royal National Institute of Blind People creates and
distributes accessible information in the form of
synthesized content
Amazon Polly delivers
incredibly lifelike voices which
captivate and engage our
readers.
John Worsfold
Solutions Implementation Manager, RNIB
• RNIB delivers largest library of
audiobooks in the UK for nearly 2 million
people with sight loss
• Naturalness of generated speech is
critical to captivate and engage readers
• No restrictions on speech redistributions
enables RNIB to create and distribute
accessible information in a form of
synthesized content
RNIB provides the largest library in the UK for people with sight loss
Amazon ALEXA
(It’s what’s inside Alexa)
3
Natural Language Understanding (NLU) &
Automatic Speech Recognition (ASR) Powered By Deep Learning
Amazon Lex: Speech Recognition
& Natural Language Understanding
Amazon Lex
Automatic Speech Recognition
Natural Language Understanding
“What’s the weather
forecast?”
Weather
Forecast
Amazon Lex: Speech Recognition
& Natural Language Understanding
Amazon Lex
Automatic Speech Recognition
Natural Language Understanding
“What’s the weather
forecast?”
“It will be sunny
and 25°C”
Weather
Forecast
Lex Bot Structure
Utterances
Spoken or typed phrases that invoke your
intent
BookHotel
Intents
An Intent performs an action in response
to natural language user input
Slots
Slots are input data required to fulfill the
intent
Fulfillment
Fulfillment mechanism for your intent
Hotel Booking
City New York City
Check In Nov 30th
Check Out Dec 2nd
Hotel Booking
City New York City
Check In
Check Out
“Book a Hotel”
Book Hotel
NYC
“Book a Hotel in
NYC”
Automatic Speech
Recognition
Hotel Booking
New York City
Natural Language
Understanding
Intent/Slot
Model
Utterances
“Your hotel is booked
for Nov 30th”
Polly
Confirmation: “Your hotel is
booked for Nov 30th”
a
in
“Can I go ahead with
the booking?”
”
“ Finding missing persons:
~100,000 active missing
persons cases in the U.S.
at any given time
~60% are adults,
~40% are children
• Motorola Solutions applies Amazon
Rekognition, Amazon Polly and Amazon
Lex
• Image analytics and facial recognition
can continually monitor for missing
persons
• Tools that understand natural language
can enable officers to keep eyes up and
hands free
Motorola Solutions is using Amazon AI to help finding missing persons
Motorola Solutions keeps utility workers connected and
visible to each other with real-time voice and data
communication across the smart grid.
<demo>
I See
</demo>
I see…
Amazon
Rekognition
Amazon
Polly
Camera
Raspberry Pi
Voice
Synthesize
Speech
Detect Labels
Detect Faces
Machine Learning for Developers - Danilo Poccia - Codemotion Rome 2017
Nikola Tesla, 1926
“When wireless is perfectly
applied, the whole earth will be
converted into a huge brain…”
Machine Learning
For Developers
Danilo Poccia
@danilop danilop
AWS Technical Evangelist

More Related Content

PDF
I just hacked your app! - Marcos Placona - Codemotion Rome 2017
ODP
Insights into Chatbot Development - Implementing Cross-Platform Chatbots - Ba...
PDF
Universal JavaScript Web Applications with React - Luciano Mammino - Codemoti...
PDF
Microservices and the Inverse Conway Manoeuvre - James Lewis - Codemotion Rom...
PDF
App Dev in the Cloud: Not my circus, not my monkeys... - Eric D. Schabell - ...
PDF
Fast Cars, Big Data - How Streaming Can Help Formula 1 - Tugdual Grall - Code...
PDF
From a Developer's POV: is Machine Learning Reshaping the World? - Simone Sca...
PDF
Urban Legends: What You Code Makes You Who You Are - PJ Hagerty - Codemotion ...
I just hacked your app! - Marcos Placona - Codemotion Rome 2017
Insights into Chatbot Development - Implementing Cross-Platform Chatbots - Ba...
Universal JavaScript Web Applications with React - Luciano Mammino - Codemoti...
Microservices and the Inverse Conway Manoeuvre - James Lewis - Codemotion Rom...
App Dev in the Cloud: Not my circus, not my monkeys... - Eric D. Schabell - ...
Fast Cars, Big Data - How Streaming Can Help Formula 1 - Tugdual Grall - Code...
From a Developer's POV: is Machine Learning Reshaping the World? - Simone Sca...
Urban Legends: What You Code Makes You Who You Are - PJ Hagerty - Codemotion ...

Viewers also liked (20)

PDF
Staying Alive: Patterns for Failure Management From the Bottom of the Ocean -...
PDF
Con te non ci lavoro - Francesco Fullone - Codemotion Rome 2017
PDF
Does Your Web App Speak Schadenfreude? - Greg Rewis - Codemotion Rome 2017
PDF
Cyber Wars in the Cyber Space - Andrea Pompili - Codemotion Rome 2017
PDF
Community in a nutshell for developers - Alessio Fattorini - Codemotion Rome ...
PDF
Microservices in GO - Massimiliano Dessì - Codemotion Rome 2017
PDF
S3, Cassandra or Outer Space? Dumping Time Series Data using Spark - Demi Be...
PDF
Xamarin.Forms Performance Tips & Tricks - Francesco Bonacci - Codemotion Rome...
PPTX
An Introduction to Apache Ignite - Mandhir Gidda - Codemotion Rome 2017
PDF
Component-Based UI Architectures for the Web - Andrew Rota - Codemotion Rome...
PDF
Docker Inside/Out: the ‘real’ real-world of stacking containers in production...
PDF
Web Based Virtual Reality - Tanay Pant - Codemotion Rome 2017
PDF
Monitoring Big Data Systems Done "The Simple Way" - Demi Ben-Ari - Codemotion...
PDF
Resilient microservices with Kubernetes - Mete Atamel - Codemotion Rome 2017
PDF
Full-Text Search Explained - Philipp Krenn - Codemotion Rome 2017
PDF
A recommendation engine for your applications - M.Orselli - Codemotion Rome 17
PDF
Introduction to gRPC - Mete Atamel - Codemotion Rome 2017
PDF
How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...
PDF
Reactive MVP - Giorgio Natili - Codemotion Rome 2017
PDF
Webhooks do's and dont's: what we learned after integrating +100 APIs - Giuli...
Staying Alive: Patterns for Failure Management From the Bottom of the Ocean -...
Con te non ci lavoro - Francesco Fullone - Codemotion Rome 2017
Does Your Web App Speak Schadenfreude? - Greg Rewis - Codemotion Rome 2017
Cyber Wars in the Cyber Space - Andrea Pompili - Codemotion Rome 2017
Community in a nutshell for developers - Alessio Fattorini - Codemotion Rome ...
Microservices in GO - Massimiliano Dessì - Codemotion Rome 2017
S3, Cassandra or Outer Space? Dumping Time Series Data using Spark - Demi Be...
Xamarin.Forms Performance Tips & Tricks - Francesco Bonacci - Codemotion Rome...
An Introduction to Apache Ignite - Mandhir Gidda - Codemotion Rome 2017
Component-Based UI Architectures for the Web - Andrew Rota - Codemotion Rome...
Docker Inside/Out: the ‘real’ real-world of stacking containers in production...
Web Based Virtual Reality - Tanay Pant - Codemotion Rome 2017
Monitoring Big Data Systems Done "The Simple Way" - Demi Ben-Ari - Codemotion...
Resilient microservices with Kubernetes - Mete Atamel - Codemotion Rome 2017
Full-Text Search Explained - Philipp Krenn - Codemotion Rome 2017
A recommendation engine for your applications - M.Orselli - Codemotion Rome 17
Introduction to gRPC - Mete Atamel - Codemotion Rome 2017
How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...
Reactive MVP - Giorgio Natili - Codemotion Rome 2017
Webhooks do's and dont's: what we learned after integrating +100 APIs - Giuli...

Similar to Machine Learning for Developers - Danilo Poccia - Codemotion Rome 2017 (20)

PDF
DN 2017 | Machines are Learning - Bringing Powerful Artificial Intelligence t...
PDF
Danilo Poccia - Machines are Learning: Bringing Powerful Artificial Intellige...
PDF
Moving Forward with AI
PPTX
Amazon AI (October 2017)
PDF
Introduction to AI/ML with AWS
PPTX
Aws cloud computing conference
PPTX
AI and Innovations on AWS
PDF
Innovations and The Cloud
PPTX
Introduction to Artificial Intelligence (AI) at Amazon
PDF
Tomasz Stachlewski, Solutions Architect, Amazon – Artificial Intelligence in ...
PDF
Moving Forward with AI - as presented at the Prosessipäivät 2018
PDF
Artificial Intelligence for Business - Version 2
PDF
AI in Finance: Moving forward!
PDF
AI Today
PDF
Developing Sophisticated Serverless Applications with AI
PDF
Artificial Intelligence on the AWS Platform
PPTX
AI on AWS : DevDays India
PDF
Inteligencia Artificial: Cambio de era
PPTX
AI for developers
PPTX
Danilo Poccia & Massimo Re Rerre - vmugit usercon
DN 2017 | Machines are Learning - Bringing Powerful Artificial Intelligence t...
Danilo Poccia - Machines are Learning: Bringing Powerful Artificial Intellige...
Moving Forward with AI
Amazon AI (October 2017)
Introduction to AI/ML with AWS
Aws cloud computing conference
AI and Innovations on AWS
Innovations and The Cloud
Introduction to Artificial Intelligence (AI) at Amazon
Tomasz Stachlewski, Solutions Architect, Amazon – Artificial Intelligence in ...
Moving Forward with AI - as presented at the Prosessipäivät 2018
Artificial Intelligence for Business - Version 2
AI in Finance: Moving forward!
AI Today
Developing Sophisticated Serverless Applications with AI
Artificial Intelligence on the AWS Platform
AI on AWS : DevDays India
Inteligencia Artificial: Cambio de era
AI for developers
Danilo Poccia & Massimo Re Rerre - vmugit usercon

More from Codemotion (20)

PDF
Fuzz-testing: A hacker's approach to making your code more secure | Pascal Ze...
PDF
Pompili - From hero to_zero: The FatalNoise neverending story
PPTX
Pastore - Commodore 65 - La storia
PPTX
Pennisi - Essere Richard Altwasser
PPTX
Michel Schudel - Let's build a blockchain... in 40 minutes! - Codemotion Amst...
PPTX
Richard Süselbeck - Building your own ride share app - Codemotion Amsterdam 2019
PPTX
Eward Driehuis - What we learned from 20.000 attacks - Codemotion Amsterdam 2019
PPTX
Francesco Baldassarri - Deliver Data at Scale - Codemotion Amsterdam 2019 -
PDF
Martin Förtsch, Thomas Endres - Stereoscopic Style Transfer AI - Codemotion A...
PDF
Melanie Rieback, Klaus Kursawe - Blockchain Security: Melting the "Silver Bul...
PDF
Angelo van der Sijpt - How well do you know your network stack? - Codemotion ...
PDF
Lars Wolff - Performance Testing for DevOps in the Cloud - Codemotion Amsterd...
PDF
Sascha Wolter - Conversational AI Demystified - Codemotion Amsterdam 2019
PDF
Michele Tonutti - Scaling is caring - Codemotion Amsterdam 2019
PPTX
Pat Hermens - From 100 to 1,000+ deployments a day - Codemotion Amsterdam 2019
PPTX
James Birnie - Using Many Worlds of Compute Power with Quantum - Codemotion A...
PDF
Don Goodman-Wilson - Chinese food, motor scooters, and open source developmen...
PDF
Pieter Omvlee - The story behind Sketch - Codemotion Amsterdam 2019
PDF
Dave Farley - Taking Back “Software Engineering” - Codemotion Amsterdam 2019
PDF
Joshua Hoffman - Should the CTO be Coding? - Codemotion Amsterdam 2019
Fuzz-testing: A hacker's approach to making your code more secure | Pascal Ze...
Pompili - From hero to_zero: The FatalNoise neverending story
Pastore - Commodore 65 - La storia
Pennisi - Essere Richard Altwasser
Michel Schudel - Let's build a blockchain... in 40 minutes! - Codemotion Amst...
Richard Süselbeck - Building your own ride share app - Codemotion Amsterdam 2019
Eward Driehuis - What we learned from 20.000 attacks - Codemotion Amsterdam 2019
Francesco Baldassarri - Deliver Data at Scale - Codemotion Amsterdam 2019 -
Martin Förtsch, Thomas Endres - Stereoscopic Style Transfer AI - Codemotion A...
Melanie Rieback, Klaus Kursawe - Blockchain Security: Melting the "Silver Bul...
Angelo van der Sijpt - How well do you know your network stack? - Codemotion ...
Lars Wolff - Performance Testing for DevOps in the Cloud - Codemotion Amsterd...
Sascha Wolter - Conversational AI Demystified - Codemotion Amsterdam 2019
Michele Tonutti - Scaling is caring - Codemotion Amsterdam 2019
Pat Hermens - From 100 to 1,000+ deployments a day - Codemotion Amsterdam 2019
James Birnie - Using Many Worlds of Compute Power with Quantum - Codemotion A...
Don Goodman-Wilson - Chinese food, motor scooters, and open source developmen...
Pieter Omvlee - The story behind Sketch - Codemotion Amsterdam 2019
Dave Farley - Taking Back “Software Engineering” - Codemotion Amsterdam 2019
Joshua Hoffman - Should the CTO be Coding? - Codemotion Amsterdam 2019

Recently uploaded (20)

PDF
Ebook - The Future of AI A Comprehensive Guide.pdf
PDF
Child-friendly e-learning for artificial intelligence education in Indonesia:...
PDF
TrustArc Webinar - Data Minimization in Practice_ Reducing Risk, Enhancing Co...
PPTX
Report in SIP_Distance_Learning_Technology_Impact.pptx
PDF
State of AI in Business 2025 - MIT NANDA
PDF
Applying Agentic AI in Enterprise Automation
PDF
The Digital Engine Room: Unlocking APAC’s Economic and Digital Potential thro...
PDF
Addressing the challenges of harmonizing law and artificial intelligence tech...
PDF
ELLIE29.pdfWETWETAWTAWETAETAETERTRTERTER
PPTX
From XAI to XEE through Influence and Provenance.Controlling model fairness o...
PDF
Optimizing bioinformatics applications: a novel approach with human protein d...
PDF
Decision Optimization - From Theory to Practice
PPTX
Presentation - Principles of Instructional Design.pptx
PDF
GDG Cloud Southlake #45: Patrick Debois: The Impact of GenAI on Development a...
PDF
Peak of Data & AI Encore: Scalable Design & Infrastructure
PDF
1_Keynote_Breaking Barriers_한계를 넘어서_Charith Mendis.pdf
PDF
【AI論文解説】高速・高品質な生成を実現するFlow Map Models(Part 1~3)
PPTX
Slides World Game (s) Great Redesign Eco Economic Epochs.pptx
PDF
Revolutionizing recommendations a survey: a comprehensive exploration of mode...
PDF
Introduction to c language from lecture slides
Ebook - The Future of AI A Comprehensive Guide.pdf
Child-friendly e-learning for artificial intelligence education in Indonesia:...
TrustArc Webinar - Data Minimization in Practice_ Reducing Risk, Enhancing Co...
Report in SIP_Distance_Learning_Technology_Impact.pptx
State of AI in Business 2025 - MIT NANDA
Applying Agentic AI in Enterprise Automation
The Digital Engine Room: Unlocking APAC’s Economic and Digital Potential thro...
Addressing the challenges of harmonizing law and artificial intelligence tech...
ELLIE29.pdfWETWETAWTAWETAETAETERTRTERTER
From XAI to XEE through Influence and Provenance.Controlling model fairness o...
Optimizing bioinformatics applications: a novel approach with human protein d...
Decision Optimization - From Theory to Practice
Presentation - Principles of Instructional Design.pptx
GDG Cloud Southlake #45: Patrick Debois: The Impact of GenAI on Development a...
Peak of Data & AI Encore: Scalable Design & Infrastructure
1_Keynote_Breaking Barriers_한계를 넘어서_Charith Mendis.pdf
【AI論文解説】高速・高品質な生成を実現するFlow Map Models(Part 1~3)
Slides World Game (s) Great Redesign Eco Economic Epochs.pptx
Revolutionizing recommendations a survey: a comprehensive exploration of mode...
Introduction to c language from lecture slides

Machine Learning for Developers - Danilo Poccia - Codemotion Rome 2017