Setting Up - software-over-beer/deep-learning GitHub Wiki
To run and complete the exercises I provide, you will need to install the following:
Python 3
Used for:
virtualenv
Used for:
Important: I HIGHLY recommend creating a virtual environment for these exercises. If you are unfamiliar with virtual environments, read through this
Numpy
Used for:
Matplotlib
Used for:
PyTorch
Used for:
TensorFlow
Used for:
Later on, I might create an install all script that will install each of these for you.