All Projects → GKalliatakis → Adventures In Deep Learning

GKalliatakis / Adventures In Deep Learning

Licence: mit
A curated list of Deep Learning resources sorted by reputation

Projects that are alternatives of or similar to Adventures In Deep Learning

A Journey Into Convolutional Neural Network Visualization
A journey into Convolutional Neural Network visualization
Stars: ✭ 165 (+25.95%)
Mutual labels:  convolutional-neural-networks, deep-learning-tutorial
First Steps Towards Deep Learning
This is an open sourced book on deep learning.
Stars: ✭ 376 (+187.02%)
Mutual labels:  convolutional-neural-networks, deep-learning-tutorial
Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (+6.11%)
Mutual labels:  convolutional-neural-networks, ml
Deeplearning.ai
deeplearning.ai , By Andrew Ng, All video link
Stars: ✭ 625 (+377.1%)
Mutual labels:  convolutional-neural-networks, deep-learning-tutorial
Sru Deeplearning Workshop
دوره 12 ساعته یادگیری عمیق با چارچوب Keras
Stars: ✭ 66 (-49.62%)
Mutual labels:  convolutional-neural-networks, deep-learning-tutorial
Niftynet
[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
Stars: ✭ 1,276 (+874.05%)
Mutual labels:  convolutional-neural-networks, ml
Tensorflow Project Template
A best practice for tensorflow project template architecture.
Stars: ✭ 3,466 (+2545.8%)
Mutual labels:  convolutional-neural-networks, deep-learning-tutorial
Ufldl tutorial
Stanford Unsupervised Feature Learning and Deep Learning Tutorial
Stars: ✭ 689 (+425.95%)
Mutual labels:  convolutional-neural-networks, deep-learning-tutorial
Tensorflow Tutorial
TensorFlow and Deep Learning Tutorials
Stars: ✭ 748 (+470.99%)
Mutual labels:  convolutional-neural-networks, deep-learning-tutorial
3d Reconstruction With Neural Networks
3D reconstruction with neural networks using Tensorflow. See link for Video (https://www.youtube.com/watch?v=iI6ZMST8Ri0)
Stars: ✭ 71 (-45.8%)
Mutual labels:  convolutional-neural-networks, ml
Deep learning notes
a collection of my notes on deep learning
Stars: ✭ 112 (-14.5%)
Mutual labels:  convolutional-neural-networks, deep-learning-tutorial
Sparsenet
[ECCV 2018] Sparsely Aggreagated Convolutional Networks https://arxiv.org/abs/1801.05895
Stars: ✭ 127 (-3.05%)
Mutual labels:  convolutional-neural-networks
Aaltd18
Data augmentation using synthetic data for time series classification with deep residual networks
Stars: ✭ 124 (-5.34%)
Mutual labels:  convolutional-neural-networks
Deepecg
ECG classification programs based on ML/DL methods
Stars: ✭ 124 (-5.34%)
Mutual labels:  convolutional-neural-networks
Hyperdensenet
This repository contains the code of HyperDenseNet, a hyper-densely connected CNN to segment medical images in multi-modal image scenarios.
Stars: ✭ 124 (-5.34%)
Mutual labels:  convolutional-neural-networks
Feast
Feature Store for Machine Learning
Stars: ✭ 2,576 (+1866.41%)
Mutual labels:  ml
Rcnn Text Classification
Tensorflow Implementation of "Recurrent Convolutional Neural Network for Text Classification" (AAAI 2015)
Stars: ✭ 127 (-3.05%)
Mutual labels:  convolutional-neural-networks
Python autocomplete
Use Transformers and LSTMs to learn Python source code
Stars: ✭ 123 (-6.11%)
Mutual labels:  deep-learning-tutorial
Lenet 5
PyTorch implementation of LeNet-5 with live visualization
Stars: ✭ 122 (-6.87%)
Mutual labels:  convolutional-neural-networks
Pytorch Dc Tts
Text to Speech with PyTorch (English and Mongolian)
Stars: ✭ 122 (-6.87%)
Mutual labels:  convolutional-neural-networks

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

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