Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Rage Against The Learning of the Machine
Search
Errazudin Ishak
August 27, 2017
Technology
0
210
Rage Against The Learning of the Machine
Talk presented at Pycon APAC 2017, Kuala Lumpur, Malaysia.
Errazudin Ishak
August 27, 2017
Tweet
Share
More Decks by Errazudin Ishak
See All by Errazudin Ishak
The Spock Guide To Think Out of The Vagrant Box
errazudin
0
110
Develop and Deploy your Mobile API with Ruby on Rails, Nginx, Unicorn and Capistrano
errazudin
1
610
Rediscover Speed with Redis(and PHP)
errazudin
1
290
Other Decks in Technology
See All in Technology
Retrospectiveを振り返ろう
nakasho
0
140
AWS re:Invent 2025事前勉強会資料 / AWS re:Invent 2025 pre study meetup
kinunori
0
920
文字列操作の達人になる ~ Kotlinの文字列の便利な世界 ~ - Kotlin fest 2025
tomorrowkey
2
290
ViteとTypeScriptのProject Referencesで 大規模モノレポのUIカタログのリリースサイクルを高速化する
shuta13
3
240
オブザーバビリティと育てた ID管理・認証認可基盤の歩み / The Journey of an ID Management, Authentication, and Authorization Platform Nurtured with Observability
kaminashi
2
1.5k
abema-trace-sampling-observability-cost-optimization
tetsuya28
0
400
入院医療費算定業務をAIで支援する:包括医療費支払い制度とDPCコーディング (公開版)
hagino3000
0
130
ヘンリー会社紹介資料(エンジニア向け) / company deck for engineer
henryofficial
0
430
어떤 개발자가 되고 싶은가?
arawn
1
330
251029 JAWS-UG AI/ML 退屈なことはQDevにやらせよう
otakensh
0
120
AIエージェントによる業務効率化への飽くなき挑戦-AWS上の実開発事例から学んだ効果、現実そしてギャップ-
nasuvitz
5
1.5k
様々なファイルシステム
sat
PRO
0
280
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Optimizing for Happiness
mojombo
379
70k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.7k
The Cost Of JavaScript in 2023
addyosmani
55
9.1k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
Context Engineering - Making Every Token Count
addyosmani
8
320
How GitHub (no longer) Works
holman
315
140k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
230
22k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
How to Think Like a Performance Engineer
csswizardry
27
2.2k
Transcript
RAGE AGAINST THE LEARNING OF THE MACHINE ERRAZUDIN ISHAK
PYCON APAC 2017
AGENDA ABOUT ME WHAT ON EARTH FOR WHAT REASON SO
HOW TO DO THAT SUMMARY PYCON APAC 2017
ABOUT ME Data Masseuse Solutions Architect DevOps Freak Bitcoin Farmer
:) PYCON APAC 2017
I WAS HERE 2009: foss.my, MyGOSSCON 2010: PHP North West
(UK), Entp. PHP Techtalk, BarcampKL, MOSC.my, MyGOSSCON 2011: Wordpress Conf. Asia, Joomla! Day KL, MOSC.my, OWASP Day KL PYCON APAC 2017
I WAS HERE 2012: OWASP AppSec APAC (Sydney), MOSC.my 2013:
OSDC (Auckland), MOSC.my 2016: SCM Workshop UMP PYCON APAC 2017
WHAT ON EARTH? PYCON APAC 2017
WHAT ON EARTH? PYCON APAC 2017 ML
–Tom M.Mitchell, CMU “A computer program is said to learn
from experience E with respect to some class of tasks T and performance measure P if its performance at tasks in T, as measured by P, improves with experience E.” TYPICAL EXPLANATION…..
WHAT ON EARTH? PYCON APAC 2017 Source : NVIDIA
FOR WHAT REASON PYCON APAC 2017 “…it is now the
golden age of Machine Learning” –Random guy “… because big guys (Google and Facebook) work on it” –Another random guy
FOR WHAT REASON PYCON APAC 2017
FOR WHAT REASON Web Search & Recommendation Engines Finance :
Stock, Fraud, Credit Check Healthcare : Drug Discovery, Computational Biology Text, Speech, Object Recognition Space, Astronomy PYCON APAC 2017
FOR WHAT REASON PYCON APAC 2017 “Drawing lines through data”
FOR WHAT REASON PYCON APAC 2017
FOR WHAT REASON PYCON APAC 2017 Classification : “Draw lines
to separate data” Source : ML Berkeley Labelled Data Decision Boundary (D.B.) More complicated algo, More complicated D.B. FOR WHAT REASON
FOR WHAT REASON PYCON APAC 2017 Regression : “Draw lines
to describe data” Source : ML Berkeley Labelled Data Probability Predictor FOR WHAT REASON
FOR WHAT REASON PYCON APAC 2017 Source : Brown EDU
SO HOW TO DO THAT Formulate the problem Design the
solution Bring up the data Technology to master Build ML model Evaluate, fine tune the quality Package it nicely PYCON APAC 2017
FORMULATE YOUR PROBLEM What : Describe it Why : Benefits
How : The flow (step-by-step) PYCON APAC 2017
BRING UP THE DATA Prepare (the right) Data Identify Outliers
Data Pre-Processing PYCON APAC 2017
TECHNOLOGIES “Right tools for the right job” PYCON APAC 2017
BUILD THE MODEL PYCON APAC 2017 The most challenging part
Build, Train, Test, Repeat
FINE TUNING Test harness Measuring the performance Datasets (Test, Training)
PYCON APAC 2017
FINE TUNING “If You Knew Which Algorithm or Algorithm Configuration
To Use, You Would Not Need To Use Machine Learning” - Jason Brownlee, PhD PYCON APAC 2017
PRESENTATION PYCON APAC 2017
SAMPLE #1 PYCON APAC 2017
FORMULATE YOUR PROBLEM PYCON APAC 2017 Toyota’s stock price on
January 6th 2017
FORMULATE YOUR PROBLEM PYCON APAC 2017 Ford’s stock price on
January 4th 2017
DESIGN THE SOLUTION PYCON APAC 2017 trump2cash Python Google Cloud
Natural Language API Wikidata Query Service Tradeking API
BUILD (PLAY WITH) THE MODEL PYCON APAC 2017
PRESENTATION PYCON APAC 2017
PRESENTATION PYCON APAC 2017
SAMPLE #2 : SPAM DETECTION PYCON APAC 2017 ML problem:
text classification Algorithms: naive bayes, linear classifiers, tree classifiers, all-you-want classifiers Technologies: sklearn, nltk, scrapy Data: sms spam dataset, e-mail spam dataset , youtube comments spam dataset
SUMMARY PYCON APAC 2017 Source : Google Cloud Next 2017
THANK YOU We’re Hiring
[email protected]
PYCON APAC 2017