Deep learning: Difference between revisions

Content deleted Content added
Yoderj (talk | contribs)
Cut to the point: What IS a deep network, anyway? It's a network with multiple hidden layers. Also site krizhevsky to counter the "rebranding" claim and added link to that reference.
changed 'algorithm' to 'algorithms'
Line 4:
{{machine learning bar}}
 
'''Deep learning''' (also known as '''deep structured learning''', '''hierarchical learning''' or '''deep machine learning''') is the study of [[artificial neural networks]] and related [[machine learning]] [[algorithmalgorithms]] that contain more than one [[Multilayer_perceptron#Layers|hidden layer]]. These deep nets:<ref name="BOOK2014.1">{{cite journal |last1=Deng |first1=L. |last2=Yu |first2=D. |year=2014 |title=Deep Learning: Methods and Applications |url=http://research.microsoft.com/pubs/209355/DeepLearning-NowPublishing-Vol7-SIG-039.pdf |journal=Foundations and Trends in Signal Processing |volume=7 |issue=3–4 |pages=199–200 |doi=10.1561/2000000039}}</ref>
* use a cascade of many layers of [[Nonlinear filter|nonlinear processing]] units for [[feature extraction]] and transformation. Each successive layer uses the output from the previous layer as input. The algorithms may be [[Supervised learning|supervised]] or [[Unsupervised learning|unsupervised]] and applications include pattern analysis (unsupervised) and classification (supervised).
* are based on the (unsupervised) learning of multiple levels of features or representations of the data. Higher level features are derived from lower level features to form a hierarchical representation.