deep learning - taoualiw/My-Knowledge-Base GitHub Wiki
Deep Learning
Deep Learning :
is a part of machine learning (there are supervised and unsupervised methods) that is done using artificial neural networks, such that the networks used have more than one hidden layer.
A hidden layer is a layer not responsible for input or output. (The term ‘hidden’ for non-I/O layers was historically inspired by Hidden Markov Models (HMMs); you could also call them ‘middle’ or ‘internal’ layers.)
artificial neural network with multiple hidden layers ( RNN CNN ANN DCN)
TensorFlow, Theano
Convolutions are the basic building block for deep learning models in computer vision (and many other applications).