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

Basel, May 8. 2019
Machine Learning
for people with a
fuzzy idea of what it is
Memi Beltrame - @bratwurstkomet
Or rather
UX Schweiz Basel Meetup

Basel, May 8. 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
#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.
Let's get some pizza data
1 2 3 4 5 6
1
2
3
4
5
6
7
Average # of pizzas per week
Average # of toppings

per pizza
Find patterns
1 2 3 4 5 6
1
2
3
4
5
6
7
Average # of toppings

per pizza
Average # of pizzas per week
You can run this
data through an
algorithm and it
would find groups of
items that are close
together,
Take Action
1 2 3 4 5 6
1
2
3
4
5
6
7
Average # of toppings

per pizza
Average # of pizzas per week
Take Action
1 2 3 4 5 6
1
2
3
4
5
6
7
Average # of toppings

per pizza
Average # of pizzas per week
With these groups you now can direct address the different groups
The group on the top right probably are big households you can target
specifically
The group on the left are those that order less frequently so you could address
this and offer a super tuesday for those that don't order on that day
The last one is for the people that love boring pizza: give them what they want,
but larger!
The applications of this clustering by unsupervised learning are market
segmentation or fraud detection in banking
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

• Physics: Gravity etc

• Wheels turn

• Goal get farther than
previous cars

It trains itself by keeping
the features that helped
it reach the goal.
BoxCar 2D: Computation Intelligence Car Evolution (Needs Flash) http://boxcar2d.com/
Reinforcement Learning
After a few dozen
generations the
machine has succeded
in creating a vehicle
that looks like a car and
can reliably drive
#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 

• Give it the 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:
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
Yes
Sporty
Neutral
Date Night
Ready for your style?
How would you describe your style?
I'd totally raid your closet... 

Sporty is my style!
Do you wear colors or nah?
Fab, I bet you look great in everything!
Where are you going in your hot new
outfit?
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
Machines learn from us

We choose what to teach
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

Collaboration deep dive Agile India 2020
Collaboration deep dive Agile India 2020Collaboration deep dive Agile India 2020
Collaboration deep dive Agile India 2020Craig Brown
 
Stimulating Creativity
Stimulating CreativityStimulating Creativity
Stimulating CreativityMchamp08
 
An introduction to creative problem solving
An introduction to creative problem solvingAn introduction to creative problem solving
An introduction to creative problem solvingbetseykenn
 
Creativity stimulation & management
Creativity stimulation & managementCreativity stimulation & management
Creativity stimulation & managementVijayKrKhurana
 
Top Pillars | Critical Thinking by Essam Nazzal
Top Pillars | Critical Thinking by Essam NazzalTop Pillars | Critical Thinking by Essam Nazzal
Top Pillars | Critical Thinking by Essam NazzalTop Pillars
 
The role of mindset in design thinking: Implications for capability developme...
The role of mindset in design thinking: Implications for capability developme...The role of mindset in design thinking: Implications for capability developme...
The role of mindset in design thinking: Implications for capability developme...Zaana Jaclyn
 
Creative Problem Solving
Creative Problem SolvingCreative Problem Solving
Creative Problem SolvingMMMTS
 
Creative thinking for innovation
Creative thinking for innovationCreative thinking for innovation
Creative thinking for innovationCésar Bock
 
Essential leadership skills and qualities
Essential leadership skills and qualitiesEssential leadership skills and qualities
Essential leadership skills and qualitiesMarval Software
 
Because Great Interviewers Are Made - Not Born
Because Great Interviewers Are Made - Not Born Because Great Interviewers Are Made - Not Born
Because Great Interviewers Are Made - Not Born BizLibrary
 
What Are Words For?
What Are Words For?What Are Words For?
What Are Words For?Erika Hall
 
Effective Grantwriting -
Effective Grantwriting -Effective Grantwriting -
Effective Grantwriting -Dolores Roselli
 
Fluencies
FluenciesFluencies
Fluenciesbgee43
 
UX London Collaborative Research Workshop
UX London Collaborative Research WorkshopUX London Collaborative Research Workshop
UX London Collaborative Research WorkshopErika Hall
 
Economic Uncertainty by RAM CHARAN Book summary
Economic Uncertainty by RAM CHARAN Book summaryEconomic Uncertainty by RAM CHARAN Book summary
Economic Uncertainty by RAM CHARAN Book summaryDr. N. Asokan
 
Developing creative and innovative thinking in the workplace
Developing creative and innovative thinking in the workplaceDeveloping creative and innovative thinking in the workplace
Developing creative and innovative thinking in the workplaceAquatix Pharma
 
Coaching For Optimal Performance
Coaching For Optimal Performance   Coaching For Optimal Performance
Coaching For Optimal Performance Yodhia Antariksa
 

La actualidad más candente (20)

Collaboration deep dive Agile India 2020
Collaboration deep dive Agile India 2020Collaboration deep dive Agile India 2020
Collaboration deep dive Agile India 2020
 
Whole Brain Learning
Whole Brain LearningWhole Brain Learning
Whole Brain Learning
 
Stimulating Creativity
Stimulating CreativityStimulating Creativity
Stimulating Creativity
 
An introduction to creative problem solving
An introduction to creative problem solvingAn introduction to creative problem solving
An introduction to creative problem solving
 
Creativity stimulation & management
Creativity stimulation & managementCreativity stimulation & management
Creativity stimulation & management
 
Top Pillars | Critical Thinking by Essam Nazzal
Top Pillars | Critical Thinking by Essam NazzalTop Pillars | Critical Thinking by Essam Nazzal
Top Pillars | Critical Thinking by Essam Nazzal
 
Idea generation
Idea generationIdea generation
Idea generation
 
The role of mindset in design thinking: Implications for capability developme...
The role of mindset in design thinking: Implications for capability developme...The role of mindset in design thinking: Implications for capability developme...
The role of mindset in design thinking: Implications for capability developme...
 
Creative Problem Solving
Creative Problem SolvingCreative Problem Solving
Creative Problem Solving
 
Creative thinking for innovation
Creative thinking for innovationCreative thinking for innovation
Creative thinking for innovation
 
Essential leadership skills and qualities
Essential leadership skills and qualitiesEssential leadership skills and qualities
Essential leadership skills and qualities
 
Managing Creativity
Managing CreativityManaging Creativity
Managing Creativity
 
Because Great Interviewers Are Made - Not Born
Because Great Interviewers Are Made - Not Born Because Great Interviewers Are Made - Not Born
Because Great Interviewers Are Made - Not Born
 
What Are Words For?
What Are Words For?What Are Words For?
What Are Words For?
 
Effective Grantwriting -
Effective Grantwriting -Effective Grantwriting -
Effective Grantwriting -
 
Fluencies
FluenciesFluencies
Fluencies
 
UX London Collaborative Research Workshop
UX London Collaborative Research WorkshopUX London Collaborative Research Workshop
UX London Collaborative Research Workshop
 
Economic Uncertainty by RAM CHARAN Book summary
Economic Uncertainty by RAM CHARAN Book summaryEconomic Uncertainty by RAM CHARAN Book summary
Economic Uncertainty by RAM CHARAN Book summary
 
Developing creative and innovative thinking in the workplace
Developing creative and innovative thinking in the workplaceDeveloping creative and innovative thinking in the workplace
Developing creative and innovative thinking in the workplace
 
Coaching For Optimal Performance
Coaching For Optimal Performance   Coaching For Optimal Performance
Coaching For Optimal Performance
 

Similar a 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 SwitzerlandMemi 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
 
Machine Learning for Designers
Machine Learning for DesignersMachine Learning for Designers
Machine Learning for DesignersMemi Beltrame
 
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
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningCloudxLab
 
Deep Learning Overview
Deep Learning OverviewDeep Learning Overview
Deep Learning OverviewCloudxLab
 
Unit 1-ML (1) (1).pptx
Unit 1-ML (1) (1).pptxUnit 1-ML (1) (1).pptx
Unit 1-ML (1) (1).pptxChitrachitrap
 
BIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNINGBIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNINGUmair Shafique
 
Introduction to Deep Learning | CloudxLab
Introduction to Deep Learning | CloudxLabIntroduction to Deep Learning | CloudxLab
Introduction to Deep Learning | CloudxLabCloudxLab
 
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
 
Deep learning introduction
Deep learning introductionDeep learning introduction
Deep learning introductionAdwait Bhave
 
Introduction To Data Science
Introduction To Data ScienceIntroduction To Data Science
Introduction To Data ScienceSpotle.ai
 
Hr salary prediction using ml
Hr salary prediction using mlHr salary prediction using ml
Hr salary prediction using mlshaiksafi1
 
Essential concepts for machine learning
Essential concepts for machine learning Essential concepts for machine learning
Essential concepts for machine learning pyingkodi maran
 
HadoopSummit2015_SelfEvolvingModels
HadoopSummit2015_SelfEvolvingModelsHadoopSummit2015_SelfEvolvingModels
HadoopSummit2015_SelfEvolvingModelspeas2bees
 
INTERNSHIP ON MAcHINE LEARNING.pptx
INTERNSHIP ON MAcHINE LEARNING.pptxINTERNSHIP ON MAcHINE LEARNING.pptx
INTERNSHIP ON MAcHINE LEARNING.pptxsrikanthkallem1
 
Data science unit 1 By: Professor Lili Saghafi
Data science unit 1 By: Professor Lili Saghafi Data science unit 1 By: Professor Lili Saghafi
Data science unit 1 By: Professor Lili Saghafi Professor Lili Saghafi
 
Self Evolving Model to Attain to State of Dynamic System Accuracy
Self Evolving Model to Attain to State of Dynamic System AccuracySelf Evolving Model to Attain to State of Dynamic System Accuracy
Self Evolving Model to Attain to State of Dynamic System AccuracyDataWorks Summit
 

Similar a Machine Learning for Designers (20)

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 for Designers
Machine Learning for DesignersMachine Learning for Designers
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 Basel
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Deep Learning Overview
Deep Learning OverviewDeep Learning Overview
Deep Learning Overview
 
Unit 1-ML (1) (1).pptx
Unit 1-ML (1) (1).pptxUnit 1-ML (1) (1).pptx
Unit 1-ML (1) (1).pptx
 
Lab 7.pptx
Lab 7.pptxLab 7.pptx
Lab 7.pptx
 
BIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNINGBIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNING
 
Introduction to Deep Learning | CloudxLab
Introduction to Deep Learning | CloudxLabIntroduction to Deep Learning | CloudxLab
Introduction to Deep Learning | CloudxLab
 
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
 
Deep learning introduction
Deep learning introductionDeep learning introduction
Deep learning introduction
 
Introduction To Data Science
Introduction To Data ScienceIntroduction To Data Science
Introduction To Data Science
 
Hr salary prediction using ml
Hr salary prediction using mlHr salary prediction using ml
Hr salary prediction using ml
 
Essential concepts for machine learning
Essential concepts for machine learning Essential concepts for machine learning
Essential concepts for machine learning
 
HadoopSummit2015_SelfEvolvingModels
HadoopSummit2015_SelfEvolvingModelsHadoopSummit2015_SelfEvolvingModels
HadoopSummit2015_SelfEvolvingModels
 
INTERNSHIP ON MAcHINE LEARNING.pptx
INTERNSHIP ON MAcHINE LEARNING.pptxINTERNSHIP ON MAcHINE LEARNING.pptx
INTERNSHIP ON MAcHINE LEARNING.pptx
 
Data science unit 1 By: Professor Lili Saghafi
Data science unit 1 By: Professor Lili Saghafi Data science unit 1 By: Professor Lili Saghafi
Data science unit 1 By: Professor Lili Saghafi
 
Self Evolving Model to Attain to State of Dynamic System Accuracy
Self Evolving Model to Attain to State of Dynamic System AccuracySelf Evolving Model to Attain to State of Dynamic System Accuracy
Self Evolving Model to Attain to State of Dynamic System Accuracy
 

Más de 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
 

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

Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...kumaririma588
 
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...Delhi Call girls
 
The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024Ilham Brata
 
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证eeanqy
 
Hire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
Hire 💕 8617697112 Meerut Call Girls Service Call Girls AgencyHire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
Hire 💕 8617697112 Meerut Call Girls Service Call Girls AgencyNitya salvi
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja Nehwal
 
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...amitlee9823
 
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 ...SUHANI PANDEY
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja Nehwal
 
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 Availabledollysharma2066
 
➥🔝 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
 
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
 
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...amitlee9823
 
➥🔝 7737669865 🔝▻ Bokaro Call-girls in Women Seeking Men 🔝Bokaro🔝 Escorts S...
➥🔝 7737669865 🔝▻ Bokaro Call-girls in Women Seeking Men  🔝Bokaro🔝   Escorts S...➥🔝 7737669865 🔝▻ Bokaro Call-girls in Women Seeking Men  🔝Bokaro🔝   Escorts S...
➥🔝 7737669865 🔝▻ Bokaro Call-girls in Women Seeking Men 🔝Bokaro🔝 Escorts S...amitlee9823
 
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...sonalitrivedi431
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...nirzagarg
 
ab-initio-training basics and architecture
ab-initio-training basics and architectureab-initio-training basics and architecture
ab-initio-training basics and architecturesaipriyacoool
 
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
 
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...nirzagarg
 

Último (20)

Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
 
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024
 
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
 
Hire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
Hire 💕 8617697112 Meerut Call Girls Service Call Girls AgencyHire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
Hire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
 
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
 
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 ...
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
 
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
 
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman MuscatAbortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
 
➥🔝 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...
 
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...
 
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
 
➥🔝 7737669865 🔝▻ Bokaro Call-girls in Women Seeking Men 🔝Bokaro🔝 Escorts S...
➥🔝 7737669865 🔝▻ Bokaro Call-girls in Women Seeking Men  🔝Bokaro🔝   Escorts S...➥🔝 7737669865 🔝▻ Bokaro Call-girls in Women Seeking Men  🔝Bokaro🔝   Escorts S...
➥🔝 7737669865 🔝▻ Bokaro Call-girls in Women Seeking Men 🔝Bokaro🔝 Escorts S...
 
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
 
ab-initio-training basics and architecture
ab-initio-training basics and architectureab-initio-training basics and architecture
ab-initio-training basics and architecture
 
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)
 
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
 

Machine Learning for Designers

  • 1. Machine Learning for Designers Memi Beltrame - @bratwurstkomet UX Schweiz Basel Meetup Basel, May 8. 2019
  • 2. Machine Learning for people with a fuzzy idea of what it is Memi Beltrame - @bratwurstkomet Or rather UX Schweiz Basel Meetup Basel, May 8. 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 #1 method used in machine learning
  • 16. 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.
  • 17. Let's get some pizza data 1 2 3 4 5 6 1 2 3 4 5 6 7 Average # of pizzas per week Average # of toppings per pizza
  • 18. Find patterns 1 2 3 4 5 6 1 2 3 4 5 6 7 Average # of toppings per pizza Average # of pizzas per week You can run this data through an algorithm and it would find groups of items that are close together,
  • 19. Take Action 1 2 3 4 5 6 1 2 3 4 5 6 7 Average # of toppings per pizza Average # of pizzas per week
  • 20. Take Action 1 2 3 4 5 6 1 2 3 4 5 6 7 Average # of toppings per pizza Average # of pizzas per week With these groups you now can direct address the different groups The group on the top right probably are big households you can target specifically The group on the left are those that order less frequently so you could address this and offer a super tuesday for those that don't order on that day The last one is for the people that love boring pizza: give them what they want, but larger! The applications of this clustering by unsupervised learning are market segmentation or fraud detection in banking
  • 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
 • Physics: Gravity etc • Wheels turn • Goal get farther than previous cars
 It trains itself by keeping the features that helped it reach the goal. BoxCar 2D: Computation Intelligence Car Evolution (Needs Flash) http://boxcar2d.com/
  • 23. Reinforcement Learning After a few dozen generations the machine has succeded in creating a vehicle that looks like a car and can reliably drive
  • 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 • Give it the 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: 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 Yes Sporty Neutral Date Night Ready for your style? How would you describe your style? I'd totally raid your closet... 
 Sporty is my style! Do you wear colors or nah? Fab, I bet you look great in everything! Where are you going in your hot new outfit?
  • 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 Machines learn from us
 We choose what to teach 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