DEV Community

Discussion on: What's the best way to get started with machine learning?

Collapse
 
iampaulolopez profile image
Paulo López • Edited

Greetings,

Depending on your background,

Linear Algebra and Calculus is vital to understand what's happening under the hood of the algorithms.

There is plenty of resources online but it can get overwhelming without a plan of attack so my two cents are this:

You can follow this plan created by Siraj

github.com/2-CREATE/Learn_Machine_...

as well as a fast-pace crash course created by Google,

developers.google.com/machine-lear...

Happy learning!