The repository can be downloaded as a zip here. To get up and running:
- Download the repoistory as a .zip.
- Unzip the folder.
- In
start
, loadAnaconda Prompt
. - Navigate to the unzipped folder.
- Type
jupyter notebook
. - The exercises are stored inside the
notebooks
folder.
For the final NN based exercise, you can use a Google Colab notebook.
Intro slides can be found here.
Here are some handy links.
You will need:
- Python 3
- numpy
- pandas
- jupyter
- matplotlib
- tensorflow
- keras