Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

KU1102 AI 1 PengenalanAI Bag1

Download as pdf or txt
Download as pdf or txt
You are on page 1of 31

Pengenalan

Artificial Intelligence

Tim Penyusun Materi Pengenalan Komputasi


Institut Teknologi Bandung © 2019
Outlines
• What is AI (Artificial
Intelligence)?
• AI definition
• AI history
• AI today: AI applications. AI for
healthcare,manufacturing,
education
• Intelligent Agent
• AI and Programming
https://www.nanalyze.com/2016/11/artificial-intelligence-definition/

2
What is Artificial Intelligence (AI)
• Video “What is AI from Edureka”

• Source: https://www.youtube.com/watch?v=4jmsHaJ7xEA

10/13/2019 Pengenalan Komputasi 3


So.. What is AI? 8 Definitions, 4 Approaches

Thinking Thinking
humanly rationally

Acting Acting
humanly rationally

10/13/2019 Pengenalan Komputasi 4


Acting Humanly: Turing Test Approach
• A satisfactory operational definition of intelligence
• Pass: human interrogator cannot tell whether the responses come
from a person or from a computer

10/13/2019 Pengenalan Komputasi 5


Chatbot - Mitsuku

https://www.pandorabots.com/mitsuku/
10/13/2019 Pengenalan Komputasi 6
Thinking/Acting Humanly/Rationally
Approaches
• Acting humanly: turing test approach
• Thinking humanly: Computational models of human “thought”
processes (cognitive modeling approach)
• Thinking rationally: computational systems that behave
intelligently (reasoning approach)
• Acting rationally: computational systems that behave rationally
(achieve the best outcome to reach goal)

10/13/2019 Pengenalan Komputasi 7


Foundation of AI
There are some disciplines that contributed ideas, viewpoints, and techniques to AI:
• Philosophy considers the nature of knowledge, thought, and learning
• Mathematics considers the notions of formal logic, algorithms, computational
complexity, and probability
• Economics studies how agents attempt to maximize their own well-being, even when
given uncertain information and in the presence of allies and adversaries
• Neuroscience studies the workings of the human brain
• Psychology studies how humans and animals think and act (process information)
• Linguistics deals with language in a formal-enough way that it can be processed by
machine
• Computer Engineering looks to increase the efficiency of computing devices
• Control Theory and Cybernetics consider how autonomous machines can operate
https://cs.lmu.edu/~ray/notes/introai/

10/13/2019 Pengenalan Komputasi 8


AI
history

Source: Jin et al. (2018), State-of-the-


Art Mobile Intelligence: Enabling
Robots to Move Like Humans by
Estimating Mobility with Artificial
Intelligence

10/13/2019 Pengenalan Komputasi 9


Today AI is in.....
• Inventory Control
• Game playing (Chess, Go, Bridge, Dota 2, StarCraft,...) • Pharmaceutical Research
• Cars (stability traction, braking assist, driving, ...)
• Genetic Research
• Systems that read handwritten addresses to speed mail sorting
• (Micro)Surgery
• Search Engines
• Theorem Proving • Insurance Underwriting
• Aircraft autolanders • Environmental Monitoring
• Medical Diagnosis • Protein Structure Determination
• Expert Systems • Scheduling Systems
• Information Retrieval Systems • Assisted Living Support
• Story writers, poetry writers, ... • Dispensing Legal Advice
• Music Composition • Essay Evaluation
• Annoying auto-correct agents in word processors
• Detection of Steganography
• Crisis management
• Cryptanalysis
• Space Exploration
• Finance • Translation
• Retailing • Military Planning
• Manufacturing • Surveillance
• Traffic Control
Can you mention some more...???
10/13/2019 Pengenalan Komputasi 10
AI In Life: AI Assistant

10/13/2019 Pengenalan Komputasi 11


AI In Life: Biometric Verification
Fingerprint verification Face verification

https://www.grab.com/sg/driver-2/selfieverification/

10/13/2019 Pengenalan Komputasi 12


AI In Life: OpenAI untuk Dota 2

10/13/2019 Pengenalan Komputasi 13


AI In Life: AI Alphastar StarCraft II

https://techcrunch.com/2019/01/24/starcraft-ii-playing-ai-alphastar-takes-out-pros-undefeated/
10/13/2019 Pengenalan Komputasi 14
https://www.youtube.com/watch?v=PFMRDm_H9Sg
AI In Life: Transform Your Face

https://www.faceapp.com/
10/13/2019 Pengenalan Komputasi 15
AI In Life:Recommender System

10/13/2019 Pengenalan Komputasi 16


AI In Life:AI in Traffic

Path Finding / Direction

Traffic pattern
10/13/2019 Pengenalan Komputasi 17
AI In Life:Fraud Detection

10/13/2019 Pengenalan Komputasi 18


Self Driving Car

10/13/2019 Pengenalan Komputasi 19


Kiva: Amazon Warehouse Robot

10/13/2019 Pengenalan Komputasi 20


AI for Health Care

https://hbr.org/2018/05/10-promising-ai-
applications-in-health-care

10/13/2019 Pengenalan Komputasi 21


AI for Manufacturing

https://www.forbes.com/sites/louiscolumbus/201
8/03/11/10-ways-machine-learning-is-
revolutionizing-manufacturing-in-
10/13/2019 Pengenalan Komputasi 22
2018/#61e28f2523ac
AI for Education

https://www.cognilytica.com/2019/03/28/infogra
phic-ai-in-education/
10/13/2019 Pengenalan Komputasi 23
AI Adoption by Industry

Percentage of market players who plan to adopt AI in next


two years across various business verticals
(Infosys Survey, 2018)

https://existek.com/blog/ai-programming-and-ai-
programming-languages/
10/13/2019 Pengenalan Komputasi 24
Intelligent Agent

computer system that is situated in some environment, and that is


capable of autonomous action in this environment in order to meet
its design objectives

10/13/2019 Pengenalan Komputasi 25


Types of Intelligent Agent
• Problem Solving Agent:
• agent has to ‘search’ the path that can lead agent to the goal
• Searching algorithms: DFS, BFS, IDS, UCS, A*, Greedy Best First, Minmax
search, Genetic Algorithm, Hill Climbing, Simulated Annealing, ...
• Knowledge Based Agent
• Deducting premises with percepted fact. When agent percept a state, it
will try to reason new facts/ states. This is how agent will step by step
collecting all of the states of wumpus world in order to achieve its goal
• Learning Agent
• There are many learning algorithms, that suitable for certain purposes,
and the ‘availability’ of the data/ feedback: supervised learning,
unsupervised learning, reinforcement learning

10/13/2019 Pengenalan Komputasi 26


Problem Solving Agent: search from initial to goal state
N puzzle problem Block-world problem

2 8 3 1 2 3
1 6 4 8 4
7 5 7 6 5

Maze problem Path-finding problem

10/13/2019 Pengenalan Komputasi 27


Knowledge-based agent

https://www.igcseict.info/theory/7_2/expert/ http://www.classgist.com/blogs/169/online-expert-system-for-
car-repair-and-maintenance-php-source-codes.aspx

vision-based agro-medical expert


system
TB
disease
https://www.researchgate.net/figure/The-architecture-of-online-
detectio
10/13/2019 Pengenalan Komputasi 28
machine-vision-based-agro-medical-expert-system_fig2_325849466
n https://www.sciencedirect.com/science/article/pii/S095741741830421
Learning Agent
Hand-writing Speech Face recognition
recognition recognition

https://www.nec.com/en/global/solutions/
safety/face_recognition/NeoFaceWatch.htm
l

10/13/2019
https://www.imore.com/i-want-handwriting- Pengenalan Komputasi
http://debatcapres.bahasakita.co.id/ 29
recognition-iphone-and-ipad-even-if-it-stinks
AI and Programming

10/13/2019 Pengenalan Komputasi


https://www.quora.com/Are-data-structures-and-algorithms-necessary-if-I-want-to-get-into-artificial-intelligence 30
Tugas dan Diskusi
• Berikan contoh-contoh penggunaan teknologi AI dalam kehidupan
di bidang studi fakultas/sekolah.
• Diskusikan: apa dampak penggunaan teknologi tersebut dalam
berbagai aspek, misalnya:
• Apakah mengurangi penggunaan tenaga manusia
• Apakah dampaknya pada lingkungan hidup
• Apakah menyebabkan kinerja sistem/proses menjadi lebih efisien
• …

10/13/2019 Pengenalan Komputasi 31

You might also like