Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Rage Against The Learning of the Machine

Rage Against The Learning of the Machine

Talk presented at Pycon APAC 2017, Kuala Lumpur, Malaysia.

Errazudin Ishak

August 27, 2017
Tweet

More Decks by Errazudin Ishak

Other Decks in Technology

Transcript

  1. AGENDA ABOUT ME WHAT ON EARTH FOR WHAT REASON SO

    HOW TO DO THAT SUMMARY PYCON APAC 2017
  2. 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
  3. I WAS HERE 2012: OWASP AppSec APAC (Sydney), MOSC.my 2013:

    OSDC (Auckland), MOSC.my 2016: SCM Workshop UMP PYCON APAC 2017
  4. –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…..
  5. 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
  6. 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
  7. 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
  8. FOR WHAT REASON PYCON APAC 2017 Regression : “Draw lines

    to describe data” Source : ML Berkeley Labelled Data Probability Predictor FOR WHAT REASON
  9. 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
  10. FORMULATE YOUR PROBLEM What : Describe it Why : Benefits

    How : The flow (step-by-step) PYCON APAC 2017
  11. 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
  12. DESIGN THE SOLUTION PYCON APAC 2017 trump2cash
 Python
 Google Cloud

    Natural Language API
 Wikidata Query Service
 Tradeking API
  13. 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