GithubHelp home page GithubHelp logo

francisglee / deep-learning-coursera Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kulbear/deep-learning-coursera

0.0 2.0 0.0 32.11 MB

Deep Learning Specialization by Andrew Ng on Coursera.

License: MIT License

Jupyter Notebook 100.00%

deep-learning-coursera's Introduction

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

deep-learning-coursera's People

Contributors

francisglee avatar kulbear avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.