• Stars
    star
    127
  • Rank 282,790 (Top 6 %)
  • Language
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A curated list of Deep Learning resources sorted by reputation

Adventures in deep learning

Deep Learning publications, frameworks & resources

Overview

Deep convolutional neural networks have led to a series of breakthroughs in large-scale image and video recognition. This repository aims at presenting an elaborate list of the latest works on the field of Deep Learning since 2013.

This is going to be an evolving repository and I will keep updating it (at least twice monthly).


State-of-the-art papers (Descending order based on Google Scholar Citations)

  1. Very deep convolutional networks for large-scale image recognition (VGG-net) (2014) [pdf] [video]
  2. Going deeper with convolutions (GoogLeNet) by Google (2015) [pdf] [video]
  3. Deep learning (2015) [pdf]
  4. Visualizing and Understanding Convolutional Neural Networks (ZF Net) (2014) [pdf] [video]
  5. Fully convolutional networks for semantic segmentation (2015) [pdf]
  6. Deep residual learning for image recognition (ResNet) by Microsoft (2015) [pdf] [video]
  7. Deepface: closing the gap to human-level performance in face verification (2014) [pdf] [video]
  8. Batch normalization: Accelerating deep network training by reducing internal covariate shift (2015) [pdf]
  9. Deep Learning in Neural Networks: An Overview (2015) [pdf]
  10. Delving deep into rectifiers: Surpassing human-level performance on imagenet classification (PReLU) (2014) [pdf]
  11. Faster R-CNN: Towards real-time object detection with region proposal networks (2015) [pdf]
  12. Fast R-CNN (2015) [pdf]
  13. Spatial pyramid pooling in deep convolutional networks for visual recognition (SPP Net) (2014) [pdf] [video]
  14. Generative Adversarial Nets (2014) [pdf]
  15. Spatial Transformer Networks (2015) [pdf] [video]
  16. Understanding deep image representations by inverting them (2015) [pdf]
  17. Deep Learning of Representations: Looking Forward (2013) [pdf]

Classic publications

  • ImageNet Classification with Deep Convolutional Neural Networks (AlexNet) (2012) [pdf]
  • Rectified linear units improve restricted boltzmann machines (ReLU) (2010) [pdf]

Theory

  1. Deep Neural Networks are Easily Fooled: High Confidence Predictions for Unrecognizable Images (2015) [pdf]
  2. Distilling the Knowledge in a Neural Network (2015) [pdf]
  3. Deep learning in neural networks: An overview (2015) [pdf]

Books

  • Deep Learning Textbook - An MIT Press book (2016) [html]
  • Learning Deep Architectures for AI [pdf]
  • Neural Nets and Deep Learning [html] [github]

Notes from Coursera DeepLearning courses by Andrew Ng, created by @TessFerrandez

  • Download from here

Courses / Tutorials (Webpages unless other is stated)


Resources / Models (GitHub repositories unless other is stated)


Frameworks & Libraries (Descending order based on GitHub stars)


License

MIT

More Repositories

1

Delving-deep-into-GANs

Generative Adversarial Networks (GANs) resources sorted by citations
853
star
2

Keras-VGG16-places365

Keras code and weights files for the VGG16-places365 and VGG16-hybrid1365 CNNs for scene classification
Python
193
star
3

Bilateral-Filtering

Applying Bilateral Filtering to images
MATLAB
46
star
4

Keras-Application-Zoo

Reference implementations of popular DL models missing from keras-applications & keras-contrib
Python
33
star
5

Fourier-Analysis-Digital-Images

Fourier analysis applications for image matching.
MATLAB
19
star
6

Wavelet-decomposition-and-Filter-bank

The wavelet transform and its applications in image denoising
MATLAB
17
star
7

FBI-Scraper

A simple, multithreaded image scraper implemented in Python for downloading all images from the Flickr web service for a given keyword and time period.
Python
15
star
8

Computer-Vision-Journals-Catalogue

Computer Vision Journals List, Review Speed, Impact Factors
13
star
9

LaTeX-Journal-Assistant

📝 Your LaTeX-based assistant to count on when submitting your scientific documents
TeX
9
star
10

Human-Rights-Archive-CNNs

The Human Rights Archive CNNs for Human Rights Violations Classification
Python
8
star
11

camus-segmentation-pytorch

PyTorch implementation of the two U-Net-based architectures described in "Deep Learning for Segmentation using an Open Large-Scale Dataset in 2D Echocardiography"
Python
7
star
12

Deep-Learning-Lecture-Slides

Lecture slides, in PDF format, accompanying all chapters of the MIT Press book 'Deep Learning'
7
star
13

DisplaceNet

Recognising Displaced People from Images by Exploiting Dominance Level - CVPR '19 Workshop on Computer Vision for Global Challenges (CV4GC)
Python
6
star
14

Visualising-Facial-Expression-Changes

In order to complete the process of recognising four universal dominant facial expressions (happiness, anger, sadness and surprise), emotion recognition via facial expressions (ERFE) was adopted
JavaScript
5
star
15

BringDepthDataAlive

Implementation of visualisations presented in the paper ‘Conceiving Human Interaction by Visualising Depth Data of Head Pose Changes and Emotion Recognition via Facial Expressions’
JavaScript
4
star
16

Human-Rights-UNderstanding-CNNs

Detection of Human Rights Violations in Images: Can Convolutional Neural Networks Help?
3
star
17

Video-Recording-using-Matlab-GUIDE-

A Graphical User Interface (GUI) written in Matlab for recording unlimited frames of video in either .avi files or in Matlab's native format .mat from a USB camera.
MATLAB
2
star
18

MatDeepRep

A Matlab plugin, built on top of Caffe framework, capable of learning deep representations for image classification using the MATLAB interface – matcaffe & various pretrained caffemodel binaries
MATLAB
2
star
19

Keras-EMOTIC-resources

Repo to facilitate the loading process of models trained on EMOTIC
1
star
20

radimagenet-pytorch

RadImageNet in PyTorch. RadImageNet is an open-access medical imaging database designed for deep learning research and effective transfer learning.
Python
1
star