ml-tutorial icon indicating copy to clipboard operation
ml-tutorial copied to clipboard

Introduction to ML packages for the 6.86x course

Results 5 ml-tutorial issues
Sort by recently updated
recently updated
newest added

Fixed some obvious typos and added my understanding of NumPy's main performance advantage (standard CPython also runs pre-compiled c code on the backend, btw). I avoided suggesting grammar/punctuation nitpicks.

Just fixed some obvious typos. I avoided suggesting grammar/punctuation nitpicking.

Typo in sentence "Numpy is desiged to handle large multidimensional arrays and enable efficient computations with them. In the back, it runs pre-compiled C code which is much faster than,...

Hi there, I created a environmant.yml for lunching the notebooks on mybinder.org with all the modules used in the two files.. I think it would be much more interesting for...

`F` is used in this cell before it has been defined. This can cause some confusion on first read-through (and presumably the code wouldn't be able to execute). Thanks for...