SlideShare a Scribd company logo
1 of 55
Download to read offline
Machine Learning
for Designers
Memi Beltrame - @bratwurstkomet
Y7K Bistro

Zurich, March 13. 2019
Machine Learning
for people with a
fuzzy idea of what it is
Memi Beltrame - @bratwurstkomet
Or rather
Y7K Bistro

Zurich, March 13. 2019
Design is becoming physical,
automated and connected
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
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 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 pizzas per week
Average # of toppings

per pizza
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 through 

• 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?
#1 method: supervised learning
What is Google 

doing here?
machines use algorithms
to make predictions
how machines use algorithms
1. Take a lot of 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

Algorithms find 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 Not bread
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.
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
and grammatically
correct sentence in a
different language.
Conversation goal:
Understand the meaning
of the sentence and
follow up with the
appropriate response.
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

Not being an asshole
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 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
The math part is difficult,

the design part is hard.
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

More Related Content

What's hot

Demystifying AI | Mathias Vercauteren | Keynote at AI 4 Business Summit | Bru...
Demystifying AI | Mathias Vercauteren | Keynote at AI 4 Business Summit | Bru...Demystifying AI | Mathias Vercauteren | Keynote at AI 4 Business Summit | Bru...
Demystifying AI | Mathias Vercauteren | Keynote at AI 4 Business Summit | Bru...Mathias Vercauteren
 
Materials for getting started with data science
Materials for getting started with data scienceMaterials for getting started with data science
Materials for getting started with data scienceihansel
 
Artificial Intelligence (AI) & Machine Learning: Are You Ready?
Artificial Intelligence (AI) & Machine Learning: Are You Ready?Artificial Intelligence (AI) & Machine Learning: Are You Ready?
Artificial Intelligence (AI) & Machine Learning: Are You Ready?SilverTech
 
Data-driven UX: What it really takes and how to get there
Data-driven UX: What it really takes and how to get thereData-driven UX: What it really takes and how to get there
Data-driven UX: What it really takes and how to get thereEmmanuelle Boloix, Ph.D.
 
Business growth principles in the new economy
Business growth principles in the new economy Business growth principles in the new economy
Business growth principles in the new economy Ashish Bedekar
 
Machine Intelligence - Wie Systeme lernen und unseren Alltag verändern
Machine Intelligence - Wie Systeme lernen und unseren Alltag verändernMachine Intelligence - Wie Systeme lernen und unseren Alltag verändern
Machine Intelligence - Wie Systeme lernen und unseren Alltag verändernMark Cieliebak
 
From Biology to Industry. A Blogger’s Journey to Data Science.
From Biology to Industry. A Blogger’s Journey to Data Science.From Biology to Industry. A Blogger’s Journey to Data Science.
From Biology to Industry. A Blogger’s Journey to Data Science.Shirin Elsinghorst
 
Quantitative Ethics - Governance and ethics of AI decisions
Quantitative Ethics - Governance and ethics of AI decisionsQuantitative Ethics - Governance and ethics of AI decisions
Quantitative Ethics - Governance and ethics of AI decisionsNikita Lukianets
 
Artificial intelligence & machine learning landscape
Artificial intelligence & machine learning landscapeArtificial intelligence & machine learning landscape
Artificial intelligence & machine learning landscapeMOBConf
 
2018 Princeton Fintech & Quant Conference: AI, Machine Learning & Deep Learni...
2018 Princeton Fintech & Quant Conference: AI, Machine Learning & Deep Learni...2018 Princeton Fintech & Quant Conference: AI, Machine Learning & Deep Learni...
2018 Princeton Fintech & Quant Conference: AI, Machine Learning & Deep Learni...Yogesh Malhotra, PhD,MSQF, CISSP,CISA,CEH
 
Australian Legal Education in 2017: Taking Stock for an Uncertain Future
Australian Legal Education in 2017: Taking Stock for an Uncertain FutureAustralian Legal Education in 2017: Taking Stock for an Uncertain Future
Australian Legal Education in 2017: Taking Stock for an Uncertain FutureSally Kift
 
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...Naveen Agarwal
 
Best Practices for Scaling Data Science Across the Organization
Best Practices for Scaling Data Science Across the OrganizationBest Practices for Scaling Data Science Across the Organization
Best Practices for Scaling Data Science Across the OrganizationChasity Gibson
 
Artificial Intelligence & Software Testing: Hype or Hysteria?
Artificial Intelligence & Software Testing: Hype or Hysteria?Artificial Intelligence & Software Testing: Hype or Hysteria?
Artificial Intelligence & Software Testing: Hype or Hysteria?Johan Steyn
 
AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017
AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017
AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017Carol Smith
 
Machine Learning Introduction for Digital Business Leaders
Machine Learning Introduction for Digital Business LeadersMachine Learning Introduction for Digital Business Leaders
Machine Learning Introduction for Digital Business LeadersSudha Jamthe
 
AI & Business - Opportunities & Dangers
AI & Business - Opportunities & DangersAI & Business - Opportunities & Dangers
AI & Business - Opportunities & Dangerswillmurphy
 
Ai ml-demystified-mwux2017-final-171016011705
Ai ml-demystified-mwux2017-final-171016011705Ai ml-demystified-mwux2017-final-171016011705
Ai ml-demystified-mwux2017-final-171016011705Sayali Surve
 

What's hot (19)

Demystifying AI | Mathias Vercauteren | Keynote at AI 4 Business Summit | Bru...
Demystifying AI | Mathias Vercauteren | Keynote at AI 4 Business Summit | Bru...Demystifying AI | Mathias Vercauteren | Keynote at AI 4 Business Summit | Bru...
Demystifying AI | Mathias Vercauteren | Keynote at AI 4 Business Summit | Bru...
 
Materials for getting started with data science
Materials for getting started with data scienceMaterials for getting started with data science
Materials for getting started with data science
 
Artificial Intelligence (AI) & Machine Learning: Are You Ready?
Artificial Intelligence (AI) & Machine Learning: Are You Ready?Artificial Intelligence (AI) & Machine Learning: Are You Ready?
Artificial Intelligence (AI) & Machine Learning: Are You Ready?
 
Data-driven UX: What it really takes and how to get there
Data-driven UX: What it really takes and how to get thereData-driven UX: What it really takes and how to get there
Data-driven UX: What it really takes and how to get there
 
Business growth principles in the new economy
Business growth principles in the new economy Business growth principles in the new economy
Business growth principles in the new economy
 
Machine Intelligence - Wie Systeme lernen und unseren Alltag verändern
Machine Intelligence - Wie Systeme lernen und unseren Alltag verändernMachine Intelligence - Wie Systeme lernen und unseren Alltag verändern
Machine Intelligence - Wie Systeme lernen und unseren Alltag verändern
 
From Biology to Industry. A Blogger’s Journey to Data Science.
From Biology to Industry. A Blogger’s Journey to Data Science.From Biology to Industry. A Blogger’s Journey to Data Science.
From Biology to Industry. A Blogger’s Journey to Data Science.
 
Quantitative Ethics - Governance and ethics of AI decisions
Quantitative Ethics - Governance and ethics of AI decisionsQuantitative Ethics - Governance and ethics of AI decisions
Quantitative Ethics - Governance and ethics of AI decisions
 
Artificial intelligence & machine learning landscape
Artificial intelligence & machine learning landscapeArtificial intelligence & machine learning landscape
Artificial intelligence & machine learning landscape
 
2018 Princeton Fintech & Quant Conference: AI, Machine Learning & Deep Learni...
2018 Princeton Fintech & Quant Conference: AI, Machine Learning & Deep Learni...2018 Princeton Fintech & Quant Conference: AI, Machine Learning & Deep Learni...
2018 Princeton Fintech & Quant Conference: AI, Machine Learning & Deep Learni...
 
Australian Legal Education in 2017: Taking Stock for an Uncertain Future
Australian Legal Education in 2017: Taking Stock for an Uncertain FutureAustralian Legal Education in 2017: Taking Stock for an Uncertain Future
Australian Legal Education in 2017: Taking Stock for an Uncertain Future
 
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...
 
Best Practices for Scaling Data Science Across the Organization
Best Practices for Scaling Data Science Across the OrganizationBest Practices for Scaling Data Science Across the Organization
Best Practices for Scaling Data Science Across the Organization
 
Artificial Intelligence & Software Testing: Hype or Hysteria?
Artificial Intelligence & Software Testing: Hype or Hysteria?Artificial Intelligence & Software Testing: Hype or Hysteria?
Artificial Intelligence & Software Testing: Hype or Hysteria?
 
From Big Data to AI
From Big Data to AIFrom Big Data to AI
From Big Data to AI
 
AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017
AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017
AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017
 
Machine Learning Introduction for Digital Business Leaders
Machine Learning Introduction for Digital Business LeadersMachine Learning Introduction for Digital Business Leaders
Machine Learning Introduction for Digital Business Leaders
 
AI & Business - Opportunities & Dangers
AI & Business - Opportunities & DangersAI & Business - Opportunities & Dangers
AI & Business - Opportunities & Dangers
 
Ai ml-demystified-mwux2017-final-171016011705
Ai ml-demystified-mwux2017-final-171016011705Ai ml-demystified-mwux2017-final-171016011705
Ai ml-demystified-mwux2017-final-171016011705
 

Similar to Machine Learning for Designers

Machine Learning for Designers - DX Meetup Basel
Machine Learning for Designers - DX Meetup BaselMachine Learning for Designers - DX Meetup Basel
Machine Learning for Designers - DX Meetup BaselMemi Beltrame
 
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 SwitzerlandMemi Beltrame
 
Machine Learning for Designers
Machine Learning for DesignersMachine Learning for Designers
Machine Learning for DesignersMemi Beltrame
 
Machine Learning for Designers - UX Scotland
Machine Learning for Designers - UX ScotlandMachine Learning for Designers - UX Scotland
Machine Learning for Designers - UX ScotlandMemi Beltrame
 
Hr salary prediction using ml
Hr salary prediction using mlHr salary prediction using ml
Hr salary prediction using mlshaiksafi1
 
Deep Learning Overview
Deep Learning OverviewDeep Learning Overview
Deep Learning OverviewCloudxLab
 
Machine learning basics by akanksha bali
Machine learning basics by akanksha baliMachine learning basics by akanksha bali
Machine learning basics by akanksha baliAkanksha Bali
 
Machine learning basics
Machine learning basics Machine learning basics
Machine learning basics Akanksha Bali
 
Master Technical Recruiting Workshop: How to Recruit Top Tech Talent
Master Technical Recruiting Workshop:  How to Recruit Top Tech TalentMaster Technical Recruiting Workshop:  How to Recruit Top Tech Talent
Master Technical Recruiting Workshop: How to Recruit Top Tech TalentRecruitingDaily.com LLC
 
Sacrificing the golden calf of "coding"
Sacrificing the golden calf of "coding"Sacrificing the golden calf of "coding"
Sacrificing the golden calf of "coding"Christian Heilmann
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningCloudxLab
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligenceananth
 
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.pptxgdgsurrey
 
A step towards machine learning at accionlabs
A step towards machine learning at accionlabsA step towards machine learning at accionlabs
A step towards machine learning at accionlabsChetan Khatri
 
Top 5 recent research courses on machine learning- simpliv
Top 5 recent research courses on machine learning- simplivTop 5 recent research courses on machine learning- simpliv
Top 5 recent research courses on machine learning- simplivSimpliv LLC
 
How to become a ml engineer
How to become a ml engineerHow to become a ml engineer
How to become a ml engineerSudheer Reddy
 
Deep learning introduction
Deep learning introductionDeep learning introduction
Deep learning introductionAdwait Bhave
 
Introduction of machine learning.pptx
Introduction of machine learning.pptxIntroduction of machine learning.pptx
Introduction of machine learning.pptxDr.Shweta
 
Machine Learning Fundamentals.docx
Machine Learning Fundamentals.docxMachine Learning Fundamentals.docx
Machine Learning Fundamentals.docxHaritvKrishnagiri
 
OWF14 - Big Data : The State of Machine Learning in 2014
OWF14 - Big Data : The State of Machine  Learning in 2014OWF14 - Big Data : The State of Machine  Learning in 2014
OWF14 - Big Data : The State of Machine Learning in 2014Paris Open Source Summit
 

Similar to Machine Learning for Designers (20)

Machine Learning for Designers - DX Meetup Basel
Machine Learning for Designers - DX Meetup BaselMachine Learning for Designers - DX Meetup Basel
Machine Learning for Designers - DX Meetup Basel
 
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
Machine Learning for DesignersMachine Learning for Designers
Machine Learning for Designers
 
Machine Learning for Designers - UX Scotland
Machine Learning for Designers - UX ScotlandMachine Learning for Designers - UX Scotland
Machine Learning for Designers - UX Scotland
 
Hr salary prediction using ml
Hr salary prediction using mlHr salary prediction using ml
Hr salary prediction using ml
 
Deep Learning Overview
Deep Learning OverviewDeep Learning Overview
Deep Learning Overview
 
Machine learning basics by akanksha bali
Machine learning basics by akanksha baliMachine learning basics by akanksha bali
Machine learning basics by akanksha bali
 
Machine learning basics
Machine learning basics Machine learning basics
Machine learning basics
 
Master Technical Recruiting Workshop: How to Recruit Top Tech Talent
Master Technical Recruiting Workshop:  How to Recruit Top Tech TalentMaster Technical Recruiting Workshop:  How to Recruit Top Tech Talent
Master Technical Recruiting Workshop: How to Recruit Top Tech Talent
 
Sacrificing the golden calf of "coding"
Sacrificing the golden calf of "coding"Sacrificing the golden calf of "coding"
Sacrificing the golden calf of "coding"
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligence
 
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
 
A step towards machine learning at accionlabs
A step towards machine learning at accionlabsA step towards machine learning at accionlabs
A step towards machine learning at accionlabs
 
Top 5 recent research courses on machine learning- simpliv
Top 5 recent research courses on machine learning- simplivTop 5 recent research courses on machine learning- simpliv
Top 5 recent research courses on machine learning- simpliv
 
How to become a ml engineer
How to become a ml engineerHow to become a ml engineer
How to become a ml engineer
 
Deep learning introduction
Deep learning introductionDeep learning introduction
Deep learning introduction
 
Introduction of machine learning.pptx
Introduction of machine learning.pptxIntroduction of machine learning.pptx
Introduction of machine learning.pptx
 
Machine Learning Fundamentals.docx
Machine Learning Fundamentals.docxMachine Learning Fundamentals.docx
Machine Learning Fundamentals.docx
 
OWF14 - Big Data : The State of Machine Learning in 2014
OWF14 - Big Data : The State of Machine  Learning in 2014OWF14 - Big Data : The State of Machine  Learning in 2014
OWF14 - Big Data : The State of Machine Learning in 2014
 

More from Memi Beltrame

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 SourceMemi Beltrame
 
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 ComplexityMemi 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/CDMemi Beltrame
 
Product Owner ist ein Design Job
Product Owner ist ein Design JobProduct Owner ist ein Design Job
Product Owner ist ein Design JobMemi Beltrame
 
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 supplyMemi Beltrame
 
Data Driven Design - Frontend Conference Zurich
Data Driven Design - Frontend Conference ZurichData Driven Design - Frontend Conference Zurich
Data Driven Design - Frontend Conference ZurichMemi Beltrame
 
Clear Language and Readability
Clear Language and ReadabilityClear Language and Readability
Clear Language and ReadabilityMemi Beltrame
 
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 CommunicationMemi Beltrame
 
Prototyping and Scrum
Prototyping and ScrumPrototyping and Scrum
Prototyping and ScrumMemi Beltrame
 
Prototyping for mobile
Prototyping for mobilePrototyping for mobile
Prototyping for mobileMemi Beltrame
 
No Design without Research
No Design without ResearchNo Design without Research
No Design without ResearchMemi Beltrame
 
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 AgileMemi Beltrame
 
Made By Many - On Collaborative Design
Made By Many - On Collaborative DesignMade By Many - On Collaborative Design
Made By Many - On Collaborative DesignMemi Beltrame
 
Elements of UX Design
Elements of UX DesignElements of UX Design
Elements of UX DesignMemi Beltrame
 

More from 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
 

Recently uploaded

Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services DubaiDubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubaikojalkojal131
 
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)jennyeacort
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryWilliamVickery6
 
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
How to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our SiteHow to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our Sitegalleryaagency
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case StudySophia Viganò
 
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一diploma 1
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一F dds
 
FiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdfFiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdfShivakumar Viswanathan
 
group_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdfgroup_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdfneelspinoy
 
3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdfSwaraliBorhade
 
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一A SSS
 
shot list for my tv series two steps back
shot list for my tv series two steps backshot list for my tv series two steps back
shot list for my tv series two steps back17lcow074
 
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改yuu sss
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一Fi sss
 
Mookuthi is an artisanal nose ornament brand based in Madras.
Mookuthi is an artisanal nose ornament brand based in Madras.Mookuthi is an artisanal nose ornament brand based in Madras.
Mookuthi is an artisanal nose ornament brand based in Madras.Mookuthi
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证nhjeo1gg
 
Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdfvaibhavkanaujia
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfSumit Lathwal
 

Recently uploaded (20)

Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services DubaiDubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
 
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William Vickery
 
Call Girls in Pratap Nagar, 9953056974 Escort Service
Call Girls in Pratap Nagar,  9953056974 Escort ServiceCall Girls in Pratap Nagar,  9953056974 Escort Service
Call Girls in Pratap Nagar, 9953056974 Escort Service
 
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
 
How to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our SiteHow to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our Site
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case Study
 
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
 
FiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdfFiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdf
 
group_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdfgroup_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdf
 
3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf
 
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
 
shot list for my tv series two steps back
shot list for my tv series two steps backshot list for my tv series two steps back
shot list for my tv series two steps back
 
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
 
Mookuthi is an artisanal nose ornament brand based in Madras.
Mookuthi is an artisanal nose ornament brand based in Madras.Mookuthi is an artisanal nose ornament brand based in Madras.
Mookuthi is an artisanal nose ornament brand based in Madras.
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
 
Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdf
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdf
 

Machine Learning for Designers

  • 1. Machine Learning for Designers Memi Beltrame - @bratwurstkomet Y7K Bistro Zurich, March 13. 2019
  • 2. Machine Learning for people with a fuzzy idea of what it is Memi Beltrame - @bratwurstkomet Or rather Y7K Bistro Zurich, March 13. 2019
  • 3. Design is becoming physical, automated and connected
  • 6. 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.
  • 7. The image is sent to a service that tells me if I should go to a doctor or not.
  • 8. AI: Image recognition, Data analysis Industrial Design InteractionDesign Service Design
  • 10. What is Machine Learning?
  • 11.
  • 12. Netflix uses machine learning to predict the match probability
  • 13. machine learning: training machines to receive input data and predict an output value
  • 14. 3 methods how machines learn Supervised learning You train the machine with data The machine learns to make predictions ✔ ❌
  • 15. 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.
  • 16. 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
  • 17. 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
  • 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. 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.
  • 20. 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/
  • 22. #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
  • 23. #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 through • more features • larger learning sample Features
  • 24. #1 method: supervised learning Features Target 8
  • 25. #1 method: supervised learning Features Target owl
  • 26. #1 method: supervised learning • Train the machine to learn what matches and what does not • Train with edge cases Owl or Apple?
  • 27. #1 method: supervised learning What is Google doing here?
  • 28. machines use algorithms to make predictions
  • 29. how machines use algorithms 1. Take a lot of 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
  • 30. 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 Algorithms find 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 Not bread
  • 31. 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
  • 32. 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. A big part of ML is about classification
  • 33. image recognition Chihuahua or Muffin? Most image recognition is about classification
  • 34. image recognition Real time At multiple scales For a varying number of recognizable elements Realtime Multi-Person 2D Human Pose Estimation
  • 36. is language like images? Images can be recognized because their data can be encoded Can we do the same with language?
  • 37. translation versus conversation Do you have the time? Translation goal: Produce an equivalent and grammatically correct sentence in a different language. Conversation goal: Understand the meaning of the sentence and follow up with the appropriate response. Avez-vous l’heure? It’s 7pm.Yes
  • 39. statistical translation Each word of the sentence can have several meanings.
  • 40. 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.
  • 43. Audio Text conversational interfaces Machine learning is a crucial part of these interfaces
  • 44. new challenges and disciplines • recognizing intent • understanding context • voice and tone • shaping conversations in a humane and ethical way }Linguistics Ethics Not being an asshole
  • 45. 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
  • 46.
  • 47. Elements that make 
 this artificial: • Not picking up intent 
 „give me a spot on saturday“ • Literal repetition
  • 48. context context is even harder than intent • the sequence in time • understanding the surroundings • semantic context 
 homonymy: 🦇is not a 🏏
  • 49. 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
  • 51. 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
  • 52. ethics matter Algorithms inherit all biases and blind spots of those who make 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
  • 53. Machine Learning is 
 everywhere Learn to see its opportunities Get a seat at the table now Understand the implications of using machine learning The math part is difficult,
 the design part is hard.
  • 55. 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