#783 · Primary category: Education & Research

python-is-cool

advanced-python data-science machine-learning python-tutorials python3

Cool Python features for machine learning that I used to be too afraid to use. Will be updated as I have more time / learn more.

Project last updated:12/27/19

GitHub Stars

3.7K

Forks

569

Contributors

6

License

Other

Why we included this project

Python programmers who spend their days writing ML experiments will get the most from this notebook. It walks through language features that beginner courses rarely cover, from lambda functions and map/filter/reduce combos to generator tricks and list comprehensions, each shown as a short runnable snippet you can copy and adapt. The examples are tied to real ML chores like computing losses over tensors, so the lessons carry straight over to data science work. The whole thing is a single Binder-ready notebook, so you can work through it in a browser or clone it and follow along locally. Treat it as a learning reference rather than a library to install.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category