Git Product home page Git Product logo

zero_to_deep_learning_udemy's Introduction

Zero to Deep Learning™ Udemy Video Course

Welcome to the Zero to Deep Learning Video Course repository

To get started:

Clone this repository on your local computer

git clone https://github.com/Dataweekends/zero_to_deep_learning_udemy.git

Download and Install Anaconda Python 3.6

https://www.continuum.io/downloads

Change to course folder

cd zero_to_deep_learning_udemy

Create the course environment

conda env create

wait for the environment to create.

Activate the environment (Mac/Linux)

source activate ztdl

Activate the environment (Windows)

activate ztdl

Check that your prompt changed to

(ztdl) $

Launch Jupyter Notebook

jupyter notebook

Open your browser to

http://localhost:8888

Run the Check environment Notebook

Go to the course folder, open the notebook 0_Check_Environment.ipynb and run it. If you see the message:

Houston we are go!

You are good to go! Enjoy!

Troubleshooting installation

If for some reason you don't see Houston we are go!, the simplest solution is to delete the environment and start from scratch again.

To remove the environment:

  • close the browser and go back to your terminal
  • stop jupyter notebook (CTRL-C)
  • deactivate the environment (Mac/Linux):
source deactivate
  • deactivate the environment (Windows 10):
deactivate ztdl
  • delete the environment:
conda remove -y -n ztdl --all
  • restart from environment creation and make sure that each steps completes till the end.

Updating Conda

One thing you can also try is to update your conda executable. This may help if you already had Anaconda installed on your system.

conda update conda

These instructions have been tested on:

  • Mac OSX Sierra 10.12.4
  • Ubuntu 16.04
  • Windows 10

zero_to_deep_learning_udemy's People

Contributors

ghego avatar

Watchers

James Cloos avatar NN 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.