refer to "Deep Learning Tutorial" by Yann LeCun and others
Wikipedia says:
“Deep learning is a branch of machine learning based on a set of algorithms that attempt to model high-level abstractions in data by using multiple processing layers, with complex structures or otherwise, composed of multiple non-linear transformations.”
Text
Neural Nets
Perception
RNN
CNN
RBM
DBN
D-AE
AlexNet
GoogLeNet
McCulloch&Pitt 1943
Rosenblatt 1958
Grossberg 1973
Fufushima 1979
Hinton 1999
Hinton 2006
Vincent 2008
Alex 2012
Szegedy 2015
Text
The researchers say even they weren’t sure this new approach (152 layers!) was going to be successful – until it was.
“We even didn’t believe this single idea could be so significant,”
said Jian Sun, a principal research manager at Microsoft Research
Text
Text
Refer to
Refer to "https://www.udacity.com/course/deep-learning--ud730"
정해진 입력데이터 Random하게 무한히 반복하여 트래이닝해도 결과에 영향을 주지 않는다.
a example of Machine Learning
a example of Machine Learning
a example of Machine Learning
a example of Deep Learning
a example of Deep Learning
A simple ReLU Network를 As Matrix Operation으로 처리 가능하다.