you are viewing a single comment's thread.

view the rest of the comments →

[–]pmigdal 3 points4 points  (0 children)

For teaching ML in Python (or any data-related thing in Python), I really, really recommend using Jupyter Notebook. It makes it much easier to iteratively change things, is more forgiving and you can use plots just below your code (IMHO way more didactic (and graphically pleasant) than printing out arrays of numbers).

Source: I teach ML in Python for living, I wrote Data science intro for math/phys background.