SlideShare une entreprise Scribd logo
1  sur  46
1
Limitations of
Artificial Intelligence
Kürşat İNCE
kince@havelsan.com.tr
2
• 1996 - Today HAVELSAN, Inc.
• 1996 - Development of HVL Firewall (The 1st in Turkey)
• 2001 - Developer in various projects: TuAF IS, MELTEM, etc.
• 2010 - YGO Project/Product manager
• 2014 - Move to HVL Istanbul Office 
• 2014 - Systems Engineer
• 2016 - R&D Coordinator
• June 2016 - Organizer at www.dataistanbul.org
BSc, Bilkent University Computer Engineering, 1996
MSc, Bilkent University Computer Engineering, 1999
PhD, Gebze Technical University Computer Engineering
(in progress)
• Meetup Community
• Established: March 2016
• Members: 5000+
• Event: 90+
• ML/DL Course
• Introduction to Kaggle Challenges
• Reinforcement Learning Day
• NLP with R Workshop
• …
/data_istanbul/dataistanbul
4
• Introduction to Artificial Intelligence
• Introduction to Data Science
• Limitations of Artificial Intelligence
• Technical Limitations
• Practical Limitations
• Application Limitations
Agenda
5
Artificial Intelligence
6
Artificial Intelligence
© Wikipedia, creative commons
7
• A branch of computer science that aims to create
intelligent machines.
• Research Areas:
• Knowledge (understanding)
• Reasoning
• Problem solving
• Perception
• Learning
• Ability to manipulate and move objects
• …
Artificial Intelligence (AI)
8
• Artificial Narrow Intelligence
• Weak AI that focuses on a single task.
• Common “AI” in general.
• Artificial General Intelligence
• Intelligence of a machine that could successfully perform any
intellectual task that a human being can.
• Strong Artificial Intelligence
• A machine with consciousness, sentience and mind.
Artificial Intelligence – continued
9
• A research area of artificial intelligence (AI) in which
*machines* learn and improve from experience
automatically without being explicitly programmed.
• Access and use data to learn/develop computer programs.
Machine Learning (ML)
• Tasks/Problems:
• Regression
• Classification
• Clustering
• Ranking
• Feature Engineering
• Feature Learning
• Anomaly Detection
• …
• Methods
• Linear Regression
• Logistic Regression
• Decision Trees
• Artificial Neural Networks
• Deep Learning
• …
10
• Particular subset of ML methodologies using artificial
neural networks, inspired by the structure of neurons
located in the human brain. ​
• Deep usually refers to presence of multiple layers of artificial
neural networks, as in the human brain.​
Deep Learning (DL)
• Methods
• Convolutional Neural Network​
• Recurrent Neural Network​
• Generative Adversarial Network
• …
11
12
Machine Learning
https://xkcd.com/1838/
13
• Supervised Learning
• When your data has one or more target variables (expected
results), and you make “predictions” on the data.
Machine Learning Tasks
14
• Unsupervised Learning
• When your data has no target variables, and you detect
“patterns” on the data.
Machine Learning Tasks
15
• Transfer Learning
• When you have data that can be used with an existing model, you
re-train, and predict.
Machine Learning Tasks – continued.
16
• Reinforcement Learning
• When you have no data but you can generate data via trial-and-
error, and you “play.”
Machine Learning Tasks – continued.
17
Data Science
18
• Before 1600, empirical science
• Direct observations
• 1600-1950s, theoretical science
• Each discipline has grown a theoretical component. Theoretical models often motivate
experiments and generalize our understanding.
• 1950s-1990s, computational science
• Over the last 50 years, most disciplines have grown a third, computational branch (e.g.
empirical, theoretical, and computational ecology, or physics, or linguistics.)
• Computational Science traditionally meant simulation. It grew out of our inability to find
closed-form solutions for complex mathematical models.
• 1990-now, data science
• The flood of data from new scientific instruments and simulations
• The ability to economically store and manage petabytes of data online
• The Internet and computing Grid that makes all these archives universally accessible
Evolution of Sciences
Jim Gray and Alex Szalay, The World Wide Telescope: An Archetype for Online Science, Comm. ACM, 45(11): 50-
54, Nov. 2002
19
• …the exploration and quantitative analysis of all
available structured and unstructured data to develop
understanding, extract knowledge, and formulate
actionable results.
Data Science is…
Microsoft Data Science and Machine Learning Essentials
20
Data
Value
From Data to Actions
21
22
• When data is available, produce much accurate results than
human.
• Works in hostile environments
• Replace human in repetitive, tedious tasks
• Assistant to human
• Fraud Detection
• Telesurgery
• Work for long hours, no sleep, rest, take break, or get
entertained.
• …
Advantages of Artificial Intelligence
23
Limitations of AI
24
• Technical Limitations
• Interpretability
• Explainability
• Practical Limitations
• Data Bias
• Data Availability
• Missing Data
• Application Limitations
• Other Disadvantages
Limitations of AI
25
• Interpretability
• Understanding the model in terms of what it has learnt, and what
it outputs.
• Generally defined as the features contributed to the decision
process for a particular instance.
• Explainability
• Why and how a particular decision is made.
• How trustworthy is the decision.
Technical Limitations
26
Explainable AI (XAI)
27
Explainable AI (XAI)
28
• Human Bias:
• Act with ones own belief without considering relevant data.
• Overcome with relevant data and working procedures.
Practical Limitations
29
Example: Survivorship Bias
• Logical error of concentrating on the people or things that
made it past some selection process and overlooking those
that did not, typically because of their lack of visibility.
https://www.wikiwand.com/en/Survivorship_bias
30
• Dataset Construction Bias
• Data Collection Bias
• Data Labeling Bias
• Data Sampling Bias
Practical Limitations – Data Bias
31
• Data Collection
• Dataset Construction Bias
• Data Collection Bias
• Data Labeling Bias
• Data Sampling Bias
• Data Cleaning
• Human Bias
• Data Labeling Bias
• Data Sampling Bias
• Exploratory Data Analysis
• Data Sampling Bias
• Data Modeling
• Data Sampling Bias
Practical Limitations – Data Bias
32
Example: Pothole Bias
https://www.wired.com/insights/2014/03/potholes-big-data-crowdsourcing-way-better-government/
https://hbr.org/2013/04/the-hidden-biases-in-big-data
33
Example: Racist Gorilla Bias
http://www.dailylife.com.au/dl-people/google-photos-produces-fked-up-racist-images-20150701-gi331f.html
34
• For some research areas, almost always researchers use
same datasets available on the Internet.
Practical Limitations – Data Availability
35
Example: Coded Gaze by Joy Buolamwini
https://www.media.mit.edu/posts/how-i-m-fighting-bias-in-algorithms/
36
• For other areas, researchers have to dooo something.
• Synthetic Data
• Data Augmentation
• Transfer Learning
• Reinforcement Learning
Practical Limitations – Data Availability
37
Solution – Synthetic Data
https://medium.com/archieai/a-dozen-times-artificial-intelligence-startled-the-world-eae5005153db
38
• For images:
• Scaling
• Translation
• Rotation
• Flipping
• Adding Salt and Pepper noise
• Lighting condition
Solution – Data Augmentation
https://medium.com/ymedialabs-innovation/data-augmentation-techniques-in-cnn-using-tensorflow-371ae43d5be9
39
Solution – Transfer Learning
https://towardsdatascience.com/transfer-learning-using-differential-learning-rates-638455797f00
40
Solution – Reinforcement Learning (Game Playing)
https://arstechnica.com/science/2018/12/move-over-alphago-alphazero-taught-itself-to-play-three-different-games/
41
Solution – Reinforcement Learning (Game Playing)
42
• Some data maybe missing in the dataset.
• Eg: Broken sensors, or communication lines.
• Eg: Data not applicable for that sample.
• …
• Solution depends on the problem:
• Drop missing value samples, or features.
• Data imputation: Replace missing values with mean/median etc.
• Data imputation: Develop linear regression model for features
with missing values.
• …
Practical Limitations – Missing Values
43
• Missing AI Ethics
• Missing AI Strategy
• Executing a successful ML project is costly.
• Narrow AI cannot solve every problem
• AI is not as creative as humans
• AI does not have emotions
• AI does not have common Sense
• People become too dependent to AI
• AI leads to unemployment
• AI leads to the “Destruction of Human Race?”
•
Application Limitations – Disadvantages
44
• When data is available, produce much accurate results than
human.
• Works in hostile environments
• Replace human in repetitive, tedious tasks
• Assistant to human
• Fraud Detection
• Telesurgery
• Work for long hours, no sleep, rest, take break, or get
entertained.
• …
Advantages of Artificial Intelligence
45
Final Words
46
Thank you

Contenu connexe

Tendances

Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceLukas Masuch
 
Artificial intelligence .pptx
Artificial intelligence .pptxArtificial intelligence .pptx
Artificial intelligence .pptxGautamMishra79
 
Ethics in the use of Data & AI
Ethics in the use of Data & AI Ethics in the use of Data & AI
Ethics in the use of Data & AI Kalilur Rahman
 
Introduction à l'intelligence artificielle - Boubaker EL HADJ AMOR
Introduction à l'intelligence artificielle - Boubaker EL HADJ AMORIntroduction à l'intelligence artificielle - Boubaker EL HADJ AMOR
Introduction à l'intelligence artificielle - Boubaker EL HADJ AMORBoubaker EL HADJ AMOR
 
leewayhertz.com-How to build a generative AI solution From prototyping to pro...
leewayhertz.com-How to build a generative AI solution From prototyping to pro...leewayhertz.com-How to build a generative AI solution From prototyping to pro...
leewayhertz.com-How to build a generative AI solution From prototyping to pro...robertsamuel23
 
Artificial Intelligence Automation PowerPoint Presentation Slides
Artificial Intelligence Automation PowerPoint Presentation Slides Artificial Intelligence Automation PowerPoint Presentation Slides
Artificial Intelligence Automation PowerPoint Presentation Slides SlideTeam
 
Artificial Intelligence Machine Learning Deep Learning Ppt Powerpoint Present...
Artificial Intelligence Machine Learning Deep Learning Ppt Powerpoint Present...Artificial Intelligence Machine Learning Deep Learning Ppt Powerpoint Present...
Artificial Intelligence Machine Learning Deep Learning Ppt Powerpoint Present...SlideTeam
 
AI Introduction for high school students
AI Introduction for high school studentsAI Introduction for high school students
AI Introduction for high school studentsMireaCartabbia
 
Generative AI and ChatGPT - Scope of AI and advance Generative AI
Generative AI and ChatGPT - Scope of AI and advance Generative AIGenerative AI and ChatGPT - Scope of AI and advance Generative AI
Generative AI and ChatGPT - Scope of AI and advance Generative AIKumaresan K
 
Brochure data science learning path board-infinity (1)
Brochure   data science learning path board-infinity (1)Brochure   data science learning path board-infinity (1)
Brochure data science learning path board-infinity (1)NirupamNishant2
 
[Datanest] AI startup in Indonesia - March 2018
[Datanest] AI startup in Indonesia - March 2018[Datanest] AI startup in Indonesia - March 2018
[Datanest] AI startup in Indonesia - March 2018Thibaud Plaquet
 
Artificial Intelligence - Machine Learning Vs Deep Learning
Artificial Intelligence - Machine Learning Vs Deep LearningArtificial Intelligence - Machine Learning Vs Deep Learning
Artificial Intelligence - Machine Learning Vs Deep LearningLogiticks
 
What Is Artificial Intelligence? | Artificial Intelligence For Beginners | Wh...
What Is Artificial Intelligence? | Artificial Intelligence For Beginners | Wh...What Is Artificial Intelligence? | Artificial Intelligence For Beginners | Wh...
What Is Artificial Intelligence? | Artificial Intelligence For Beginners | Wh...Simplilearn
 
The Ethics of Artificial Intelligence
The Ethics of Artificial IntelligenceThe Ethics of Artificial Intelligence
The Ethics of Artificial IntelligenceKarl Seiler
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence PresentationAdarsh Pathak
 

Tendances (20)

Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial Intelligence
 
Introduction to AI Ethics
Introduction to AI EthicsIntroduction to AI Ethics
Introduction to AI Ethics
 
Artificial intelligence .pptx
Artificial intelligence .pptxArtificial intelligence .pptx
Artificial intelligence .pptx
 
Ethics in the use of Data & AI
Ethics in the use of Data & AI Ethics in the use of Data & AI
Ethics in the use of Data & AI
 
Introduction à l'intelligence artificielle - Boubaker EL HADJ AMOR
Introduction à l'intelligence artificielle - Boubaker EL HADJ AMORIntroduction à l'intelligence artificielle - Boubaker EL HADJ AMOR
Introduction à l'intelligence artificielle - Boubaker EL HADJ AMOR
 
leewayhertz.com-How to build a generative AI solution From prototyping to pro...
leewayhertz.com-How to build a generative AI solution From prototyping to pro...leewayhertz.com-How to build a generative AI solution From prototyping to pro...
leewayhertz.com-How to build a generative AI solution From prototyping to pro...
 
soc-iety.pptx
soc-iety.pptxsoc-iety.pptx
soc-iety.pptx
 
Artificial Intelligence Automation PowerPoint Presentation Slides
Artificial Intelligence Automation PowerPoint Presentation Slides Artificial Intelligence Automation PowerPoint Presentation Slides
Artificial Intelligence Automation PowerPoint Presentation Slides
 
Artificial Intelligence Machine Learning Deep Learning Ppt Powerpoint Present...
Artificial Intelligence Machine Learning Deep Learning Ppt Powerpoint Present...Artificial Intelligence Machine Learning Deep Learning Ppt Powerpoint Present...
Artificial Intelligence Machine Learning Deep Learning Ppt Powerpoint Present...
 
AI Introduction for high school students
AI Introduction for high school studentsAI Introduction for high school students
AI Introduction for high school students
 
Generative AI and ChatGPT - Scope of AI and advance Generative AI
Generative AI and ChatGPT - Scope of AI and advance Generative AIGenerative AI and ChatGPT - Scope of AI and advance Generative AI
Generative AI and ChatGPT - Scope of AI and advance Generative AI
 
Brochure data science learning path board-infinity (1)
Brochure   data science learning path board-infinity (1)Brochure   data science learning path board-infinity (1)
Brochure data science learning path board-infinity (1)
 
The Ethics of AI
The Ethics of AIThe Ethics of AI
The Ethics of AI
 
AI
AIAI
AI
 
[Datanest] AI startup in Indonesia - March 2018
[Datanest] AI startup in Indonesia - March 2018[Datanest] AI startup in Indonesia - March 2018
[Datanest] AI startup in Indonesia - March 2018
 
AI Art
AI Art AI Art
AI Art
 
Artificial Intelligence - Machine Learning Vs Deep Learning
Artificial Intelligence - Machine Learning Vs Deep LearningArtificial Intelligence - Machine Learning Vs Deep Learning
Artificial Intelligence - Machine Learning Vs Deep Learning
 
What Is Artificial Intelligence? | Artificial Intelligence For Beginners | Wh...
What Is Artificial Intelligence? | Artificial Intelligence For Beginners | Wh...What Is Artificial Intelligence? | Artificial Intelligence For Beginners | Wh...
What Is Artificial Intelligence? | Artificial Intelligence For Beginners | Wh...
 
The Ethics of Artificial Intelligence
The Ethics of Artificial IntelligenceThe Ethics of Artificial Intelligence
The Ethics of Artificial Intelligence
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
 

Similaire à GTU GeekDay 2019 Limitations of Artificial Intelligence

intro to ML by the way m toh phasee movie Punjabi
intro to ML by the way m toh phasee movie Punjabiintro to ML by the way m toh phasee movie Punjabi
intro to ML by the way m toh phasee movie Punjabibotvillain45
 
Dm sei-tutorial-v7
Dm sei-tutorial-v7Dm sei-tutorial-v7
Dm sei-tutorial-v7CS, NcState
 
Big Data & Artificial Intelligence
Big Data & Artificial IntelligenceBig Data & Artificial Intelligence
Big Data & Artificial IntelligenceZavain Dar
 
Machine Learning for Data Extraction
Machine Learning for Data ExtractionMachine Learning for Data Extraction
Machine Learning for Data ExtractionDasha Herrmannova
 
Data Mining and Big Data Challenges and Research Opportunities
Data Mining and Big Data Challenges and Research OpportunitiesData Mining and Big Data Challenges and Research Opportunities
Data Mining and Big Data Challenges and Research OpportunitiesKathirvel Ayyaswamy
 
Intro to Data Science for Non-Data Scientists
Intro to Data Science for Non-Data ScientistsIntro to Data Science for Non-Data Scientists
Intro to Data Science for Non-Data ScientistsSri Ambati
 
Data science meetup - Spiros Antonatos
Data science meetup - Spiros AntonatosData science meetup - Spiros Antonatos
Data science meetup - Spiros AntonatosSpiros Antonatos
 
Deep learning and the systemic challenges of data science initiatives
Deep learning and the systemic challenges of data science initiativesDeep learning and the systemic challenges of data science initiatives
Deep learning and the systemic challenges of data science initiativesBalázs Kégl
 
Main principles of Data Science and Machine Learning
Main principles of Data Science and Machine LearningMain principles of Data Science and Machine Learning
Main principles of Data Science and Machine LearningNikolay Karelin
 
Entity-Centric Data Management
Entity-Centric Data ManagementEntity-Centric Data Management
Entity-Centric Data ManagementeXascale Infolab
 
Philips john huffman
Philips john huffmanPhilips john huffman
Philips john huffmanBigDataExpo
 
Data Science at Scale - The DevOps Approach
Data Science at Scale - The DevOps ApproachData Science at Scale - The DevOps Approach
Data Science at Scale - The DevOps ApproachMihai Criveti
 
Cloud Programming Models: eScience, Big Data, etc.
Cloud Programming Models: eScience, Big Data, etc.Cloud Programming Models: eScience, Big Data, etc.
Cloud Programming Models: eScience, Big Data, etc.Alexandru Iosup
 
Large scale computing
Large scale computing Large scale computing
Large scale computing Bhupesh Bansal
 
The Art and Science of Analyzing Software Data
The Art and Science of Analyzing Software DataThe Art and Science of Analyzing Software Data
The Art and Science of Analyzing Software DataCS, NcState
 
datamining_Lecture_1(introduction).pptx
datamining_Lecture_1(introduction).pptxdatamining_Lecture_1(introduction).pptx
datamining_Lecture_1(introduction).pptxHASHEMHASH
 
H2O with Erin LeDell at Portland R User Group
H2O with Erin LeDell at Portland R User GroupH2O with Erin LeDell at Portland R User Group
H2O with Erin LeDell at Portland R User GroupSri Ambati
 
Machine Learning Deep Learning AI and Data Science
Machine Learning Deep Learning AI and Data Science Machine Learning Deep Learning AI and Data Science
Machine Learning Deep Learning AI and Data Science Venkata Reddy Konasani
 

Similaire à GTU GeekDay 2019 Limitations of Artificial Intelligence (20)

intro to ML by the way m toh phasee movie Punjabi
intro to ML by the way m toh phasee movie Punjabiintro to ML by the way m toh phasee movie Punjabi
intro to ML by the way m toh phasee movie Punjabi
 
Dm sei-tutorial-v7
Dm sei-tutorial-v7Dm sei-tutorial-v7
Dm sei-tutorial-v7
 
Big Data & Artificial Intelligence
Big Data & Artificial IntelligenceBig Data & Artificial Intelligence
Big Data & Artificial Intelligence
 
1.Introduction to deep learning
1.Introduction to deep learning1.Introduction to deep learning
1.Introduction to deep learning
 
Machine Learning for Data Extraction
Machine Learning for Data ExtractionMachine Learning for Data Extraction
Machine Learning for Data Extraction
 
Data Mining and Big Data Challenges and Research Opportunities
Data Mining and Big Data Challenges and Research OpportunitiesData Mining and Big Data Challenges and Research Opportunities
Data Mining and Big Data Challenges and Research Opportunities
 
Intro to Data Science for Non-Data Scientists
Intro to Data Science for Non-Data ScientistsIntro to Data Science for Non-Data Scientists
Intro to Data Science for Non-Data Scientists
 
Data science meetup - Spiros Antonatos
Data science meetup - Spiros AntonatosData science meetup - Spiros Antonatos
Data science meetup - Spiros Antonatos
 
DBMS
DBMSDBMS
DBMS
 
Deep learning and the systemic challenges of data science initiatives
Deep learning and the systemic challenges of data science initiativesDeep learning and the systemic challenges of data science initiatives
Deep learning and the systemic challenges of data science initiatives
 
Main principles of Data Science and Machine Learning
Main principles of Data Science and Machine LearningMain principles of Data Science and Machine Learning
Main principles of Data Science and Machine Learning
 
Entity-Centric Data Management
Entity-Centric Data ManagementEntity-Centric Data Management
Entity-Centric Data Management
 
Philips john huffman
Philips john huffmanPhilips john huffman
Philips john huffman
 
Data Science at Scale - The DevOps Approach
Data Science at Scale - The DevOps ApproachData Science at Scale - The DevOps Approach
Data Science at Scale - The DevOps Approach
 
Cloud Programming Models: eScience, Big Data, etc.
Cloud Programming Models: eScience, Big Data, etc.Cloud Programming Models: eScience, Big Data, etc.
Cloud Programming Models: eScience, Big Data, etc.
 
Large scale computing
Large scale computing Large scale computing
Large scale computing
 
The Art and Science of Analyzing Software Data
The Art and Science of Analyzing Software DataThe Art and Science of Analyzing Software Data
The Art and Science of Analyzing Software Data
 
datamining_Lecture_1(introduction).pptx
datamining_Lecture_1(introduction).pptxdatamining_Lecture_1(introduction).pptx
datamining_Lecture_1(introduction).pptx
 
H2O with Erin LeDell at Portland R User Group
H2O with Erin LeDell at Portland R User GroupH2O with Erin LeDell at Portland R User Group
H2O with Erin LeDell at Portland R User Group
 
Machine Learning Deep Learning AI and Data Science
Machine Learning Deep Learning AI and Data Science Machine Learning Deep Learning AI and Data Science
Machine Learning Deep Learning AI and Data Science
 

Dernier

BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceDelhi Call girls
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Delhi Call girls
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Researchmichael115558
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023ymrp368
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...shambhavirathore45
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxolyaivanovalion
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightDelhi Call girls
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxMohammedJunaid861692
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...amitlee9823
 

Dernier (20)

CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 

GTU GeekDay 2019 Limitations of Artificial Intelligence

  • 2. 2 • 1996 - Today HAVELSAN, Inc. • 1996 - Development of HVL Firewall (The 1st in Turkey) • 2001 - Developer in various projects: TuAF IS, MELTEM, etc. • 2010 - YGO Project/Product manager • 2014 - Move to HVL Istanbul Office  • 2014 - Systems Engineer • 2016 - R&D Coordinator • June 2016 - Organizer at www.dataistanbul.org BSc, Bilkent University Computer Engineering, 1996 MSc, Bilkent University Computer Engineering, 1999 PhD, Gebze Technical University Computer Engineering (in progress)
  • 3. • Meetup Community • Established: March 2016 • Members: 5000+ • Event: 90+ • ML/DL Course • Introduction to Kaggle Challenges • Reinforcement Learning Day • NLP with R Workshop • … /data_istanbul/dataistanbul
  • 4. 4 • Introduction to Artificial Intelligence • Introduction to Data Science • Limitations of Artificial Intelligence • Technical Limitations • Practical Limitations • Application Limitations Agenda
  • 7. 7 • A branch of computer science that aims to create intelligent machines. • Research Areas: • Knowledge (understanding) • Reasoning • Problem solving • Perception • Learning • Ability to manipulate and move objects • … Artificial Intelligence (AI)
  • 8. 8 • Artificial Narrow Intelligence • Weak AI that focuses on a single task. • Common “AI” in general. • Artificial General Intelligence • Intelligence of a machine that could successfully perform any intellectual task that a human being can. • Strong Artificial Intelligence • A machine with consciousness, sentience and mind. Artificial Intelligence – continued
  • 9. 9 • A research area of artificial intelligence (AI) in which *machines* learn and improve from experience automatically without being explicitly programmed. • Access and use data to learn/develop computer programs. Machine Learning (ML) • Tasks/Problems: • Regression • Classification • Clustering • Ranking • Feature Engineering • Feature Learning • Anomaly Detection • … • Methods • Linear Regression • Logistic Regression • Decision Trees • Artificial Neural Networks • Deep Learning • …
  • 10. 10 • Particular subset of ML methodologies using artificial neural networks, inspired by the structure of neurons located in the human brain. ​ • Deep usually refers to presence of multiple layers of artificial neural networks, as in the human brain.​ Deep Learning (DL) • Methods • Convolutional Neural Network​ • Recurrent Neural Network​ • Generative Adversarial Network • …
  • 11. 11
  • 13. 13 • Supervised Learning • When your data has one or more target variables (expected results), and you make “predictions” on the data. Machine Learning Tasks
  • 14. 14 • Unsupervised Learning • When your data has no target variables, and you detect “patterns” on the data. Machine Learning Tasks
  • 15. 15 • Transfer Learning • When you have data that can be used with an existing model, you re-train, and predict. Machine Learning Tasks – continued.
  • 16. 16 • Reinforcement Learning • When you have no data but you can generate data via trial-and- error, and you “play.” Machine Learning Tasks – continued.
  • 18. 18 • Before 1600, empirical science • Direct observations • 1600-1950s, theoretical science • Each discipline has grown a theoretical component. Theoretical models often motivate experiments and generalize our understanding. • 1950s-1990s, computational science • Over the last 50 years, most disciplines have grown a third, computational branch (e.g. empirical, theoretical, and computational ecology, or physics, or linguistics.) • Computational Science traditionally meant simulation. It grew out of our inability to find closed-form solutions for complex mathematical models. • 1990-now, data science • The flood of data from new scientific instruments and simulations • The ability to economically store and manage petabytes of data online • The Internet and computing Grid that makes all these archives universally accessible Evolution of Sciences Jim Gray and Alex Szalay, The World Wide Telescope: An Archetype for Online Science, Comm. ACM, 45(11): 50- 54, Nov. 2002
  • 19. 19 • …the exploration and quantitative analysis of all available structured and unstructured data to develop understanding, extract knowledge, and formulate actionable results. Data Science is… Microsoft Data Science and Machine Learning Essentials
  • 21. 21
  • 22. 22 • When data is available, produce much accurate results than human. • Works in hostile environments • Replace human in repetitive, tedious tasks • Assistant to human • Fraud Detection • Telesurgery • Work for long hours, no sleep, rest, take break, or get entertained. • … Advantages of Artificial Intelligence
  • 24. 24 • Technical Limitations • Interpretability • Explainability • Practical Limitations • Data Bias • Data Availability • Missing Data • Application Limitations • Other Disadvantages Limitations of AI
  • 25. 25 • Interpretability • Understanding the model in terms of what it has learnt, and what it outputs. • Generally defined as the features contributed to the decision process for a particular instance. • Explainability • Why and how a particular decision is made. • How trustworthy is the decision. Technical Limitations
  • 28. 28 • Human Bias: • Act with ones own belief without considering relevant data. • Overcome with relevant data and working procedures. Practical Limitations
  • 29. 29 Example: Survivorship Bias • Logical error of concentrating on the people or things that made it past some selection process and overlooking those that did not, typically because of their lack of visibility. https://www.wikiwand.com/en/Survivorship_bias
  • 30. 30 • Dataset Construction Bias • Data Collection Bias • Data Labeling Bias • Data Sampling Bias Practical Limitations – Data Bias
  • 31. 31 • Data Collection • Dataset Construction Bias • Data Collection Bias • Data Labeling Bias • Data Sampling Bias • Data Cleaning • Human Bias • Data Labeling Bias • Data Sampling Bias • Exploratory Data Analysis • Data Sampling Bias • Data Modeling • Data Sampling Bias Practical Limitations – Data Bias
  • 33. 33 Example: Racist Gorilla Bias http://www.dailylife.com.au/dl-people/google-photos-produces-fked-up-racist-images-20150701-gi331f.html
  • 34. 34 • For some research areas, almost always researchers use same datasets available on the Internet. Practical Limitations – Data Availability
  • 35. 35 Example: Coded Gaze by Joy Buolamwini https://www.media.mit.edu/posts/how-i-m-fighting-bias-in-algorithms/
  • 36. 36 • For other areas, researchers have to dooo something. • Synthetic Data • Data Augmentation • Transfer Learning • Reinforcement Learning Practical Limitations – Data Availability
  • 37. 37 Solution – Synthetic Data https://medium.com/archieai/a-dozen-times-artificial-intelligence-startled-the-world-eae5005153db
  • 38. 38 • For images: • Scaling • Translation • Rotation • Flipping • Adding Salt and Pepper noise • Lighting condition Solution – Data Augmentation https://medium.com/ymedialabs-innovation/data-augmentation-techniques-in-cnn-using-tensorflow-371ae43d5be9
  • 39. 39 Solution – Transfer Learning https://towardsdatascience.com/transfer-learning-using-differential-learning-rates-638455797f00
  • 40. 40 Solution – Reinforcement Learning (Game Playing) https://arstechnica.com/science/2018/12/move-over-alphago-alphazero-taught-itself-to-play-three-different-games/
  • 41. 41 Solution – Reinforcement Learning (Game Playing)
  • 42. 42 • Some data maybe missing in the dataset. • Eg: Broken sensors, or communication lines. • Eg: Data not applicable for that sample. • … • Solution depends on the problem: • Drop missing value samples, or features. • Data imputation: Replace missing values with mean/median etc. • Data imputation: Develop linear regression model for features with missing values. • … Practical Limitations – Missing Values
  • 43. 43 • Missing AI Ethics • Missing AI Strategy • Executing a successful ML project is costly. • Narrow AI cannot solve every problem • AI is not as creative as humans • AI does not have emotions • AI does not have common Sense • People become too dependent to AI • AI leads to unemployment • AI leads to the “Destruction of Human Race?” • Application Limitations – Disadvantages
  • 44. 44 • When data is available, produce much accurate results than human. • Works in hostile environments • Replace human in repetitive, tedious tasks • Assistant to human • Fraud Detection • Telesurgery • Work for long hours, no sleep, rest, take break, or get entertained. • … Advantages of Artificial Intelligence