Skip to content

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

Notifications You must be signed in to change notification settings

YueErro/DLprerequisites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages