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

Machine Learning - Intermediate Track

krupa
November 10, 2019

Machine Learning - Intermediate Track

As google's ExploreML facilitator conducted Intermediate track of ML at Women Techmaker, Baroda. This workshop conducted at the Mastercard office at Baroda.

krupa

November 10, 2019
Tweet

More Decks by krupa

Other Decks in Technology

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. 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
  3. Quickdraw: Machine Learning Frame the goal of the product Refine

    until goals are met Train a model using examples
  4. 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.
  5. 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
  6. Collect Data Train and Test Model Define Objective Predict and

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

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

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

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

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

    Learning? Estimating arrival time based on time of day and traffic. Regression
  12. Perceptron • Perceptron is a single layer neural network and

    a multi-layer perceptron is called Neural Networks. • Perceptron is a linear classifier (binary). Also, it is used in supervised learning.
  13. TensorFlow is a free and open-source software library for dataflow

    and differentiable programming It is a symbolic math library, and can be used for machine learning applications such as neural networks.
  14. Text Classification That was the best movie ever! Positive 10

    Everyone but me liked the movie Negative 5 That was the worst movie ever! Negative 10 I would rate it 7 out of 10 Positive 7 It was ok ? 2 Positive Negative
  15. 1. bit.ly/2WZPsEn 2. Open the exercise in Colab 3. Sign

    in with your Google account 4. Activate the Runtime 5. Run code Text Classification Coding Activity
  16. A pre-trained model is a saved network that was previously

    trained on a large dataset, typically for a large-scale image-classification task.
  17. 1. bit.ly/32yjMXM 2. Open the exercise in Colab 3. Sign

    in with your Google account 4. Activate the Runtime 5. Run code Image Classification Coding Activity