You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recommend reading the Stanford University CS231n Course which is a good source of knowledge on neural networks. We could select a sub-list of important courses but they are actually all useful.
Code
Knowing how to use python/numpy properly is a must!
Pytorch
We all use Pytorch as it is the most flexible and intuitive deep learning framework. This power is mostly enabled by its capacity to build its compute graph on-the-fly. We strongly recommend you to learn about this framework!
Installing
Installing pytorch is easy, all you need is to follow this link.
Tutorials
Some useful resources on how to use the framework: