dantussk / deepschool.io

Deep Learning tutorials in jupyter notebooks.

Home Page:http://www.deepschool.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeepSchool.io

logo

License Binder

Goals

  1. Make Deep Learning easier (minimal code).
  2. Minimise required mathematics.
  3. Make it practical (runs on laptops).
  4. Open Source Deep Learning Learning.

Support Us

There's a few ways you can support this initiative:

  1. Right now this is very much a self funded project. If you wish to see more and more high quality tutorials and videos support us at: https://www.patreon.com/deepschoolio
  2. Subscribe to our YouTube channel here.
  3. Star this repository and share it!

Binder

Launch a live notebook server with these notebooks using binder: Binder

Installation

  1. Install Docker https://www.docker.com/
  2. Use the following commands to run from docker1.
git clone https://github.com/sachinruk/deepschool.io.git
cd deepschool.io
bash run.sh
  1. Now go to localhost:9000 on your browser to start using the jupyter notebooks.
  2. (Optional) If you are on a mac/windows some of the examples may not work because the docker image may run out of memory. Hence under preferences in docker there is the option to increase the allocated memory. I have set it to 8GB. Run docker-compose up again if you reset memory.

See here for installing on windows.

Contents

  1. Lesson 0: Introduction to regression.
  2. Lesson 1: Penalising weights to fit better (scikit learn intro)

Mathematics (optional)

  1. Lesson 2: Gradient Descent. Using basic optimisation methods.
  2. Lesson 3: Tensorflow intro: zero layer hidden networks (i.e. normal regression).
  3. Lesson 4: Tensorflow hidden layer introduction.

Deep Learning

  1. Lesson 5: Using Keras to simplify multi layer neural nets.
  2. Lesson 6: Embeddings to deal with categorical data. (Keras)
  3. Lesson 7: Word2Vec. Embeddings to visualise words. (Tensorflow)
  4. Lesson 8: Application - Bike Sharing predictions
  5. Lesson 9: Choosing Number of Layers and more
  6. Lesson 10: XGBoost - A quick detour from Deep Learning
  7. Lesson 11: Convolutional Neural Nets (MNIST dataset)
  8. Lesson 12: CNNs and BatchNormalisation (CIFAR10 dataset)
  9. Lesson 13: Transfer Learning (Dogs vs Cats dataset)

Advanced Topics

  1. Lesson 14: LSTMs - Sentiment analysis.
  2. Lesson 15: LSTMs - Shakespeare.
  3. Lesson 16: LSTMs - Trump Tweets.
  4. Lesson 17: Trump - Stacking and Stateful LSTMs.
  5. Lesson 18: Fake News Classifier

Support

You can ask questions and join the development discussion:

Meetup

First meetup node: https://www.meetup.com/DeepSchool-io/

YouTube playlist

Find the corresponding video tutorial here (not all notebooks have an associated video) https://www.youtube.com/playlist?list=PLIx9QCwIhuRS1SPS9LHF7VjvZyM1g2Swz

Notes

1: Refer to this Dockerfile and this for information on how the docker image was built.

About

Deep Learning tutorials in jupyter notebooks.

http://www.deepschool.io

License:Other


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%Language:Shell 0.0%