An open API service indexing awesome lists of open source software.

https://github.com/zafarali/paper-notes

notes from machine learning, reinforcement learning and other papers
https://github.com/zafarali/paper-notes

computational-biology deep-learning deep-learning-papers generative-model

Last synced: 7 months ago
JSON representation

notes from machine learning, reinforcement learning and other papers

Awesome Lists containing this project

README

          

# deep-notes

Notes from deep learning papers and courses. Inspired by [dennybritz/deeplearning-papernotes](https://github.com/dennybritz/deeplearning-papernotes).

## To Read:

### Computer Vision

- [ ] [Deconvolution Networks](http://www.matthewzeiler.com/pubs/cvpr2010/cvpr2010.pdf)
- [ ] [Batch Normalization](https://arxiv.org/pdf/1502.03167v3.pdf)
- [ ] [Tiny ImageNet Classification](http://cs231n.stanford.edu/reports/leonyao_final.pdf)
- [x] [PixelRNN](https://arxiv.org/abs/1601.06759)

### Generative Adverserial Networks

- [x] [Generative Adversarial Nets](https://papers.nips.cc/paper/5423-generative-adversarial-nets.pdf)
- [ ] [Conditional Generative Adversarial Networks](https://arxiv.org/pdf/1411.1784v1.pdf)
- [ ] [UNSUPERVISED REPRESENTATION LEARNING WITH DEEP CONVOLUTIONAL GENERATIVE ADVERSARIAL NETWORKS](https://arxiv.org/pdf/1511.06434v2.pdf)
- [ ] [Conditional generative adversarial nets for convolutional face generation](http://www.foldl.me/uploads/papers/tr-cgans.pdf)
- [ ] [Automatic Colorization with Deep Convolutional Generative Adversarial Networks](http://cs231n.stanford.edu/reports2016/224_Report.pdf)

### Reinforcement Learning

- [x] [TOWARDS INFORMATION-SEEKING AGENTS](https://arxiv.org/pdf/1612.02605v1.pdf)

### Computational Biology

- [x] DeepCancer: Detecting Cancer through Gene Expressions via Deep Generative Learning
- [x] Creating a universal SNP and small indel variant caller with deep neural networks
- [x] Deep Patient: An Unsupervised Representation to Predict the Future of Patients from the Electronic Health Records.
- [ ] Development and Validation of a Deep Learning Algorithm for Detection of Diabetic Retinopathy in Retinal Fundus Photographs

## Courses:

- [ ] [CS231n Convolutional Neural Networks for Visual Recognition](http://cs231n.github.io/)