Skip to content

francisglee/deep-learning-coursera

 
 

Repository files navigation

Deep Learning Specialization on Coursera

Master Deep Learning, and Break into AI

Instructor: Andrew Ng

Introduction

This repo is continuation of all work done by @Kulbear for this specialization. All the code base, quiz questions, screenshot, and images, are taken from, unless specified, Deep Learning Specialization on Coursera. Focus here are making sure dependencies are all accounted for.

Programming Assignments

Quiz Solutions

There are concerns that some people may use the content here to quickly ace the course so I'll no longer update any quiz solution.

Important Slide Notes

I screenshotted some important slide page and store them into GitHub issues. It seems not very helpful for everyone since I only keep those I think may be useful to me.

Getting Started

Installation

  1. Clone git repository to local machine.
$ cd ~/Projects # or a directory of your choosing
$ git clone https://github.com/francisglee/deep-learning-coursera
  1. Create virtual environment using python3 venv
$ python3 -m venv venv # creates virtual environment, venv, in parent directory
$ source venv/bin/activate # activate virtual environment
  1. pip install requirements
(venv)$ pip install -r requirements.txt
  1. Now run the kernel "self-install" script:
(venv)$ python3 -m ipykernel install --user --name=venv
  1. Run jupyter notebook.
(venv)$ jupyter notebook
  1. You should now be able to see your kernel in the IPython notebook menu: Kernel -> Change kernel.

Built with

  1. Jupyter Notebooks
  2. Numpy
  3. Sklearn
  4. Matplotlib
  5. testCases

About

Deep Learning Specialization by Andrew Ng on Coursera.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%