SlideShare una empresa de Scribd logo
1 de 56
Descargar para leer sin conexión
Machine Learning
for Designers
Memi Beltrame - @bratwurstkomet
Digital Experience Meetup

Basel, March 20. 2019
Machine Learning
for people with a
fuzzy idea of what it is
Memi Beltrame - @bratwurstkomet
Or rather
Digital Experience Meetup

Basel, March 20. 2019
Design is becoming physical,
automated and connected
The convergence of disciplines
Service Design
Future design teams will unite these disciplines
Interaction Design Industrial Design
Katerina Kamprani - The Uncomfortable
https://pxhere.com/en/photo/1006116
An example
https://pxhere.com/en/photo/1006116
Her pain
is your pain
otoscope
This is an
It can be used to look at the
eardrum to see if the ear is inflamed.
Because the otoscope is connected
to an iPhone, an image can be taken
of the eardrum.
The image is sent to a service that tells me if I should go to a doctor or not.
AI:
Image recognition,
Data analysis
Industrial Design
InteractionDesign
Service Design
Machine learning is
the main driver
What is Machine Learning?
Netflix uses
machine learning
to predict the
match probability
machine learning:
training machines
to receive input data and
predict an output value
3 methods how machines learn
Supervised learning You train the machine with data

The machine learns to make predictions
✔ ❌
3 methods how machines learn
Supervised learning You train the machine with data

The machine learns to make predictions
#1 method used in machine learning
3 methods how machines learn
Supervised learning You train the machine with data

The machine learns to make predictions
Unsupervised learning The machine is given a lot of data and it
uses algorithms to find out interesting
patterns.
Unsupervised learning
1 2 3 4 5 6
1
2
3
4
5
6
7
Average # of pizzas per week
Average # of toppings

per pizza
Unsupervised learning
1 2 3 4 5 6
1
2
3
4
5
6
7
Average # of toppings

per pizza
Average # of pizzas per week
Unsupervised learning
1 2 3 4 5 6
1
2
3
4
5
6
7
Average # of toppings

per pizza
Average # of pizzas per week
3 methods how machines learn
Supervised learning You train the machine with data

The machine learns to make predictions
Unsupervised learning The machine is given a lot of data and it
uses algorithms to find out interesting
patterns.
Reinforcement learning The machine continuously learns from the
environment in an iterative fashion. 

It starts dumb and gets smarter.
Reinforcement Learning
The machine is given a
set of rules and a goal

It trains itself:

It keeps the features
that helped it reach the
goal.

BoxCar 2D: Computation Intelligence Car Evolution
(Needs Flash)

http://boxcar2d.com/
Reinforcement Learning
#1 method: supervised learning
Bedrooms m2 Neighbourhood Floors Sale Price
4 96 Hipsterton 2 1’500’000
2 89 Snoringham 3 750’000
3 75 Hipsterton 1 1’200’000
3 79 Snoringham 2 820’000
• Give the machine
a training set with
features & target
values

• It figures out how
important each
feature is 

• The machine can
make predictions
of target values
Features Target
#1 method: supervised learning
Bedrooms m2 Neighbourhood Floors
4 96 Hipsterton 2
2 89 Snoringham 3
3 75 Hipsterton 1
3 79 Snoringham 2
Predictions improve with 

• more features

• larger learning sample
Features
#1 method: supervised learning
Features Target
8
#1 method: supervised learning
Features Target
owl
#1 method: supervised learning
• Train the machine
to learn what
matches and what
does not

• Train with edge
cases
Owl or Apple?
machines use algorithms
to make predictions
how machines use algorithms
1. Take a lot of training data 

2. Pass it through a generic algorithm 

(some mathematical formula)

3. Let the machine figure out its own
logic based on the data.
Emails
Generic Machine
Learning Algorithm
Spam Not Spam
how machines use algorithms
500g white flour,

2 tsp salt

7g fast-action yeast

3 tbsp olive oil

300ml water

475g plain flour,

1 tsp salt

10g dried yeast

1 tbsp olive oil

400ml water

The algorithm finds the valid weights of the individual
features of a data-set to make the right prediction
2 cups flour,

1 cup salt

1 tsp olive oil

1 cup water

Bread Bread Salty play dough
generic algorithms
There are many generic
algorithms that already exist.





The same generic algorithm
can be used to solve
problems in completely
different areas.
Emails Algorithm
Spam
Not Spam
Articles Algorithm Finance
Politics
Sports
2 types of algorithms
Classification algorithms
Emails Algorithm
Spam
Not Spam
The goal is to predict discrete
values, e.g. {1,0}, {True, False},
{spam, not spam}.
Regression algorithms
House-
Details
Algorithm
Price of
House
The goal is to predict continuous
values, e.g. home prices, weather
temperatures
A big part of ML
is about classification
image recognition
Chihuahua or Muffin?
Most image recognition is
about classification
image recognition
Real time

At multiple scales

For a varying number of
recognizable elements
Realtime Multi-Person 2D Human Pose Estimation
What about language?
is language like images?
Images can be
recognized
because their data
can be encoded
Can we do the same with language?
translation versus conversation
Do you have the time?
Translation goal:
Produce an equivalent
Conversation goal:
Understand the meaning
Avez-vous l’heure? It’s 7pm.Yes
statistical translation
statistical translation
Each word of the sentence can have several meanings.
statistical translation
I try | to run | at | the prettiest | open space.
I want | to run | per | the more tidy | open space.
I mean | to forget | at | the tidiest | beach.
I try | to go | per | the more tidy | seaside.
I want | to go | to | the prettiest | beach.
The algorithm compares the possible translations against existing ones.

The algorithm picks the translation with the highest probability.
statistical translation
Input
Measurements
of input
sentence
Output I want to go to the prettiest beach.
statistical translation
Audio Text
conversational interfaces
Machine learning is a crucial
part of these interfaces
new challenges and disciplines
• recognizing intent

• understanding context

• voice and tone

• shaping conversations in a
humane and ethical way
}Linguistics
Ethics
intent - what does it all mean?
types of meaning
understand the wordsliteral:
understand the actual meaningimplied:
Do you have the time?
metaphors & metonymiesreferenced:
This went south fast!

Wall Street is in crisis
Elements that make 

this artificial:

• Not picking up intent 

„give me a spot on saturday“

• Literal repetition
context
context is even harder than intent
• the sequence in time

• understanding the surroundings

• semantic context 

homonymy: 🦇 is not a 🏏
voice and tone: change registers
we adapt the way we speak to the
situation we’re in
Depending on:

• how serious the situation is

• how formal it is 

• how we are connected to the person
Conversational interfaces need to take
this into account. 

This is a design task
The designers’ role:
Assisted Intelligence
Designers are content experts
Icons by Sarah Rudkin
Developers
Build the machine
Domain experts

Have the domain
specific knowledge
Designers
• Content oversight for training: 

What makes good training data?

• Mediator between engineering and domain
experts

• Ethical considerations
ethics matter
Algorithms inherit all biases and blind
spots of those who make and use them
We need to

• challenge and stress test from a diverse
point of view

• put humans before technology

(once again)

• bring our principles of what good
design is to the AI world
This is a design task
Machine Learning is 

everywhere
Learn to see its opportunities
Get a seat at the table now
Understand the implications
of using machine learning
Bring Design principles into the
mix to make empowering and
ethical products
Thanks!
I’m @bratwurstkomet


I like kitten and ice cream
Resources
A visual introduction to machine learning 

http://www.r2d3.us

Machine Learning is Fun! 

(the perfect series of articles to get you started)

https://medium.com/@ageitgey/machine-learning-is-fun-80ea3ec3c471

30 Free Courses: Neural Networks, Machine Learning, AI

https://www.datasciencecentral.com/profiles/blogs/neural-networks-for-machine-learning 

Watson Knowledge Studio 

https://www.ibm.com/watson/developercloud/doc/wks/wks_overview_full.shtml 

2 Minutes Papers: a youtube channel dedicated to condensing the results of scientific papers on artificial intelligence.

https://www.youtube.com/channel/UCbfYPyITQ-7l4upoX8nvctg 

Realtime Multi-Person 2D Human Pose Estimation 

https://www.youtube.com/watch?v=pW6nZXeWlGM

BoxCar 2D: Computation Intelligence Car Evolution (Needs Flash)

http://boxcar2d.com/ 

Google AI Experiments

https://experiments.withgoogle.com/collection/ai

Más contenido relacionado

La actualidad más candente

PPT slides - MACHINE PERCEPTION LABORATORY
PPT slides - MACHINE PERCEPTION LABORATORYPPT slides - MACHINE PERCEPTION LABORATORY
PPT slides - MACHINE PERCEPTION LABORATORY
butest
 

La actualidad más candente (6)

Computational thinking
Computational thinkingComputational thinking
Computational thinking
 
Applications of Machine Learning
Applications of Machine LearningApplications of Machine Learning
Applications of Machine Learning
 
PPT slides - MACHINE PERCEPTION LABORATORY
PPT slides - MACHINE PERCEPTION LABORATORYPPT slides - MACHINE PERCEPTION LABORATORY
PPT slides - MACHINE PERCEPTION LABORATORY
 
Deep Learning Overview Classification Types Examples And Limitations
Deep Learning Overview Classification Types Examples And LimitationsDeep Learning Overview Classification Types Examples And Limitations
Deep Learning Overview Classification Types Examples And Limitations
 
Introduction to Deep Learning | CloudxLab
Introduction to Deep Learning | CloudxLabIntroduction to Deep Learning | CloudxLab
Introduction to Deep Learning | CloudxLab
 
Face Detection And Tracking
Face Detection And TrackingFace Detection And Tracking
Face Detection And Tracking
 

Similar a Machine Learning for Designers - DX Meetup Basel

Similar a Machine Learning for Designers - DX Meetup Basel (20)

Machine Learning for Designers
Machine Learning for DesignersMachine Learning for Designers
Machine Learning for Designers
 
Machine Learning for Designers
Machine Learning for DesignersMachine Learning for Designers
Machine Learning for Designers
 
Machine Learning for Designers - UX Camp Switzerland
Machine Learning for Designers - UX Camp SwitzerlandMachine Learning for Designers - UX Camp Switzerland
Machine Learning for Designers - UX Camp Switzerland
 
Machine Learning for Designers - UX Scotland
Machine Learning for Designers - UX ScotlandMachine Learning for Designers - UX Scotland
Machine Learning for Designers - UX Scotland
 
Machine Learning Fundamentals.docx
Machine Learning Fundamentals.docxMachine Learning Fundamentals.docx
Machine Learning Fundamentals.docx
 
Hr salary prediction using ml
Hr salary prediction using mlHr salary prediction using ml
Hr salary prediction using ml
 
How to become a ml engineer
How to become a ml engineerHow to become a ml engineer
How to become a ml engineer
 
Machine Learning: Need of Machine Learning, Its Challenges and its Applications
Machine Learning: Need of Machine Learning, Its Challenges and its ApplicationsMachine Learning: Need of Machine Learning, Its Challenges and its Applications
Machine Learning: Need of Machine Learning, Its Challenges and its Applications
 
Machine Learning Contents.pptx
Machine Learning Contents.pptxMachine Learning Contents.pptx
Machine Learning Contents.pptx
 
Machine learning applications nurturing growth of various business domains
Machine learning applications nurturing growth of various business domainsMachine learning applications nurturing growth of various business domains
Machine learning applications nurturing growth of various business domains
 
Machine Learning Ch 1.ppt
Machine Learning Ch 1.pptMachine Learning Ch 1.ppt
Machine Learning Ch 1.ppt
 
AI & Programmatic Advertising Master Class - Yang Han, StackAdapt
AI & Programmatic Advertising Master Class - Yang Han, StackAdaptAI & Programmatic Advertising Master Class - Yang Han, StackAdapt
AI & Programmatic Advertising Master Class - Yang Han, StackAdapt
 
Artificial intelligence Overview by Ramya Mopidevi
Artificial intelligence Overview by Ramya MopideviArtificial intelligence Overview by Ramya Mopidevi
Artificial intelligence Overview by Ramya Mopidevi
 
Machine learning
Machine learningMachine learning
Machine learning
 
WELCOME TO AI PROJECT shidhant mittaal.pptx
WELCOME TO AI PROJECT shidhant mittaal.pptxWELCOME TO AI PROJECT shidhant mittaal.pptx
WELCOME TO AI PROJECT shidhant mittaal.pptx
 
Sacrificing the golden calf of "coding"
Sacrificing the golden calf of "coding"Sacrificing the golden calf of "coding"
Sacrificing the golden calf of "coding"
 
what-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdfwhat-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdf
 
Machine learning
Machine learningMachine learning
Machine learning
 
Deep learning vs ML vs AI vs DS .pdf
Deep learning vs ML vs AI vs DS .pdfDeep learning vs ML vs AI vs DS .pdf
Deep learning vs ML vs AI vs DS .pdf
 
2024-02-24_Session 1 - PMLE_UPDATED.pptx
2024-02-24_Session 1 - PMLE_UPDATED.pptx2024-02-24_Session 1 - PMLE_UPDATED.pptx
2024-02-24_Session 1 - PMLE_UPDATED.pptx
 

Más de Memi Beltrame

Dynamic A/B testing with AB/CD
Dynamic A/B testing with AB/CDDynamic A/B testing with AB/CD
Dynamic A/B testing with AB/CD
Memi Beltrame
 
No Design without Research
No Design without ResearchNo Design without Research
No Design without Research
Memi Beltrame
 

Más de Memi Beltrame (20)

Protostrap
ProtostrapProtostrap
Protostrap
 
Zero Adoption: Lessons Learned From Failing at Open Source
Zero Adoption: Lessons Learned From Failing at Open SourceZero Adoption: Lessons Learned From Failing at Open Source
Zero Adoption: Lessons Learned From Failing at Open Source
 
The Big Shift
The Big ShiftThe Big Shift
The Big Shift
 
UX in the city Coping with Complexity
UX in the city   Coping with ComplexityUX in the city   Coping with Complexity
UX in the city Coping with Complexity
 
Dynamic A/B testing with AB/CD
Dynamic A/B testing with AB/CDDynamic A/B testing with AB/CD
Dynamic A/B testing with AB/CD
 
Product Owner ist ein Design Job
Product Owner ist ein Design JobProduct Owner ist ein Design Job
Product Owner ist ein Design Job
 
Designed for the Worst Case - Zurich's water supply
Designed for  the Worst Case - Zurich's water supplyDesigned for  the Worst Case - Zurich's water supply
Designed for the Worst Case - Zurich's water supply
 
Data Driven Design - Frontend Conference Zurich
Data Driven Design - Frontend Conference ZurichData Driven Design - Frontend Conference Zurich
Data Driven Design - Frontend Conference Zurich
 
Clear Language and Readability
Clear Language and ReadabilityClear Language and Readability
Clear Language and Readability
 
The User Experience of Near Field Communication
The User Experience of Near Field CommunicationThe User Experience of Near Field Communication
The User Experience of Near Field Communication
 
Prototyping and Scrum
Prototyping and ScrumPrototyping and Scrum
Prototyping and Scrum
 
Prototyping for mobile
Prototyping for mobilePrototyping for mobile
Prototyping for mobile
 
Protostrap
ProtostrapProtostrap
Protostrap
 
Content Audits
Content AuditsContent Audits
Content Audits
 
No Design without Research
No Design without ResearchNo Design without Research
No Design without Research
 
Swiss mobile stats
Swiss mobile statsSwiss mobile stats
Swiss mobile stats
 
Content Strategy
Content StrategyContent Strategy
Content Strategy
 
Just Married: User Centered Design and Agile
Just Married: User Centered Design and AgileJust Married: User Centered Design and Agile
Just Married: User Centered Design and Agile
 
Made By Many - On Collaborative Design
Made By Many - On Collaborative DesignMade By Many - On Collaborative Design
Made By Many - On Collaborative Design
 
Elements of UX Design
Elements of UX DesignElements of UX Design
Elements of UX Design
 

Último

RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
amitlee9823
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Website
mark11275
 
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...
amitlee9823
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
amitlee9823
 
➥🔝 7737669865 🔝▻ dehradun Call-girls in Women Seeking Men 🔝dehradun🔝 Escor...
➥🔝 7737669865 🔝▻ dehradun Call-girls in Women Seeking Men  🔝dehradun🔝   Escor...➥🔝 7737669865 🔝▻ dehradun Call-girls in Women Seeking Men  🔝dehradun🔝   Escor...
➥🔝 7737669865 🔝▻ dehradun Call-girls in Women Seeking Men 🔝dehradun🔝 Escor...
amitlee9823
 
Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...
gajnagarg
 
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men 🔝dharamshala🔝 ...
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men  🔝dharamshala🔝  ...➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men  🔝dharamshala🔝  ...
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men 🔝dharamshala🔝 ...
amitlee9823
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
ab-initio-training basics and architecture
ab-initio-training basics and architectureab-initio-training basics and architecture
ab-initio-training basics and architecture
saipriyacoool
 
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 

Último (20)

Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfJordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
 
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Website
 
WhatsApp Chat: 📞 8617697112 Call Girl Baran is experienced
WhatsApp Chat: 📞 8617697112 Call Girl Baran is experiencedWhatsApp Chat: 📞 8617697112 Call Girl Baran is experienced
WhatsApp Chat: 📞 8617697112 Call Girl Baran is experienced
 
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
 
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
➥🔝 7737669865 🔝▻ dehradun Call-girls in Women Seeking Men 🔝dehradun🔝 Escor...
➥🔝 7737669865 🔝▻ dehradun Call-girls in Women Seeking Men  🔝dehradun🔝   Escor...➥🔝 7737669865 🔝▻ dehradun Call-girls in Women Seeking Men  🔝dehradun🔝   Escor...
➥🔝 7737669865 🔝▻ dehradun Call-girls in Women Seeking Men 🔝dehradun🔝 Escor...
 
Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptx
 
Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...
 
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men 🔝dharamshala🔝 ...
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men  🔝dharamshala🔝  ...➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men  🔝dharamshala🔝  ...
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men 🔝dharamshala🔝 ...
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
 
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
 
Hingoli ❤CALL GIRL 8617370543 ❤CALL GIRLS IN Hingoli ESCORT SERVICE❤CALL GIRL
Hingoli ❤CALL GIRL 8617370543 ❤CALL GIRLS IN Hingoli ESCORT SERVICE❤CALL GIRLHingoli ❤CALL GIRL 8617370543 ❤CALL GIRLS IN Hingoli ESCORT SERVICE❤CALL GIRL
Hingoli ❤CALL GIRL 8617370543 ❤CALL GIRLS IN Hingoli ESCORT SERVICE❤CALL GIRL
 
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
 
ab-initio-training basics and architecture
ab-initio-training basics and architectureab-initio-training basics and architecture
ab-initio-training basics and architecture
 
Gamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad IbrahimGamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad Ibrahim
 
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
 
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...
Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...
Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...
 

Machine Learning for Designers - DX Meetup Basel

  • 1. Machine Learning for Designers Memi Beltrame - @bratwurstkomet Digital Experience Meetup Basel, March 20. 2019
  • 2. Machine Learning for people with a fuzzy idea of what it is Memi Beltrame - @bratwurstkomet Or rather Digital Experience Meetup Basel, March 20. 2019
  • 3. Design is becoming physical, automated and connected
  • 4. The convergence of disciplines Service Design Future design teams will unite these disciplines Interaction Design Industrial Design Katerina Kamprani - The Uncomfortable
  • 7. otoscope This is an It can be used to look at the eardrum to see if the ear is inflamed. Because the otoscope is connected to an iPhone, an image can be taken of the eardrum.
  • 8. The image is sent to a service that tells me if I should go to a doctor or not.
  • 9. AI: Image recognition, Data analysis Industrial Design InteractionDesign Service Design
  • 10. Machine learning is the main driver
  • 11. What is Machine Learning?
  • 12.
  • 13. Netflix uses machine learning to predict the match probability
  • 14. machine learning: training machines to receive input data and predict an output value
  • 15. 3 methods how machines learn Supervised learning You train the machine with data The machine learns to make predictions ✔ ❌
  • 16. 3 methods how machines learn Supervised learning You train the machine with data The machine learns to make predictions #1 method used in machine learning
  • 17. 3 methods how machines learn Supervised learning You train the machine with data The machine learns to make predictions Unsupervised learning The machine is given a lot of data and it uses algorithms to find out interesting patterns.
  • 18. Unsupervised learning 1 2 3 4 5 6 1 2 3 4 5 6 7 Average # of pizzas per week Average # of toppings per pizza
  • 19. Unsupervised learning 1 2 3 4 5 6 1 2 3 4 5 6 7 Average # of toppings per pizza Average # of pizzas per week
  • 20. Unsupervised learning 1 2 3 4 5 6 1 2 3 4 5 6 7 Average # of toppings per pizza Average # of pizzas per week
  • 21. 3 methods how machines learn Supervised learning You train the machine with data The machine learns to make predictions Unsupervised learning The machine is given a lot of data and it uses algorithms to find out interesting patterns. Reinforcement learning The machine continuously learns from the environment in an iterative fashion. 
 It starts dumb and gets smarter.
  • 22. Reinforcement Learning The machine is given a set of rules and a goal It trains itself: It keeps the features that helped it reach the goal. BoxCar 2D: Computation Intelligence Car Evolution (Needs Flash)
 http://boxcar2d.com/
  • 24. #1 method: supervised learning Bedrooms m2 Neighbourhood Floors Sale Price 4 96 Hipsterton 2 1’500’000 2 89 Snoringham 3 750’000 3 75 Hipsterton 1 1’200’000 3 79 Snoringham 2 820’000 • Give the machine a training set with features & target values • It figures out how important each feature is • The machine can make predictions of target values Features Target
  • 25. #1 method: supervised learning Bedrooms m2 Neighbourhood Floors 4 96 Hipsterton 2 2 89 Snoringham 3 3 75 Hipsterton 1 3 79 Snoringham 2 Predictions improve with • more features • larger learning sample Features
  • 26. #1 method: supervised learning Features Target 8
  • 27. #1 method: supervised learning Features Target owl
  • 28. #1 method: supervised learning • Train the machine to learn what matches and what does not • Train with edge cases Owl or Apple?
  • 29. machines use algorithms to make predictions
  • 30. how machines use algorithms 1. Take a lot of training data 
 2. Pass it through a generic algorithm 
 (some mathematical formula)
 3. Let the machine figure out its own logic based on the data. Emails Generic Machine Learning Algorithm Spam Not Spam
  • 31. how machines use algorithms 500g white flour, 2 tsp salt 7g fast-action yeast
 3 tbsp olive oil 300ml water 475g plain flour, 1 tsp salt 10g dried yeast
 1 tbsp olive oil 400ml water The algorithm finds the valid weights of the individual features of a data-set to make the right prediction 2 cups flour, 1 cup salt 1 tsp olive oil 1 cup water Bread Bread Salty play dough
  • 32. generic algorithms There are many generic algorithms that already exist.
 
 
 The same generic algorithm can be used to solve problems in completely different areas. Emails Algorithm Spam Not Spam Articles Algorithm Finance Politics Sports
  • 33. 2 types of algorithms Classification algorithms Emails Algorithm Spam Not Spam The goal is to predict discrete values, e.g. {1,0}, {True, False}, {spam, not spam}. Regression algorithms House- Details Algorithm Price of House The goal is to predict continuous values, e.g. home prices, weather temperatures A big part of ML is about classification
  • 34. image recognition Chihuahua or Muffin? Most image recognition is about classification
  • 35. image recognition Real time At multiple scales For a varying number of recognizable elements Realtime Multi-Person 2D Human Pose Estimation
  • 37. is language like images? Images can be recognized because their data can be encoded Can we do the same with language?
  • 38. translation versus conversation Do you have the time? Translation goal: Produce an equivalent Conversation goal: Understand the meaning Avez-vous l’heure? It’s 7pm.Yes
  • 40. statistical translation Each word of the sentence can have several meanings.
  • 41. statistical translation I try | to run | at | the prettiest | open space. I want | to run | per | the more tidy | open space. I mean | to forget | at | the tidiest | beach. I try | to go | per | the more tidy | seaside. I want | to go | to | the prettiest | beach. The algorithm compares the possible translations against existing ones. The algorithm picks the translation with the highest probability.
  • 44. Audio Text conversational interfaces Machine learning is a crucial part of these interfaces
  • 45. new challenges and disciplines • recognizing intent • understanding context • voice and tone • shaping conversations in a humane and ethical way }Linguistics Ethics
  • 46. intent - what does it all mean? types of meaning understand the wordsliteral: understand the actual meaningimplied: Do you have the time? metaphors & metonymiesreferenced: This went south fast!
 Wall Street is in crisis
  • 47.
  • 48. Elements that make 
 this artificial: • Not picking up intent 
 „give me a spot on saturday“ • Literal repetition
  • 49. context context is even harder than intent • the sequence in time • understanding the surroundings • semantic context 
 homonymy: 🦇 is not a 🏏
  • 50. voice and tone: change registers we adapt the way we speak to the situation we’re in Depending on: • how serious the situation is • how formal it is • how we are connected to the person Conversational interfaces need to take this into account. 
 This is a design task
  • 52. Designers are content experts Icons by Sarah Rudkin Developers Build the machine Domain experts
 Have the domain specific knowledge Designers • Content oversight for training: 
 What makes good training data? • Mediator between engineering and domain experts • Ethical considerations
  • 53. ethics matter Algorithms inherit all biases and blind spots of those who make and use them We need to • challenge and stress test from a diverse point of view • put humans before technology
 (once again) • bring our principles of what good design is to the AI world This is a design task
  • 54. Machine Learning is 
 everywhere Learn to see its opportunities Get a seat at the table now Understand the implications of using machine learning Bring Design principles into the mix to make empowering and ethical products
  • 56. Resources A visual introduction to machine learning 
 http://www.r2d3.us Machine Learning is Fun! 
 (the perfect series of articles to get you started)
 https://medium.com/@ageitgey/machine-learning-is-fun-80ea3ec3c471 30 Free Courses: Neural Networks, Machine Learning, AI
 https://www.datasciencecentral.com/profiles/blogs/neural-networks-for-machine-learning Watson Knowledge Studio 
 https://www.ibm.com/watson/developercloud/doc/wks/wks_overview_full.shtml 2 Minutes Papers: a youtube channel dedicated to condensing the results of scientific papers on artificial intelligence.
 https://www.youtube.com/channel/UCbfYPyITQ-7l4upoX8nvctg Realtime Multi-Person 2D Human Pose Estimation 
 https://www.youtube.com/watch?v=pW6nZXeWlGM BoxCar 2D: Computation Intelligence Car Evolution (Needs Flash)
 http://boxcar2d.com/ 
 Google AI Experiments
 https://experiments.withgoogle.com/collection/ai