<aside> 💡 Jupyter Notebook are great for ML experiments. Jeremy Howard uses one Notebook for each model he builds. He simply duplicates the Notebook, as he explained here. According to him, its the fastest and most simple way to work. Tip: you can work with both notebooks and scripts, as seen in this github folder where we import all scripts into the notebook.
</aside>
<aside> 💡 There are thousands of machine learning algorithms, but you'll rarely need more than a handful.
A good start (link):
“You have to understand how an algorithm works internally if you want to use it" is bullshit advice. I often use/apply algorithms without knowing how they work internally and that's fine. In fact, using an algorithm can help build intuition for how it works, which will make it easier to then learn how it really works.
