Deep learning Machine learning in a modular way using layers, like in Torch. Artificial neural networks, with many layers..
http://www.abigailsee.com/2018/02/21/deep-learning-structure-and-innate-priors.html
Two+ Minute Papers - How Does Deep Learning Work? – The computer that mastered Go
Oxford course (with video) on lecture 12
The idea is also that layers are recursive, i.e. layers can be made up of layers.
Concepts as programs; programs as networks
Probabilistic programming, Program induction
trainning models based on demonstration
Multi-agents, and Communication
Generating programs is not that different from generating explanations
http://www.thespermwhale.com/jaseweston/
NIPS2016
Multi-scale networks and an application.
Scene Parsing with Multiscale Feature Learning, Purity Trees, and Optimal Covers
http://www.clement.farabet.net/research.html#parsing
good for generalizing models, transfer learning, multi-task learning. Good when don't have much supervision data.
Memory is good for recognizing time sequence data. See Long short-term memory.
more...
Structured learning – Learning to learn and compositionality with deep recurrent neural networks
Dropout. usefulness of dropout
Predicting Parameters in Deep Learning The intuition motivating the techniques in this paper is the well known observation that the first layer features of a neural network trained on natural image patches tend to be globally smooth with local edge features, similar to local Gabor features [6, 13]. I.e. they are seizing the Simplicity often found in real-world structures. Given this structure, representing the value of each pixel in the feature separately is redundant, since it is highly likely that the value of a pixel will be equal to a weighted average of its neighbours.
The core of the technique is based on representing the weight matrix as a low rank product of two smaller matrices.
Books and reources
Deep learning in neural networks: An overview
https://deepmind.com/publications.html
http://www.deeplearningbook.org/
Work on giving prior knowledge to deep learning: https://yani.io/annou/thesis_online.pdf