SlideShare a Scribd company logo
1 of 32
Download to read offline
DEMYSTIFYING AI
VISION USE CASE
Big Data Expo| September 20th 2018
Gerard Schouten | g.schouten@fontys.nl
AI is coming out of the labs …
… and is becoming part of our day to day lives
OUTLINE
1. Definitions
2. How does it work?
¡ Machine Learning Basics
¡ Deep Learning Basics
¡ Vision & CNN’s
¡ Practical tips to start with deep learning
3.AI @ Fontys ICT
4.Takeaways – What we learned from cases
1. DEFINITIONS
¡ Artificial Intelligence
¡ Machine learning
¡ Deep learning
1950
Deep Learning
1970 1990 2010
Machine Learning
Artificial Intelligence
1. DEFINITIONS
¡ Artificial Intelligence
¡ Machine learning
¡ Deep learning
¡ Artificial Intelligence (AI) is the science of making
things smart. Can be defined as:
¡ “Human intelligence exhibited by machines”
¡ A broad term for getting computers to perform
human tasks. In practice, the scope of AI is disputed
and constantly changing over time …
1. DEFINITIONS
¡ Artificial Intelligence
¡ Machine learning
¡ Deep learning
¡ Machine Learning (ML) can be defined as:
¡ “An approach to achieve AI through systems
that can learn from experience (data)”
¡ Machine learning involves a computer to recognize
patterns in data (i.e. by examples), rather than
programming it with specific (explicit) rules.
1. DEFINITIONS
¡ Artificial Intelligence
¡ Machine learning
¡ Deep learning
¡ Deep learning (DL) can be defined as:
¡ “A biologically inspired technique for
implementing ML”
¡ DL code structures are arranged in layers (called
artificial neural networks) that loosy mimic the
human brain.Training these networks requires
massive amounts of data and computing power.
Object recognition
Speech recognition
Natural language
Processing
Translation
Signal restauration
(adversarials)
1. DEFINITIONS – MACHINE LEARNINGVERSUS DEEP LEARNING
¡ Artificial Intelligence
¡ Machine learning
¡ Deep learning
Deep Learning
* More predictive power * Hard to train (many DoF) * Requires insane amount of data *
2. MACHINE LEARNING BASICS
¡ Supervised learning
¡ Feature engineering
¡ Unsupervised learning
Fraud detection
Whether prediction
Sales forecast
House price
estimation
Spam filter
…
2. MACHINE LEARNING BASICS – FEATURE ENGINEERING
How to distinguish
apples from oranges?
Idea’s?
¡ ...
¡ …
2A. MACHINE LEARNING BASICS – FEATURE ENGINEERING
¡ Best practices for feature
engineering …
¡ Acquire domain knowledge
¡ Visualize
¡ Good features hold info and
are not correlated
¡ Consider transformations &
dimensionality reduction
(PCA)
¡ Note: data is fictive!
Bad features
colour
weight
#ofseeds
no yes
wrapped
Good features
Fishy features
How can you make a distinction between a Salmon and Sea Bass?
2. MACHINE LEARNING BASICS – FEATURE ENGINEERING
¡ Best practices for feature engineering …
¡ Consider measurement beyond our senses!
¡ Be creative, think out-of-the-box
Features from
expertsTNO
Each fish has its own
acoustic properties,
evident from the
amplitude and
structure of the
reflected energy.
Differentiate fish
species (like Salmon,
Herring, Mackerel,
etc) real-time.
2. DEEP LEARNING BASICS
¡ Neural networks
¡ Perceptron
¡ MLP
¡ Neuron Network Zoo
¡ Vision & CNN’s
Neuron
Perceptron =
abstraction
of neuron =
decision unit
2. DEEP LEARNING BASICS
¡ Neural networks
¡ Perceptron
¡ MLP
¡ Neuron Network Zoo
¡ Vision & CNN’s
Fully connected network
2. DEEP LEARNING BASICS
¡ Neural networks
¡ Perceptron
¡ MLP
¡ Neural Network Zoo
¡ Vision & CNN’s
There are lot’s of NN configurations …
2.VISION & CNN’S
¡ Vision is not easy !
¡ The eye (camera equivalent) is
only the starting point …
¡ The brain does heavy analysis
& processing
¡ This processing is needed to
create a coherent world that
makes sense and allows for
meaningful interactions with our
environment (e.g. navigation)
Animal eyes
2.VISION & CNN’S
¡ Vision is not easy !
¡ The eye (camera equivalent) is
only the starting point …
¡ The brain does heavy analysis
& processing
¡ This processing is needed to
create a coherent world that
makes sense and allows for
meaningful interactions with our
environment (e.g. navigation)
Processing starts in the retina
Receptive field =
filter =
convolution kernel
2.VISION & CNN’S – ALEXNET
¡ Winner ImageNet challenge 2012
Trained with > 1.000.000 labelled images
(1.000 categories)
¡ CNN with 8 layers, 650.000 nodes,
60 million parameters!
¡ Ref: Krizhevsky, Sutskever & Hinton (2012)
2.VISION & CNN’S
¡ Neural networks
¡ Vision & CNN’s
¡ How good are they?
Errorrateinimageclassification(%)
2. PRACTICAL TIPS TO STARTWITH DEEP LEARNING
¡ Frameworks
¡ Pre-trained CNN’s
Don’t be a hero, use frameworks and
instantiate pre-trained nets !
2. PRACTICAL TIPS TO STARTWITH DEEP LEARNING
¡ Frameworks
¡ Pre-trained CNN’s
Don’t be a hero, re-train the last layer
with your domain-specfic images !
3.AI @ FONTYS ICT
¡ Fill-in declarations automatically
¡ Graduation project @ HRM Driessen
¡ Enhance (pre-process) receipts
¡ OCR with Tesseract
¡ NLP & machine learning to classify type
of declaration
¡ Integration in web-application
¡ Status: Finished July 2018
3.AI @ FONTYS ICT
¡ For some people renting a
residence it might be
beneficial to buy one …
¡ Graduation project
@ DeVolksbank
¡ Find & mine the right features
in transaction data
¡ Privacy & security aspects
¡ Create working proof-of-
concept as demo
¡ Status: Finished July 2018
3.AI @ FONTYS ICT
¡ When do cows become ill?
¡ Graduation project @ InfoSupport
¡ Find the right features
¡ Develop prediction model
¡ Create working proof-of-concept
as full-stack app
¡ Status: Started September 2018
3.AI @ FONTYS ICT
¡ What is the quality of a room (house)?
¡ Cognizant case for ADS minor
¡ NVM image dataset
¡ Develop insightful model based on vision
¡ Make model assessable via API
¡ Status: Started September 2018
3.AI @ FONTYS ICT
¡ When and where is (toxic) syntetic
drug waste dumped? Can you help us?
¡ Noord-Brabant case for ADS minor
¡ Police & province data is given
¡ Easy-to-use visualization (BI) tool that
provides insight in the existing crime data
¡ Prediction model (mapping with open data,
e.g. light pollution maps)
¡ Status: Finished February 2018
3.AI @ FONTYS ICT – GRADUATION PROJECTS & MINOR CASES
4.TAKEAWAYS –WHATWE LEARNED …
¡ Concepting AI = Rethink your business
¡ Experiment to find added value= personalized
products, services, experiences
¡ Become data-driven
¡ Impact on processes, logistics, contracts, …
¡ Building AI = Like preparing a good meal
¡ You need many ingredients that fit together
¡ Build a diverse data science team
¡ Visualize & communicate results
¡ Consider legal and ethical aspects!
AREWETHERE?
Fontys - Demystify AI. Wat is er mogelijk met AI en wat niet?

More Related Content

Similar to Fontys - Demystify AI. Wat is er mogelijk met AI en wat niet?

Week1- Introduction.pptx
Week1- Introduction.pptxWeek1- Introduction.pptx
Week1- Introduction.pptxfahmi324663
 
10 Things Every Entrepreneur Needs to Know About Artificial Intelligence
10 Things Every Entrepreneur Needs to Know About Artificial Intelligence10 Things Every Entrepreneur Needs to Know About Artificial Intelligence
10 Things Every Entrepreneur Needs to Know About Artificial IntelligenceChristopher Mohritz
 
ARTIFICIAL INTELLIGENCE IN METAVERSE
ARTIFICIAL INTELLIGENCE IN METAVERSEARTIFICIAL INTELLIGENCE IN METAVERSE
ARTIFICIAL INTELLIGENCE IN METAVERSEIRJET Journal
 
Area's of Artificial Inteligence .pptx
Area's of Artificial Inteligence .pptxArea's of Artificial Inteligence .pptx
Area's of Artificial Inteligence .pptxJIMSVKII
 
Digital Technologies 2014 (ICTENSW)
Digital Technologies 2014 (ICTENSW)Digital Technologies 2014 (ICTENSW)
Digital Technologies 2014 (ICTENSW)Jason Zagami
 
Artificial Intteligence-unit 1.pptx
Artificial Intteligence-unit 1.pptxArtificial Intteligence-unit 1.pptx
Artificial Intteligence-unit 1.pptxhoneydv1979
 
Demystifying Artificial Intelligence
Demystifying Artificial IntelligenceDemystifying Artificial Intelligence
Demystifying Artificial IntelligenceScopernia
 
Artificial Intelligence: Classification, Applications, Opportunities, and Cha...
Artificial Intelligence: Classification, Applications, Opportunities, and Cha...Artificial Intelligence: Classification, Applications, Opportunities, and Cha...
Artificial Intelligence: Classification, Applications, Opportunities, and Cha...Abdullah al Mamun
 
IBM Watson & Cognitive Computing - Tech In Asia 2016
IBM Watson & Cognitive Computing - Tech In Asia 2016IBM Watson & Cognitive Computing - Tech In Asia 2016
IBM Watson & Cognitive Computing - Tech In Asia 2016Nugroho Gito
 
Artificial Intelligence and Machine Learning
Artificial Intelligence and Machine LearningArtificial Intelligence and Machine Learning
Artificial Intelligence and Machine LearningMykola Dobrochynskyy
 
AI for SDGs and International Development - Basics of AI
AI for SDGs and International Development - Basics of AIAI for SDGs and International Development - Basics of AI
AI for SDGs and International Development - Basics of AIAtsushi Koshio
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligencesaloni sharma
 
Art of artificial intelligence and automation
Art of artificial intelligence and automationArt of artificial intelligence and automation
Art of artificial intelligence and automationLiew Wei Da Andrew
 
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...An Elementary Introduction to Artificial Intelligence, Data Science and Machi...
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...Dozie Agbo
 
artificialintelligence-170409073037.pdf
artificialintelligence-170409073037.pdfartificialintelligence-170409073037.pdf
artificialintelligence-170409073037.pdfpreethajoseph5
 
IRJET - Blind Guidance using Smart Cap
IRJET - Blind Guidance using Smart CapIRJET - Blind Guidance using Smart Cap
IRJET - Blind Guidance using Smart CapIRJET Journal
 
AI INTRODUCTION.pptx,INFORMATION TECHNOLOGY
AI INTRODUCTION.pptx,INFORMATION TECHNOLOGYAI INTRODUCTION.pptx,INFORMATION TECHNOLOGY
AI INTRODUCTION.pptx,INFORMATION TECHNOLOGYsantoshverma90
 
01Introduction.pptx - C280, Computer Vision
01Introduction.pptx - C280, Computer Vision01Introduction.pptx - C280, Computer Vision
01Introduction.pptx - C280, Computer Visionbutest
 

Similar to Fontys - Demystify AI. Wat is er mogelijk met AI en wat niet? (20)

Week1- Introduction.pptx
Week1- Introduction.pptxWeek1- Introduction.pptx
Week1- Introduction.pptx
 
10 Things Every Entrepreneur Needs to Know About Artificial Intelligence
10 Things Every Entrepreneur Needs to Know About Artificial Intelligence10 Things Every Entrepreneur Needs to Know About Artificial Intelligence
10 Things Every Entrepreneur Needs to Know About Artificial Intelligence
 
ARTIFICIAL INTELLIGENCE IN METAVERSE
ARTIFICIAL INTELLIGENCE IN METAVERSEARTIFICIAL INTELLIGENCE IN METAVERSE
ARTIFICIAL INTELLIGENCE IN METAVERSE
 
Area's of Artificial Inteligence .pptx
Area's of Artificial Inteligence .pptxArea's of Artificial Inteligence .pptx
Area's of Artificial Inteligence .pptx
 
Digital Technologies 2014 (ICTENSW)
Digital Technologies 2014 (ICTENSW)Digital Technologies 2014 (ICTENSW)
Digital Technologies 2014 (ICTENSW)
 
Artificial Intteligence-unit 1.pptx
Artificial Intteligence-unit 1.pptxArtificial Intteligence-unit 1.pptx
Artificial Intteligence-unit 1.pptx
 
Demystifying Artificial Intelligence
Demystifying Artificial IntelligenceDemystifying Artificial Intelligence
Demystifying Artificial Intelligence
 
Artificial Intelligence: Classification, Applications, Opportunities, and Cha...
Artificial Intelligence: Classification, Applications, Opportunities, and Cha...Artificial Intelligence: Classification, Applications, Opportunities, and Cha...
Artificial Intelligence: Classification, Applications, Opportunities, and Cha...
 
IBM Watson & Cognitive Computing - Tech In Asia 2016
IBM Watson & Cognitive Computing - Tech In Asia 2016IBM Watson & Cognitive Computing - Tech In Asia 2016
IBM Watson & Cognitive Computing - Tech In Asia 2016
 
Artificial Intelligence and Machine Learning
Artificial Intelligence and Machine LearningArtificial Intelligence and Machine Learning
Artificial Intelligence and Machine Learning
 
AI for SDGs and International Development - Basics of AI
AI for SDGs and International Development - Basics of AIAI for SDGs and International Development - Basics of AI
AI for SDGs and International Development - Basics of AI
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Art of artificial intelligence and automation
Art of artificial intelligence and automationArt of artificial intelligence and automation
Art of artificial intelligence and automation
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence
 
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...An Elementary Introduction to Artificial Intelligence, Data Science and Machi...
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...
 
artificialintelligence-170409073037.pdf
artificialintelligence-170409073037.pdfartificialintelligence-170409073037.pdf
artificialintelligence-170409073037.pdf
 
IRJET - Blind Guidance using Smart Cap
IRJET - Blind Guidance using Smart CapIRJET - Blind Guidance using Smart Cap
IRJET - Blind Guidance using Smart Cap
 
AI INTRODUCTION.pptx,INFORMATION TECHNOLOGY
AI INTRODUCTION.pptx,INFORMATION TECHNOLOGYAI INTRODUCTION.pptx,INFORMATION TECHNOLOGY
AI INTRODUCTION.pptx,INFORMATION TECHNOLOGY
 
01Introduction.pptx - C280, Computer Vision
01Introduction.pptx - C280, Computer Vision01Introduction.pptx - C280, Computer Vision
01Introduction.pptx - C280, Computer Vision
 
Talk_AI_in_Africa
Talk_AI_in_AfricaTalk_AI_in_Africa
Talk_AI_in_Africa
 

More from BigDataExpo

Centric - Jaap huisprijzen, GTST, The Bold, IKEA en IENS. Zomaar wat toepassi...
Centric - Jaap huisprijzen, GTST, The Bold, IKEA en IENS. Zomaar wat toepassi...Centric - Jaap huisprijzen, GTST, The Bold, IKEA en IENS. Zomaar wat toepassi...
Centric - Jaap huisprijzen, GTST, The Bold, IKEA en IENS. Zomaar wat toepassi...BigDataExpo
 
Google Cloud - Google's vision on AI
Google Cloud - Google's vision on AIGoogle Cloud - Google's vision on AI
Google Cloud - Google's vision on AIBigDataExpo
 
Pacmed - Machine Learning in health care: opportunities and challanges in pra...
Pacmed - Machine Learning in health care: opportunities and challanges in pra...Pacmed - Machine Learning in health care: opportunities and challanges in pra...
Pacmed - Machine Learning in health care: opportunities and challanges in pra...BigDataExpo
 
PGGM - The Future Explore
PGGM - The Future ExplorePGGM - The Future Explore
PGGM - The Future ExploreBigDataExpo
 
Universiteit Utrecht & gghdc - Wat zijn de gezondheidseffecten van omgeving e...
Universiteit Utrecht & gghdc - Wat zijn de gezondheidseffecten van omgeving e...Universiteit Utrecht & gghdc - Wat zijn de gezondheidseffecten van omgeving e...
Universiteit Utrecht & gghdc - Wat zijn de gezondheidseffecten van omgeving e...BigDataExpo
 
Rob van Kranenburg - Kunnen we ons een sociaal krediet systeem zoals in het o...
Rob van Kranenburg - Kunnen we ons een sociaal krediet systeem zoals in het o...Rob van Kranenburg - Kunnen we ons een sociaal krediet systeem zoals in het o...
Rob van Kranenburg - Kunnen we ons een sociaal krediet systeem zoals in het o...BigDataExpo
 
OrangeNXT - High accuracy mapping from videos for efficient fiber optic cable...
OrangeNXT - High accuracy mapping from videos for efficient fiber optic cable...OrangeNXT - High accuracy mapping from videos for efficient fiber optic cable...
OrangeNXT - High accuracy mapping from videos for efficient fiber optic cable...BigDataExpo
 
Dynniq & GoDataDriven - Shaping the future of traffic with IoT and AI
Dynniq & GoDataDriven - Shaping the future of traffic with IoT and AIDynniq & GoDataDriven - Shaping the future of traffic with IoT and AI
Dynniq & GoDataDriven - Shaping the future of traffic with IoT and AIBigDataExpo
 
Teleperformance - Smart personalized service door het gebruik van Data Science
Teleperformance - Smart personalized service door het gebruik van Data Science Teleperformance - Smart personalized service door het gebruik van Data Science
Teleperformance - Smart personalized service door het gebruik van Data Science BigDataExpo
 
FunXtion - Interactive Digital Fitness with Data Analytics
FunXtion - Interactive Digital Fitness with Data AnalyticsFunXtion - Interactive Digital Fitness with Data Analytics
FunXtion - Interactive Digital Fitness with Data AnalyticsBigDataExpo
 
fashionTrade - Vroeger noemde we dat Big Data
fashionTrade - Vroeger noemde we dat Big DatafashionTrade - Vroeger noemde we dat Big Data
fashionTrade - Vroeger noemde we dat Big DataBigDataExpo
 
BigData Republic - Industrializing data science: a view from the trenches
BigData Republic - Industrializing data science: a view from the trenchesBigData Republic - Industrializing data science: a view from the trenches
BigData Republic - Industrializing data science: a view from the trenchesBigDataExpo
 
Bicos - Hear how a top sportswear company produced cutting-edge data infrastr...
Bicos - Hear how a top sportswear company produced cutting-edge data infrastr...Bicos - Hear how a top sportswear company produced cutting-edge data infrastr...
Bicos - Hear how a top sportswear company produced cutting-edge data infrastr...BigDataExpo
 
Endrse - Next level online samenwerkingen tussen personalities en merken met ...
Endrse - Next level online samenwerkingen tussen personalities en merken met ...Endrse - Next level online samenwerkingen tussen personalities en merken met ...
Endrse - Next level online samenwerkingen tussen personalities en merken met ...BigDataExpo
 
Bovag - Refine-IT - Proces optimalisatie in de automotive sector
Bovag - Refine-IT - Proces optimalisatie in de automotive sectorBovag - Refine-IT - Proces optimalisatie in de automotive sector
Bovag - Refine-IT - Proces optimalisatie in de automotive sectorBigDataExpo
 
Schiphol - Optimale doorstroom van passagiers op Schiphol dankzij slimme data...
Schiphol - Optimale doorstroom van passagiers op Schiphol dankzij slimme data...Schiphol - Optimale doorstroom van passagiers op Schiphol dankzij slimme data...
Schiphol - Optimale doorstroom van passagiers op Schiphol dankzij slimme data...BigDataExpo
 
Veco - Big Data in de Supply Chain: Hoe Process Mining kan helpen kosten te r...
Veco - Big Data in de Supply Chain: Hoe Process Mining kan helpen kosten te r...Veco - Big Data in de Supply Chain: Hoe Process Mining kan helpen kosten te r...
Veco - Big Data in de Supply Chain: Hoe Process Mining kan helpen kosten te r...BigDataExpo
 
Rabobank - There is something about Data
Rabobank - There is something about DataRabobank - There is something about Data
Rabobank - There is something about DataBigDataExpo
 
VU Amsterdam - Big data en datagedreven waardecreatie: valt er nog iets te ki...
VU Amsterdam - Big data en datagedreven waardecreatie: valt er nog iets te ki...VU Amsterdam - Big data en datagedreven waardecreatie: valt er nog iets te ki...
VU Amsterdam - Big data en datagedreven waardecreatie: valt er nog iets te ki...BigDataExpo
 
Booking.com - Data science and experimentation at Booking.com: a data-driven ...
Booking.com - Data science and experimentation at Booking.com: a data-driven ...Booking.com - Data science and experimentation at Booking.com: a data-driven ...
Booking.com - Data science and experimentation at Booking.com: a data-driven ...BigDataExpo
 

More from BigDataExpo (20)

Centric - Jaap huisprijzen, GTST, The Bold, IKEA en IENS. Zomaar wat toepassi...
Centric - Jaap huisprijzen, GTST, The Bold, IKEA en IENS. Zomaar wat toepassi...Centric - Jaap huisprijzen, GTST, The Bold, IKEA en IENS. Zomaar wat toepassi...
Centric - Jaap huisprijzen, GTST, The Bold, IKEA en IENS. Zomaar wat toepassi...
 
Google Cloud - Google's vision on AI
Google Cloud - Google's vision on AIGoogle Cloud - Google's vision on AI
Google Cloud - Google's vision on AI
 
Pacmed - Machine Learning in health care: opportunities and challanges in pra...
Pacmed - Machine Learning in health care: opportunities and challanges in pra...Pacmed - Machine Learning in health care: opportunities and challanges in pra...
Pacmed - Machine Learning in health care: opportunities and challanges in pra...
 
PGGM - The Future Explore
PGGM - The Future ExplorePGGM - The Future Explore
PGGM - The Future Explore
 
Universiteit Utrecht & gghdc - Wat zijn de gezondheidseffecten van omgeving e...
Universiteit Utrecht & gghdc - Wat zijn de gezondheidseffecten van omgeving e...Universiteit Utrecht & gghdc - Wat zijn de gezondheidseffecten van omgeving e...
Universiteit Utrecht & gghdc - Wat zijn de gezondheidseffecten van omgeving e...
 
Rob van Kranenburg - Kunnen we ons een sociaal krediet systeem zoals in het o...
Rob van Kranenburg - Kunnen we ons een sociaal krediet systeem zoals in het o...Rob van Kranenburg - Kunnen we ons een sociaal krediet systeem zoals in het o...
Rob van Kranenburg - Kunnen we ons een sociaal krediet systeem zoals in het o...
 
OrangeNXT - High accuracy mapping from videos for efficient fiber optic cable...
OrangeNXT - High accuracy mapping from videos for efficient fiber optic cable...OrangeNXT - High accuracy mapping from videos for efficient fiber optic cable...
OrangeNXT - High accuracy mapping from videos for efficient fiber optic cable...
 
Dynniq & GoDataDriven - Shaping the future of traffic with IoT and AI
Dynniq & GoDataDriven - Shaping the future of traffic with IoT and AIDynniq & GoDataDriven - Shaping the future of traffic with IoT and AI
Dynniq & GoDataDriven - Shaping the future of traffic with IoT and AI
 
Teleperformance - Smart personalized service door het gebruik van Data Science
Teleperformance - Smart personalized service door het gebruik van Data Science Teleperformance - Smart personalized service door het gebruik van Data Science
Teleperformance - Smart personalized service door het gebruik van Data Science
 
FunXtion - Interactive Digital Fitness with Data Analytics
FunXtion - Interactive Digital Fitness with Data AnalyticsFunXtion - Interactive Digital Fitness with Data Analytics
FunXtion - Interactive Digital Fitness with Data Analytics
 
fashionTrade - Vroeger noemde we dat Big Data
fashionTrade - Vroeger noemde we dat Big DatafashionTrade - Vroeger noemde we dat Big Data
fashionTrade - Vroeger noemde we dat Big Data
 
BigData Republic - Industrializing data science: a view from the trenches
BigData Republic - Industrializing data science: a view from the trenchesBigData Republic - Industrializing data science: a view from the trenches
BigData Republic - Industrializing data science: a view from the trenches
 
Bicos - Hear how a top sportswear company produced cutting-edge data infrastr...
Bicos - Hear how a top sportswear company produced cutting-edge data infrastr...Bicos - Hear how a top sportswear company produced cutting-edge data infrastr...
Bicos - Hear how a top sportswear company produced cutting-edge data infrastr...
 
Endrse - Next level online samenwerkingen tussen personalities en merken met ...
Endrse - Next level online samenwerkingen tussen personalities en merken met ...Endrse - Next level online samenwerkingen tussen personalities en merken met ...
Endrse - Next level online samenwerkingen tussen personalities en merken met ...
 
Bovag - Refine-IT - Proces optimalisatie in de automotive sector
Bovag - Refine-IT - Proces optimalisatie in de automotive sectorBovag - Refine-IT - Proces optimalisatie in de automotive sector
Bovag - Refine-IT - Proces optimalisatie in de automotive sector
 
Schiphol - Optimale doorstroom van passagiers op Schiphol dankzij slimme data...
Schiphol - Optimale doorstroom van passagiers op Schiphol dankzij slimme data...Schiphol - Optimale doorstroom van passagiers op Schiphol dankzij slimme data...
Schiphol - Optimale doorstroom van passagiers op Schiphol dankzij slimme data...
 
Veco - Big Data in de Supply Chain: Hoe Process Mining kan helpen kosten te r...
Veco - Big Data in de Supply Chain: Hoe Process Mining kan helpen kosten te r...Veco - Big Data in de Supply Chain: Hoe Process Mining kan helpen kosten te r...
Veco - Big Data in de Supply Chain: Hoe Process Mining kan helpen kosten te r...
 
Rabobank - There is something about Data
Rabobank - There is something about DataRabobank - There is something about Data
Rabobank - There is something about Data
 
VU Amsterdam - Big data en datagedreven waardecreatie: valt er nog iets te ki...
VU Amsterdam - Big data en datagedreven waardecreatie: valt er nog iets te ki...VU Amsterdam - Big data en datagedreven waardecreatie: valt er nog iets te ki...
VU Amsterdam - Big data en datagedreven waardecreatie: valt er nog iets te ki...
 
Booking.com - Data science and experimentation at Booking.com: a data-driven ...
Booking.com - Data science and experimentation at Booking.com: a data-driven ...Booking.com - Data science and experimentation at Booking.com: a data-driven ...
Booking.com - Data science and experimentation at Booking.com: a data-driven ...
 

Recently uploaded

From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home ServiceSapana Sha
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样vhwb25kk
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改atducpo
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一fhwihughh
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceSapana Sha
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdfHuman37
 
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAbdelrhman abooda
 

Recently uploaded (20)

From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts Service
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf
 
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
 
Call Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort ServiceCall Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort Service
 

Fontys - Demystify AI. Wat is er mogelijk met AI en wat niet?

  • 1. DEMYSTIFYING AI VISION USE CASE Big Data Expo| September 20th 2018 Gerard Schouten | g.schouten@fontys.nl
  • 2. AI is coming out of the labs …
  • 3. … and is becoming part of our day to day lives
  • 4. OUTLINE 1. Definitions 2. How does it work? ¡ Machine Learning Basics ¡ Deep Learning Basics ¡ Vision & CNN’s ¡ Practical tips to start with deep learning 3.AI @ Fontys ICT 4.Takeaways – What we learned from cases
  • 5. 1. DEFINITIONS ¡ Artificial Intelligence ¡ Machine learning ¡ Deep learning 1950 Deep Learning 1970 1990 2010 Machine Learning Artificial Intelligence
  • 6. 1. DEFINITIONS ¡ Artificial Intelligence ¡ Machine learning ¡ Deep learning ¡ Artificial Intelligence (AI) is the science of making things smart. Can be defined as: ¡ “Human intelligence exhibited by machines” ¡ A broad term for getting computers to perform human tasks. In practice, the scope of AI is disputed and constantly changing over time …
  • 7. 1. DEFINITIONS ¡ Artificial Intelligence ¡ Machine learning ¡ Deep learning ¡ Machine Learning (ML) can be defined as: ¡ “An approach to achieve AI through systems that can learn from experience (data)” ¡ Machine learning involves a computer to recognize patterns in data (i.e. by examples), rather than programming it with specific (explicit) rules.
  • 8. 1. DEFINITIONS ¡ Artificial Intelligence ¡ Machine learning ¡ Deep learning ¡ Deep learning (DL) can be defined as: ¡ “A biologically inspired technique for implementing ML” ¡ DL code structures are arranged in layers (called artificial neural networks) that loosy mimic the human brain.Training these networks requires massive amounts of data and computing power. Object recognition Speech recognition Natural language Processing Translation Signal restauration (adversarials)
  • 9. 1. DEFINITIONS – MACHINE LEARNINGVERSUS DEEP LEARNING ¡ Artificial Intelligence ¡ Machine learning ¡ Deep learning Deep Learning * More predictive power * Hard to train (many DoF) * Requires insane amount of data *
  • 10. 2. MACHINE LEARNING BASICS ¡ Supervised learning ¡ Feature engineering ¡ Unsupervised learning Fraud detection Whether prediction Sales forecast House price estimation Spam filter …
  • 11. 2. MACHINE LEARNING BASICS – FEATURE ENGINEERING How to distinguish apples from oranges? Idea’s? ¡ ... ¡ …
  • 12. 2A. MACHINE LEARNING BASICS – FEATURE ENGINEERING ¡ Best practices for feature engineering … ¡ Acquire domain knowledge ¡ Visualize ¡ Good features hold info and are not correlated ¡ Consider transformations & dimensionality reduction (PCA) ¡ Note: data is fictive! Bad features colour weight #ofseeds no yes wrapped Good features
  • 13. Fishy features How can you make a distinction between a Salmon and Sea Bass?
  • 14. 2. MACHINE LEARNING BASICS – FEATURE ENGINEERING ¡ Best practices for feature engineering … ¡ Consider measurement beyond our senses! ¡ Be creative, think out-of-the-box Features from expertsTNO Each fish has its own acoustic properties, evident from the amplitude and structure of the reflected energy. Differentiate fish species (like Salmon, Herring, Mackerel, etc) real-time.
  • 15. 2. DEEP LEARNING BASICS ¡ Neural networks ¡ Perceptron ¡ MLP ¡ Neuron Network Zoo ¡ Vision & CNN’s Neuron Perceptron = abstraction of neuron = decision unit
  • 16. 2. DEEP LEARNING BASICS ¡ Neural networks ¡ Perceptron ¡ MLP ¡ Neuron Network Zoo ¡ Vision & CNN’s Fully connected network
  • 17. 2. DEEP LEARNING BASICS ¡ Neural networks ¡ Perceptron ¡ MLP ¡ Neural Network Zoo ¡ Vision & CNN’s There are lot’s of NN configurations …
  • 18. 2.VISION & CNN’S ¡ Vision is not easy ! ¡ The eye (camera equivalent) is only the starting point … ¡ The brain does heavy analysis & processing ¡ This processing is needed to create a coherent world that makes sense and allows for meaningful interactions with our environment (e.g. navigation) Animal eyes
  • 19. 2.VISION & CNN’S ¡ Vision is not easy ! ¡ The eye (camera equivalent) is only the starting point … ¡ The brain does heavy analysis & processing ¡ This processing is needed to create a coherent world that makes sense and allows for meaningful interactions with our environment (e.g. navigation) Processing starts in the retina Receptive field = filter = convolution kernel
  • 20. 2.VISION & CNN’S – ALEXNET ¡ Winner ImageNet challenge 2012 Trained with > 1.000.000 labelled images (1.000 categories) ¡ CNN with 8 layers, 650.000 nodes, 60 million parameters! ¡ Ref: Krizhevsky, Sutskever & Hinton (2012)
  • 21. 2.VISION & CNN’S ¡ Neural networks ¡ Vision & CNN’s ¡ How good are they? Errorrateinimageclassification(%)
  • 22. 2. PRACTICAL TIPS TO STARTWITH DEEP LEARNING ¡ Frameworks ¡ Pre-trained CNN’s Don’t be a hero, use frameworks and instantiate pre-trained nets !
  • 23. 2. PRACTICAL TIPS TO STARTWITH DEEP LEARNING ¡ Frameworks ¡ Pre-trained CNN’s Don’t be a hero, re-train the last layer with your domain-specfic images !
  • 24. 3.AI @ FONTYS ICT ¡ Fill-in declarations automatically ¡ Graduation project @ HRM Driessen ¡ Enhance (pre-process) receipts ¡ OCR with Tesseract ¡ NLP & machine learning to classify type of declaration ¡ Integration in web-application ¡ Status: Finished July 2018
  • 25. 3.AI @ FONTYS ICT ¡ For some people renting a residence it might be beneficial to buy one … ¡ Graduation project @ DeVolksbank ¡ Find & mine the right features in transaction data ¡ Privacy & security aspects ¡ Create working proof-of- concept as demo ¡ Status: Finished July 2018
  • 26. 3.AI @ FONTYS ICT ¡ When do cows become ill? ¡ Graduation project @ InfoSupport ¡ Find the right features ¡ Develop prediction model ¡ Create working proof-of-concept as full-stack app ¡ Status: Started September 2018
  • 27. 3.AI @ FONTYS ICT ¡ What is the quality of a room (house)? ¡ Cognizant case for ADS minor ¡ NVM image dataset ¡ Develop insightful model based on vision ¡ Make model assessable via API ¡ Status: Started September 2018
  • 28. 3.AI @ FONTYS ICT ¡ When and where is (toxic) syntetic drug waste dumped? Can you help us? ¡ Noord-Brabant case for ADS minor ¡ Police & province data is given ¡ Easy-to-use visualization (BI) tool that provides insight in the existing crime data ¡ Prediction model (mapping with open data, e.g. light pollution maps) ¡ Status: Finished February 2018
  • 29. 3.AI @ FONTYS ICT – GRADUATION PROJECTS & MINOR CASES
  • 30. 4.TAKEAWAYS –WHATWE LEARNED … ¡ Concepting AI = Rethink your business ¡ Experiment to find added value= personalized products, services, experiences ¡ Become data-driven ¡ Impact on processes, logistics, contracts, … ¡ Building AI = Like preparing a good meal ¡ You need many ingredients that fit together ¡ Build a diverse data science team ¡ Visualize & communicate results ¡ Consider legal and ethical aspects!