Skip to content

Commit

Permalink
Adding new paper
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brugman committed Apr 17, 2017
1 parent 16d4601 commit f3b31aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Papers about deep learning ordered by task, date. Current state-of-the-art paper
|Title|Date|Paper|Code|Labels|
|---|---|---|---|---|
| Character-level Convolutional Networks for Text Classification | _4 sep 2015_ | [arxiv](https://arxiv.org/pdf/1509.01626) | | _None_ |
| GloVe: Global Vectors for Word Representation | _25 may 2015_ | [paper](https://nlp.stanford.edu/pubs/glove.pdf) | [github](https://github.com/stanfordnlp/GloVe) | _None_ |
| Efficient Estimation of Word Representations in Vector Space | _16 jan 2013_ | [arxiv](https://arxiv.org/pdf/1301.3781) | | _None_ |
## Visual
### Gaming
Expand Down Expand Up @@ -186,7 +187,7 @@ Papers about deep learning ordered by task, date. Current state-of-the-art paper
|---|---|---|---|---|
| Compact Convolutional Neural Network Cascade for Face Detection | _6 aug 2015_ | [arxiv](https://arxiv.org/pdf/1508.01292) | | _None_ |
| Learning Robust Deep Face Representation | _17 jul 2015_ | [arxiv](https://arxiv.org/pdf/1507.04844) | | _None_ |
| Facenet: A unified embedding for face recognition and clustering | _12 jun 2015_ | [paper](http://www.cv-foundation.org/openaccess/content_cvpr_2015/papers/Schroff_FaceNet_A_Unified_2015_CVPR_paper.pdf) | | _None_ |
| Facenet: A unified embedding for face recognition and clustering | _12 jun 2015_ | [paper](https://github.com/sbrugman/deep-learning-papers/blob/master/papers/facenet-a-unified-embedding-for-face-recognition-and-clustering.pdf) | | _None_ |
| Multi-view Face Detection Using Deep Convolutional Neural Networks | _10 feb 2015_ | [arxiv](https://arxiv.org/pdf/1502.02766) | | _None_ |
## Audio
### Audio Synthesis
Expand Down Expand Up @@ -222,3 +223,4 @@ Papers about deep learning ordered by task, date. Current state-of-the-art paper
| Deep learning with Elastic Averaging SGD | _20 dec 2014_ | [arxiv](https://arxiv.org/pdf/1412.6651) | | _None_ |
| ADADELTA: An Adaptive Learning Rate Method | _22 dec 2012_ | [arxiv](https://arxiv.org/pdf/1212.5701) | | _None_ |
| Advances in Optimizing Recurrent Networks | _4 dec 2012_ | [arxiv](https://arxiv.org/pdf/1212.0901) | | _None_ |
| Efficient Backprop | _1 jul 1998_ | [paper](http://yann.lecun.com/exdb/publis/pdf/lecun-98b.pdf) | | _None_ |
Binary file added papers/efficient-backprop.pdf
Binary file not shown.
Binary file not shown.

0 comments on commit f3b31aa

Please sign in to comment.