|
@@ -20,6 +20,8 @@ Please feel free to [pull requests](https://github.com/kjw0612/awesome-deep-visi
|
|
|
- [Edge Detection](#edge-detection)
|
|
|
- [Semantic Segmentation](#semantic-segmentation)
|
|
|
- [Courses](#courses)
|
|
|
+ - [Books](#books)
|
|
|
+ - [Videos](#videos)
|
|
|
- [Software](#software)
|
|
|
- [Framework](#framework)
|
|
|
- [Applications](#applications)
|
|
@@ -95,8 +97,25 @@ NIPS 2012.
|
|
|
* Jifeng Dai, Kaiming He, Jian Sun, BoxSup: Exploiting Bounding Boxes to Supervise Convolutional Networks for Semantic Segmentation, arXiv:1503.01640
|
|
|
|
|
|
## Courses
|
|
|
- * [Stanford] [CS231n: Convolutional Neural Networks for Visual Recognition](http://cs231n.stanford.edu/)
|
|
|
- * [CUHK] [ELEG 5040: Advanced Topics in Signal Processing(Introduction to Deep Learning)](https://piazza.com/cuhk.edu.hk/spring2015/eleg5040/home)
|
|
|
+ * Deep Vision
|
|
|
+ * [Stanford] [CS231n: Convolutional Neural Networks for Visual Recognition](http://cs231n.stanford.edu/)
|
|
|
+ * [CUHK] [ELEG 5040: Advanced Topics in Signal Processing(Introduction to Deep Learning)](https://piazza.com/cuhk.edu.hk/spring2015/eleg5040/home)
|
|
|
+ * More Deep Learning
|
|
|
+ * [Stanford] [CS224d: Deep Learning for Natural Language Processing](http://cs224d.stanford.edu/)
|
|
|
+ * [Oxford] [Deep Learning by Prof. Nando de Freitas](https://www.cs.ox.ac.uk/people/nando.defreitas/machinelearning/)
|
|
|
+ * [NYU] [Deep Learning by Prof. Yann LeCun](http://cilvr.cs.nyu.edu/doku.php?id=courses:deeplearning2014:start)
|
|
|
+
|
|
|
+## Books
|
|
|
+ * Free Online Books
|
|
|
+ * [Deep Learning by Yoshua Bengio, Ian Goodfellow and Aaron Courville](http://www.iro.umontreal.ca/~bengioy/dlbook/)
|
|
|
+ * [Neural Networks and Deep Learning by Michael Nielsen](http://neuralnetworksanddeeplearning.com/)
|
|
|
+ * [Deep Learning Tutorial by LISA lab, University of Montreal](http://deeplearning.net/tutorial/deeplearning.pdf)
|
|
|
+
|
|
|
+## Videos
|
|
|
+ * [Deep Learning, Self-Taught Learning and Unsupervised Feature Learning By Andrew Ng](https://www.youtube.com/watch?v=n1ViNeWhC24)
|
|
|
+ * [Recent Developments in Deep Learning By Geoff Hinton](https://www.youtube.com/watch?v=sc-KbuZqGkI)
|
|
|
+ * [The Unreasonable Effectiveness of Deep Learning by Yann LeCun](https://www.youtube.com/watch?v=sc-KbuZqGkI)
|
|
|
+ * [Deep Learning of Representations by Yoshua bengio](https://www.youtube.com/watch?v=4xsVFLnHC_0)
|
|
|
|
|
|
## Software
|
|
|
### Framework
|