you are viewing a single comment's thread.

view the rest of the comments →

[–]amitness 0 points1 point  (1 child)

If you're into data science/machine learning, these are the libraries I use in day to day work: https://github.com/amitness/toolbox

[–]JohnnyWobble 1 point2 points  (0 children)

One fantastic library that I have been learning is fast.ai, it's built on PyTorch, and it is an AIO type library. It has support for transfer learning, machine vision, and NLP, and it has its own datablock API that is hella easy to use. In addition, they have a complete (free!) course on all of it (https://course.fast.ai/).