8
amnjain
6y

I am beginner in MACHINE LEARNING. How do I start to learning ML from scratch??

Comments
  • 2
    https://developers.google.com/machi...

    Free crash course from google, all the best.
  • 3
    😜
  • 3
    Stanford's CS229 course (Machine Learning by Andrew Ng) has terrific course notes and lectures if you want to go in-depth; and the whole thing's available on YouTube. Ng's Coursera course has a more accessible introduction if you want a good overview of things.
  • 2
    Well first you start off with a shit ton of data.

    And then you .fit() your data

    from there you can .predict() your data
Add Comment