Skip to content

Implementation of deep learning algorithms and papers. Python, Tensorflow, PyTorch.

Notifications You must be signed in to change notification settings

khalilMejri/deep-learning-implementations

 
 

Repository files navigation

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).

About

Implementation of deep learning algorithms and papers. Python, Tensorflow, PyTorch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 54.2%
  • Python 45.8%