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

ExploreML-Beginner Track

krupa
October 16, 2019

ExploreML-Beginner Track

As Google's ExploreML facilitator I conducted a workshop for beginners of Machine Learning. These slides introduce Machine Learning in detail. Conducted at VGEC, Ahmedabad.

krupa

October 16, 2019
Tweet

More Decks by krupa

Other Decks in Education

Transcript

  1. https://www.autodraw.com/ OR https://magic-sketchpad.glitch.me AutoDraw is a new kind of drawing

    tool that pairs the magic of machine learning with drawings from talented artists to help everyone create anything visual, fast.
  2. 1. How does the games work? 2. How is it

    recognising your drawings? 3. Further enquiry: How could we program this? Quickdraw Game - Discussion
  3. if object.height > 10: do x if object.color is blue:

    do y if object.numberOfLegs > 2: do z ... Frame the goal of the product Refine until goals are met Designers and engineers develop flow and logic Quickdraw: Rule-based
  4. Quickdraw: Machine Learning Frame the goal of the product Refine

    until goals are met Train a model using examples
  5. Machine Learning is a type of Artificial Intelligence that provides

    computers with the ability to learn without being explicitly programmed. Learn from Data. it is the study of computer algorithms that improve automatically through experience.
  6. Each has its benefits Rule-based Approach Machine Learning – Rules

    are defined – Improvements come from algorithms and network – Learns patterns from data – Improvements can from additional data Recap
  7. Collect Data Train and Test Model Define Objective Predict and

    Evaluate Focus on User Machine Learning Process
  8. Classification Clustering Regression Sequence Prediction Style Transfer Type of Machine

    Learning? Recommending what someone will download based on previous purchases. Sequence Prediction
  9. Classification Clustering Regression Sequence Prediction Style Transfer Identifying trends amongst

    a group of people who have bought a new music release Clustering Type of Machine Learning?
  10. Classification Clustering Regression Sequence Prediction Style Transfer Type of Machine

    Learning? Determining workout activity based on phone movement. Classification
  11. Classification Clustering Regression Sequence Prediction Style Transfer Type of Machine

    Learning? Predicting the strength of a password Regression Classification
  12. Classification Clustering Regression Sequence Prediction Style Transfer Type of Machine

    Learning? Identifying famous landmarks in a photo Classification
  13. Classification Clustering Regression Sequence Prediction Style Transfer Type of Machine

    Learning? Predicting the quality score for an advertisement Regression
  14. Classification Clustering Regression Sequence Prediction Style Transfer Type of Machine

    Learning? Estimating arrival time based on time of day and traffic. Regression
  15. Classification Clustering Regression Sequence Prediction Style Transfer Type of Machine

    Learning? Translating between two languages Style Transfer
  16. Questions / Review 1. What is ML? 2. ML vs

    Rule-based 3. Idea to Implementation 4. AI vs ML vs Deep Learning 5. History of ML 6. Types of ML [Classification, Clustering, Regression, Sequence Prediction, Style Transfer]