PEM-- / deep-learning-siraj

Deep learning course from Siraj Raval

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deep-learning-siraj

Deep learning course from Siraj Raval

Install

# Virtualenv needs to be globally installed
pip3 install virtualenv
python3 -m virtualenv env
# For fishshell
source env/bin/activate.fish
# For bash
source env/bin/activate
# Install dependencies
pip install -r requirements.txt

Update dependencies

pip freeze > myproject/requirements.txt

About

Deep learning course from Siraj Raval

License:MIT License


Languages

Language:Python 100.0%