Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.13 KB

MLHQ.io

This repo contains all of the source code files in jupyter notebook format for my blog on machine learning.

Content

Statistical Learning

More coming soon...

What is the path to being a machine learning engineer.

Basics:
  Metrics, basic - False positive, False negative
      Effect of imbalanced datasets, how to tune for aggressiveness
  What kind of data do I have, what kind of algorithm do I need
      Classification vs Regression
      Time series data (order matters)
      Markovian space, non-markovian
  How do I guess and check effectively
      How do I deal with roadblocks efficiently