Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ If you have any paper/code suggestions, please feel free to edit and sumbit a pu
- Deepmind's wavenet (2016), Van den Oord et al. [[pdf]](https://arxiv.org/pdf/1609.03499.pdf) [[code]](https://github.com/usernaamee/keras-wavenet)
- Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network. (2016), C. Ledig et al. [[pdf]](https://arxiv.org/pdf/1609.04802v2.pdf) [[code]](https://github.com/titu1994/Super-Resolution-using-Generative-Adversarial-Networks)

### Language Models
- Generating Sentences from a Continuous Space. (2016) S.R. Bowman et al. [[pdf]](https://arxiv.org/abs/1511.06349) [[code]](https://github.com/pbloem/language-models)

### Convolutional Models
- XCeption (2016), F. Chollet. [[pdf]](https://arxiv.org/pdf/1610.02357.pdf) [[code]](https://github.com/fchollet/deep-learning-models/blob/master/xception.py)
- Inception v3 (2015), C. Szegedy et al. [[pdf]](https://arxiv.org/pdf/1512.00567.pdf) [[code]](https://github.com/fchollet/deep-learning-models/blob/master/inception_v3.py)
Expand Down