Skip to content

Programming assignments of Deep Learning Specialization

Notifications You must be signed in to change notification settings

xinthink/coursera-deeplearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming assignments of the Deep Learning Specialization on Coursera.

Directory Structure

Getting Started

Setup a virtualenv

  • Install Pipenv
  • Install dependencies with pipenv install or specify your python location pipenv install --python $(which python3)
  • Now you can activate the virtualenv with pipenv shell, or run python script directly by pipenv run python

Running Notebooks & python scripts

  • pipenv run jupyter notebook then open a notebook
  • or open a specified notebook: pipenv run jupyter notebook 01-nn/week02/week02.ipynb
  • or run python scripts directly: cd 01-nn/week02 && pipenv run python logistic_regression.py

Releases

No releases published

Packages

No packages published