01 - Introduction To Machine Learning
01 - Introduction To Machine Learning
WA: 081322513875
IG: atwbox
Fb : Agung Toto
http://agungtoto.web.id
1 10/11/2022
Today’s Agenda
Introduction
Linear Algebra
Artificial Intelligence
Tugas Besar
– hanya ada 1 tugas mencakup Unsupervised, Supervised, dan
Ensemble dengan 1 kasus (dataset)
– Unsupervised: Melakukan clustering dg k-means (program
dibangun dari awal)
– Supervised: Melakukan regresi atau klasifikasi, metode bebas,
boleh library
– Tugas diberikan saat/setelah masa UTSs
– Penilaian oleh dosen pada 2 pertemuan presentasi
NO MID/FINAL EXAM
7 10/11/2022 Machine Learning
Final Points
A 80 … 100.0
AB 75 … 79.99
B 70 … 74.99
BC 60 … 69.99
C 50 … 59.99
D 40 … 49.99
E 0 ... 39.99
Language?
Learning
– improving performance on a given task,
based on experience / examples
Machine Learning
– concerned with computer programs that automatically improve
their performance through experience
Example:
Recognizing three-dimensional object
– Don’t know how it’s done in our brain
don’t know what to write
– Even if we had a good idea about how to do it,
program might be horrendously complicated
Representation
Learning
Machine Learning
AI
28 10/11/2022 Machine Learning
Machine Learning Taxonomy
Supervised Learning
Unsupervised Learning
Reinforcement Learning
Two flavors:
– Classification: output is label
– Regression: output is value
Semi-Supervised
How to program
the computer to
play tic-tac-toe?
Option C:
Let the computer try out various strategies by playing
against itself and others, and noting which strategies lead to
winning and which to losing (='machine learning')
Machine Learning:
– The user marks which mails are spam, which are legit, and the
computer learns itself what words are predictive
Machine Learning:
– Previous search queries
are used as examples!
Machine Learning:
– The computer is shown many (image, name) example pairs, and
the computer learns which features of the images are predictive
(difficult, but not impossible)
50 10/11/2022
Machine Translation
Traditional:
– Dictionary and explicit grammar
Machine Learning:
– statistical machine translation based on example data is
increasingly being used
Text-to-Speech
Google Duplex
54 10/11/2022
Deep Mind’s AlphaGo
the first computer program to defeat a professional human
Go player
Reinforcement Learning
– a version without human data and stronger than any previous
human-champion-defeating version only by playing games
against itself
– Faster training to reach the same level
57 10/11/2022
Question?