All Projects → Dataweekends → Zero_to_deep_learning_video

Dataweekends / Zero_to_deep_learning_video

Licence: other
Repository for the Zero to Deep Learning® Video Course

Projects that are alternatives of or similar to Zero to deep learning video

Neural Networks And Deep Learning
This is my assignment on Andrew Ng's course “neural networks and deep learning”
Stars: ✭ 292 (-1.35%)
Mutual labels:  jupyter-notebook
Pycon 2018 Tutorial
Using pandas for Better (and Worse) Data Science
Stars: ✭ 294 (-0.68%)
Mutual labels:  jupyter-notebook
Sklearn Evaluation
Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook analysis.
Stars: ✭ 294 (-0.68%)
Mutual labels:  jupyter-notebook
Dive Into Dl Tensorflow2.0
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可
Stars: ✭ 3,380 (+1041.89%)
Mutual labels:  jupyter-notebook
Notebooks
All of our computational notebooks
Stars: ✭ 292 (-1.35%)
Mutual labels:  jupyter-notebook
Show and tell.tensorflow
Stars: ✭ 294 (-0.68%)
Mutual labels:  jupyter-notebook
Datascience course
Curso de Data Science em Português
Stars: ✭ 294 (-0.68%)
Mutual labels:  jupyter-notebook
Human Segmentation Pytorch
Human segmentation models, training/inference code, and trained weights, implemented in PyTorch
Stars: ✭ 289 (-2.36%)
Mutual labels:  jupyter-notebook
Generative Query Network Pytorch
Generative Query Network (GQN) in PyTorch as described in "Neural Scene Representation and Rendering"
Stars: ✭ 294 (-0.68%)
Mutual labels:  jupyter-notebook
Mlpractical
Machine Learning Practical course repository
Stars: ✭ 295 (-0.34%)
Mutual labels:  jupyter-notebook
Tdc
Therapeutics Data Commons: Machine Learning Datasets and Tasks for Therapeutics
Stars: ✭ 291 (-1.69%)
Mutual labels:  jupyter-notebook
Dab
Data Augmentation by Backtranslation (DAB) ヽ( •_-)ᕗ
Stars: ✭ 294 (-0.68%)
Mutual labels:  jupyter-notebook
Awesome Gee
A curated list of Google Earth Engine resources
Stars: ✭ 292 (-1.35%)
Mutual labels:  jupyter-notebook
Scientific Python Lectures
Lectures on scientific computing with python, as IPython notebooks.
Stars: ✭ 3,158 (+966.89%)
Mutual labels:  jupyter-notebook
Lyrics Conditioned Neural Melody Generation
Stars: ✭ 296 (+0%)
Mutual labels:  jupyter-notebook
Predict Customer Churn
A general-purpose framework for solving problems with machine learning applied to predicting customer churn
Stars: ✭ 294 (-0.68%)
Mutual labels:  jupyter-notebook
Pythonscraping
The code of book: Python Scraping
Stars: ✭ 292 (-1.35%)
Mutual labels:  jupyter-notebook
Ethereum future
This is the Code for "Ethereum Future Prices" by Siraj Raval on Youtube
Stars: ✭ 294 (-0.68%)
Mutual labels:  jupyter-notebook
Pytorch Nlp Notebooks
Learn how to use PyTorch to solve some common NLP problems with deep learning.
Stars: ✭ 293 (-1.01%)
Mutual labels:  jupyter-notebook
Tf tutorial plus
Tutorials for TensorFlow APIs the official documentation doesn't cover
Stars: ✭ 293 (-1.01%)
Mutual labels:  jupyter-notebook

Check our Zero To Deep Learning 5 day bootcamp. New dates are out!


Zero to Deep Learning® Video Course

Welcome to the Zero to Deep Learning® Video Course repository.

Get started guide

Clone this repository on your local computer

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

Download and Install Anaconda Python 3.7

https://www.anaconda.com/distribution/

Change to course folder

cd zero_to_deep_learning_video

Create the course environment

conda env create

wait for the environment to create.

Activate the environment (Mac/Linux)

conda activate ztdl

Activate the environment (Windows)

conda 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):
conda 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.14.1
  • Ubuntu 18.04
  • Windows 10

Running the course on Google Colaboratory with free GPU support

Google offers a free platform to run Jupyter notebooks called Google Colaboratory. You need a Gmail or Google Apps email address to use it.

Follow these steps:

  1. Open your browser and go to https://colab.research.google.com/
  2. Choose the GITHUB tab and paste the repository address: https://github.com/Dataweekends/zero_to_deep_learning_video in the search bar.
  3. Click on the notebook you would like to run
  4. Enable GPU support in the Edit -> Notebook Settings menu
  5. Enjoy running the notebook with GPU support!
  6. If the notebook loads data from the repo you will have to download the data too. Follow these steps to do that:
  7. Create a code cell at the top of the notebook
  8. Clone the repository in Colab:
!git clone https://github.com/Dataweekends/zero_to_deep_learning_video.git
  1. Replace the ../data path with zero_to_deep_learning_video/data in the cell that loads the data.
  2. Enjoy!

Running the course on Floyd with GPU support

FloydHub provides a zero-install platform-as-a-service for training and deploying DL models in the cloud. Here are the steps to run the course on Floyd:

Sign-up on FloydHub

Go to: www.floydhub.com and register.

Install or update Floyd

In the terminal, with the activated ztdl environment, run:

pip install -U floyd-cli

Login into Floyd

floyd login

This will open a browser and you will have to log in with your User/Password. Then copy the token to the terminal and hit ENTER.

Initialize the current project

floyd init zerotodeeplearning

Run a notebook with GPU support

floyd run --mode jupyter --env tensorflow --gpu --data ghegoo/datasets/crowdflower-male-female/1

Wait for the notebook to come online and then navigate to the url

Enjoy GPU power

Run a notebook and experience the awesome power of a GPU!

STOP floyd

When you are finished, remember to STOP the floyd environment so that you don't incur in charges.

floyd stop <PROJECT-ID>

Make sure that you have stopped the project by checking the floyd page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].