소스 검색

Added ImageNet Classification

Jiwon Kim 10 년 전
부모
커밋
b53381ade5
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -6,6 +6,17 @@ Please feel free to [pull requests](https://github.com/kjw0612/awesome-deep-visi
 
 ## Papers
 
+### ImageNet Classification
+  * Microsoft (PReLu/Weight Initialization) [[Paper]](http://arxiv.org/pdf/1502.01852v1)
+    * Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun, Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classification, arXiv:1502.01852.
+  * Batch Normalization [[Paper]](http://arxiv.org/pdf/1502.03167v3) [[Paper-2]](
+    * Sergey Ioffe, Christian Szegedy, Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift, arXiv:1502.03167.
+  * GoogLeNet [[Paper]](http://arxiv.org/pdf/1409.4842v1)
+    * Christian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed, Dragomir Anguelov, Dumitru Erhan, Vincent Vanhoucke, Andrew Rabinovich, CVPR 2015. 
+  * AlexNet [[Paper]](http://books.nips.cc/papers/files/nips25/NIPS2012_0534.pdf)
+    * Krizhevsky, A., Sutskever, I. and Hinton, G. E, ImageNet Classification with Deep Convolutional Neural Networks
+NIPS 2012.
+
 ### Image Captioning 
    * Baidu/UCLA [[Paper]](http://arxiv.org/pdf/1410.1090v1)
       * Junhua Mao, Wei Xu, Yi Yang, Jiang Wang, Alan L. Yuille, Explain Images with Multimodal Recurrent Neural Networks, arXiv:1410.1090 (2014).
@@ -33,3 +44,5 @@ Please feel free to [pull requests](https://github.com/kjw0612/awesome-deep-visi
   * Compression Artifacts Reduction by a Deep Convolutional Network [[Paper-arXiv15]](http://arxiv.org/pdf/1504.06993v1)
     * Chao Dong, Yubin Deng, Chen Change Loy, Xiaoou Tang, Compression Artifacts Reduction by a Deep Convolutional Network, arXiv:1504.06993
 
+## Tutorials
+  * [CVPR 2014] [Tutorial on Deep Learning in Computer Vision](https://sites.google.com/site/deeplearningcvpr2014/)