Skip to content

vasu-kukkapalli/foundations_for_deep_learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foundations for deep learning:

  1. I emphasize mathematical/conceptual foundations because implementations of ideas(ex. Torch, Tensorflow) will keep evolving but the underlying backbone must be sound. Anybody with an interest in deep learning can and should try to understand why things work.
  2. I include neuroscience as a useful conceptual foundation for two reasons. First, it may provide inspiration for future models and algorithms. Second, the success of deep learning can contribute to useful hypotheses and models for computational neuroscience.
  3. Information Theory is also a very useful foundation as there's a strong connection between data compression and statistical prediction. In fact, data compressors and machine learning models approximate Kolmogorov Complexity which is the ultimate data compressor.

You might notice that I haven't emphasized the latest bench-mark beating paper. My reason for this is that a good theory ought to be scalable which means that it should be capable of explaining why deep models generalise and we should be able to bootstrap these explanations for more complex models(ex. sequences of deep models(aka RNNs)). This is how all good science is done.

Classics:

  1. Learning Deep Generative Models(Salakhutdinov 2015)
  2. Uncertainty in Deep Learning(Yarin Gal 2017)
  3. Markov Chain Monte Carlo and Variational Inference: Bridging the Gap (Salimans 2014)
  4. Weight Normalization (Salimans 2016)
  5. Mixture Density Networks (Bishop 1994)
  6. Dropout as a Bayesian Approximation(Yarin Gal 2016)
  7. Learning Deep Generative Models(Salakhutdinov 2015)
  8. Why does unsupervised pre-training help deep learning?(Erhan et al. 2010)
  9. Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift(Ioffe 2015)

Mathematical papers:

  1. Dropout Rademacher Complexity of Deep Neural Networks(Wei Gao 2014)
  2. Distribution-Specific Hardness of Learning Neural Networks(Shamir 2017)
  3. Lessons from the Rademacher Complexity for Deep Learning(Sokolic 2016)
  4. A mathematical theory of Deep Convolutional Neural Networks for Feature Extraction(Wiatowski 2016)
  5. Spectral Representations for Convolutional Neural Networks(Rippl 2015)
  6. Electron-Proton dynamics in deep learning(Zhang 2017)
  7. Empirical Risk Minimization for Learning Theory(Vapnik 1991)
  8. The Loss Surfaces of Multilayer Networks(Y LeCun et al. 2015)
  9. Understanding Synthetic Gradients and Decoupled Neural Interfaces(W. Czarnecki 2017)
  10. Dataset Shift(Storkey 2013)
  11. Risk vs Uncertainty(I. Osband 2016)
  12. The loss surface of deep and wide neural networks(Q. Nguyen 2017)

Information Theory papers:

  1. Shannon Information and Kolmogorov Complexity (Grunwald 2010)
  2. Discovering Neural Nets with Low Kolmogorov Complexity(Schmidhuber 1997)
  3. Opening the black box of Deep Neural Networks via Information (Schwartz-Ziv 2017)

Neuroscience papers:

  1. Towards an integration of deep learning and neuroscience(Marblestone 2016)
  2. Equilibrium Propagation(Scellier 2016)
  3. Biologically plausible deep learning(Bengio 2015)
  4. Random synaptic feedback weights(Lillicrap 2016)
  5. Deep learning with spiking neurons(Mesnard 2016)
  6. Towards deep learning with spiking dendrites(Guergiuev 2017)
  7. Variational learning for recurrent spiking networks(Rezende 2011)
  8. A view of Neural Networks as dynamical systems(Cessac 2009)

Note: This is a work in progress. I have a lot more papers to add.

About

Building a foundation for deep learning with mathematics and neuroscience

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published