Skip to content

Commit

Permalink
Bring stuff up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brugman committed Apr 17, 2017
1 parent f3b31aa commit d0c56f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +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_ |
| GloVe: Global Vectors for Word Representation | _25 may 2015_ | [paper](https://github.com/sbrugman/deep-learning-papers/blob/master/papers/glove-global-vectors-for-word-representation.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 @@ -185,6 +185,7 @@ Papers about deep learning ordered by task, date. Current state-of-the-art paper

|Title|Date|Paper|Code|Labels|
|---|---|---|---|---|
| Accessorize to a Crime: Real and Stealthy Attacks on State-of-the-Art Face Recognition | _24 okt 2016_ | [paper](https://www.cs.cmu.edu/%7Esbhagava/papers/face-rec-ccs16.pdf) | | _None_ |
| 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](https://github.com/sbrugman/deep-learning-papers/blob/master/papers/facenet-a-unified-embedding-for-face-recognition-and-clustering.pdf) | | _None_ |
Expand Down Expand Up @@ -223,4 +224,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_ |
| Efficient Backprop | _1 jul 1998_ | [paper](https://github.com/sbrugman/deep-learning-papers/blob/master/papers/efficient-backprop.pdf) | | ![getting-started](https://img.shields.io/badge/label-Getting--started-blue.svg) |
Binary file not shown.

0 comments on commit d0c56f5

Please sign in to comment.