/DLprerequisites

Exercises code of Deep Learning Prerequisites: The Numpy Stack in Python

Primary LanguagePython

Deep Learning Prerequisites: The Numpy Stack in Python

Free online course available at Udemy. This repository includes the code for each exercise and the necessary data.

Get the code:

cd && git clone https://github.com/YueErro/DLprerequisites.git

Make sure you have the required dependencies installed:

pip3 install -r ~/DLprerequisites/requirements.txt

To try it out:

python3 ~/DLprerequisites/exercises/ex1.py

To try out a different exercise, change the python file name. For instance: python3 ~/DLprerequisites/exercises/ex9.py