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

MLCC part-2

krupa
October 13, 2018

MLCC part-2

Machine Learning Terminology, Linear regression hands-on , logistics regression hands-on , reducing loss and Tensorflow

krupa

October 13, 2018
Tweet

More Decks by krupa

Other Decks in Education

Transcript

  1. • ML Terminology (Revise) • Linear Regression and loss (Practical

    approach) • Reducing loss (Practical approach) • Tensorflow • Logistic Regression (Practical approach) • Build basic ANN from Scratch • Learning material • Conclusion Agenda
  2. Machine learning Terminology • Dataset • Input Features • Label/

    target • Model weights • loss • Regression • Clustering • Feature extraction • Training • Prediction
  3. Learning (determining) good values for all the weights and the

    bias from labeled examples (With minimum loss) that model can able to predict new unseen data value. Given an X (input Features) and Y (target/label) GOAL
  4. Loss • loss is a number indicating how bad the

    model's prediction was on a single example. If the model's prediction is perfect, the loss is zero; otherwise, the loss is greater.
  5. Linear Regression with One Variable Problem : Here we will

    implement linear regression with one variable to predict profits for a food truck. Suppose you are the CEO of a restaurant franchise and are considering different cities for opening a new outlet. The chain already has trucks in various cities and you have data for profits and populations from the cities. http://bit.ly/linearReg (colab) File-> Save a copy in drive http://bit.ly/datasetex1(Dataset)
  6. Theory Instead of predicting exactly 0 or 1, logistic regression

    generates a probability—a value between 0 and 1, exclusive Many problems require a probability estimate as output. Logistic regression is an extremely efficient mechanism for calculating probabilities. Log Loss is the loss function for logistic regression.
  7. Krupa Galiya Let’s Connect • Twitter : https://twitter.com/Krupagaliya • LinkedIn

    : https://www.linkedin.com/in/krupagaliya/ • Github : https://github.com/krupagaliya • Email : [email protected]