On Github everglory99 / Intro_DL_TCC
Geospatial team
The Climate Corporation
We will run a general object detection demo right on our GPU server using state-of-the-art deep learning detection algorithm RCNN.
Girshick, Ross, et al. "Rich feature hierarchies for accurate object detection and semantic segmentation." Computer Vision and Pattern Recognition (CVPR), 2014 IEEE Conference on. IEEE, 2014.
We will fine tune the award winning deep learning model(Alexnet) for a much harder task: style recognition.
Krizhevsky, Alex, Ilya Sutskever, and Geoffrey E. Hinton. "Imagenet classification with deep convolutional neural networks." Advances in neural information processing systems. 2012.
LeCun, Yann, Yoshua Bengio, and Geoffrey Hinton. "Deep learning." Nature 521.7553 (2015): 436-444.
Michael Jordan: "cartoon models".
I agree with him...
Any continuous function from $[0, 1]^n$ to $\mathbb{R}$ can be approximated arbitrarily well by a linear output, two layer neural network defined in with a sufficiently large number of hidden units.
Lee, Honglak. Unsupervised feature learning via sparse hierarchical representations. Stanford University, 2010.
Essentially it is just a gradient ascent process that tries to maximize the L2 norm of activations of a particular deep neural network layer
Let's make our own dream!
Srivastava, Nitish, et al. "Dropout: A simple way to prevent neural networks from overfitting." The Journal of Machine Learning Research 15.1 (2014): 1929-1958.
Convolutional Neural Network (CNN)
Picture source: Christopher Olah's Blog
Picture source: Christopher Olah's Blog
Picture source: Christopher Olah's Blog
Picture source: Christopher Olah's Blog
Picture source: Christopher Olah's Blog
Picture source: Christopher Olah's Blog
Picture source: Christopher Olah's Blog
Picture source: Christopher Olah's Blog
Picture source: Christopher Olah's Blog
Krizhevsky, Alex, Ilya Sutskever, and Geoffrey E. Hinton. "Imagenet classification with deep convolutional neural networks." Advances in neural information processing systems. 2012.
Original
Masked
Inpainted
LeCun, Yann, Yoshua Bengio, and Geoffrey Hinton. "Deep learning." Nature 521.7553 (2015): 436-444.