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
- Host: GitHub
- URL: https://github.com/zafarali/paper-notes
- Owner: zafarali
- License: mit
- Created: 2016-12-28T04:33:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T02:54:52.000Z (over 7 years ago)
- Last Synced: 2025-01-22T11:47:41.019Z (8 months ago)
- Topics: computational-biology, deep-learning, deep-learning-papers, generative-model
- Homepage:
- Size: 19.5 KB
- Stars: 9
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)