Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 2.46 KB

README.md

File metadata and controls

51 lines (36 loc) · 2.46 KB

Deep Learning paper and algorithm implementations

This repo collects exercises and provides code for deep learning papers and algorithms. Implementations are loosely organized by topic and grouped into folders. In addition to implementations, each folder contains a README with learning goals and a list of exercises. Both folders and exercises are arranged in increasing order of complexity.

All code is written in Python 3 and implementations are in either TensorFlow or PyTorch.

Table of Contents

Implemented

Resources

Classes:

  • fast.ai 1: Practical Deep Learning For Coders
  • fast.ai 2: Cutting Edge Deep Learning For Coders
  • fast.ai linalg: Computational Linear Algebra for Coders
  • CS224d: Deep Learning for Natural Language Processing
  • CS231n: Convolutional Neural Networks for Visual Recognition

Textbooks:

Collections of implementations:


Format inspired by Denny Britz (my chief innovation on his format is that I added emojis).