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

Implementation of AI & ML Technology in Indonesia’s Industry

Galuh Sahid
November 29, 2020

Implementation of AI & ML Technology in Indonesia’s Industry

Tech talk DSC Gunadarma - November 29, 2020

Galuh Sahid

November 29, 2020
Tweet

More Decks by Galuh Sahid

Other Decks in Technology

Transcript

  1. Implementation of AI & ML Technology in Indonesia’s Industry Galuh

    Sahid @galuhsahid | galuh.me Tech talk DSC Gunadarma - November 29, 2020
  2. • Data scientist at a tech company in Indonesia •

    Google Developer Expert in Machine Learning • Co-host podcast Kartini Teknologi (kartiniteknologi.id) @galuhsahid Hi! I’m Galuh.
  3. Outline @galuhsahid • What is machine learning? • What are

    the differences between AI, ML, deep learning…? • Examples of ML/AI implementation • How to implement ML/AI? • Workflow • Tools & resources • Challenges in ML/AI implementation
  4. A field of study that gives computers the ability to

    learn without being explicitly programmed. Arthur Samuel (1959) @galuhsahid
  5. if pixel[5][7] is black and pixel [5][6] is black and

    pixel [5][8] is black and …: if pixel[6][7] is black and pixel[6][7] is black and …: return “panda” … … … else: return “cat” Photo by Damian Patowski from Unsplash @galuhsahid
  6. if pixel[5][7] is black and pixel [5][6] is black and

    pixel [5][7] is black and …: if pixel[6][7] is black and pixel[6][7] is black and …: return “panda” … … … else: return “not cat” Photo by Dušan Smetana from Unsplash @galuhsahid
  7. Answers Data Panda Cat Cat Photo by Max Baskalov and

    Zane Lee from Unsplash Panda @galuhsahid
  8. @galuhsahid Define your machine learning problem Acquire & prepare your

    data Train your model Serve your model Adapted from Introduction to ML Problem Framing Explore your data Workflow Implementation
  9. Step #2 Acquire & prepare your data @galuhsahid You need

    to know: • What are the types of data that you can use • Where to get them • How to get to know your data • How to prepare your data
  10. Exploratory Data Analysis Getting to know your data - Analyze

    your data to summarize their main characteristics - Examples include: check for basic statistics (e.g. mean, median), missing data, outliers @galuhsahid
  11. Misconceptions about AI/ML Challenges @galuhsahid Common myths: • The most

    important part in implementing ML is building models • Hyperparameter tuning is the only way to improve our model • We can get a 100% accuracy • ML is the answer for everything
  12. Data availability Challenges @galuhsahid • ML needs data! • However,

    since the awareness of data in the industry is relatively new, sometimes companies want to jump to implementing AI/ML without thinking about whether they actually have the data or not • What about open data? Indonesian open data still needs lots of improvement https://hackernoon.com/the-ai-hierarchy-of-needs-18f111fcc007
  13. Data infrastructure readiness Challenges @galuhsahid • Before implementing AI/ML, we

    need to have the data infrastructure ready first. Building data infrastructure needs planning and takes time. https://hackernoon.com/the-ai-hierarchy-of-needs-18f111fcc007
  14. Supporting resources Challenges @galuhsahid • Sometimes the success of an

    ML project also depends on the resource available • Example: NLP resources for Indonesian are limited compared to English https://github.com/kmkurn/id-nlp-resource
  15. More machine learning • On building ML projects: First Steps

    Towards Your First Machine Learning Project • On ML with JavaScript: Machine Learning on the Web • On ML with TensorFlow: A Whirlwind Tour of Machine Learning with TensorFlow @galuhsahid
  16. Learning resources •Deep Learning with Python (book) by François Chollet

    •Machine Learning Glossary •Machine Learning Crash Course •TensorFlow Tutorials •Teachable Machine Tutorials (1, 2, 3) •But what is a neural network? (video) @galuhsahid