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

Machine Learning Quick Talk

Machine Learning Quick Talk

The quick conversation of few machine learning concept in GDG Ahmedabad community.

Krunal Kapadiya

October 13, 2018
Tweet

More Decks by Krunal Kapadiya

Other Decks in Technology

Transcript

  1. Let’s start a story NOTE: We will learn ML with

    story of Jonathan Livingston Seagull
  2. Measure of central tendency What is Mean? - Average value

    from dataset What is Median? - Middle value of dataset
  3. Measure of central tendency What is Mean? - Average value

    from dataset What is Median? - Middle value of dataset What is Mode? - Repeated value of dataset
  4. Generalization (a.k.a out of sample error) - Measure of accuracy

    for previously unseen data - Difference between expected and proven error - Mostly occurs in deep learning model, training sets working fine, but not fitting in real data
  5. Give me the reference links - https://developers.google.com/machine-learning/crash-course/ml-intro - https://www.kaggle.com/learn/overview -

    https://towardsdatascience.com/train-test-split-and-cross-validation-in-python- 80b61beca4b6