Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjchoi86 authored May 20, 2017
1 parent a5a9ad6 commit ec7f020
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Try my best to implement algorithms with a single Jupyter Notebook.
### [AutoEncoder](https://github.com/sjchoi86/advanced-tensorflow/tree/master/ae)
- Denoising AutoEncoder
- Convolutional AutoEncoder (using deconvolution)
- Variational AutoEncoder
### [Adversarial Variational Bayes](https://github.com/sjchoi86/advanced-tensorflow/tree/master/avb)
- AVB on 2-dimensional Toy Example
### [Basics](https://github.com/sjchoi86/advanced-tensorflow/tree/master/basic)
Expand All @@ -25,6 +26,8 @@ Try my best to implement algorithms with a single Jupyter Notebook.
### [Mixture Density Network](https://github.com/sjchoi86/advanced-tensorflow/tree/master/mdn)
- Mixture Density Network
- Heteroscedastic Mixture Density Network
### [Reinforcement Learning](https://github.com/sjchoi86/advanced-tensorflow/tree/master/rl)
- Model Based RL (Value Iteration and Policy Iteration)
### [TF-SLIM](https://github.com/sjchoi86/advanced-tensorflow/tree/master/mnist)
- MNIST Classification with TF-SLIM
### [Super Resolution](https://github.com/sjchoi86/advanced-tensorflow/tree/master/srgan)
Expand Down

0 comments on commit ec7f020

Please sign in to comment.