Skip to content

Commit ec7f020

Browse files
authored
Update README.md
1 parent a5a9ad6 commit ec7f020

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Try my best to implement algorithms with a single Jupyter Notebook.
55
### [AutoEncoder](https://github.com/sjchoi86/advanced-tensorflow/tree/master/ae)
66
- Denoising AutoEncoder
77
- Convolutional AutoEncoder (using deconvolution)
8+
- Variational AutoEncoder
89
### [Adversarial Variational Bayes](https://github.com/sjchoi86/advanced-tensorflow/tree/master/avb)
910
- AVB on 2-dimensional Toy Example
1011
### [Basics](https://github.com/sjchoi86/advanced-tensorflow/tree/master/basic)
@@ -25,6 +26,8 @@ Try my best to implement algorithms with a single Jupyter Notebook.
2526
### [Mixture Density Network](https://github.com/sjchoi86/advanced-tensorflow/tree/master/mdn)
2627
- Mixture Density Network
2728
- Heteroscedastic Mixture Density Network
29+
### [Reinforcement Learning](https://github.com/sjchoi86/advanced-tensorflow/tree/master/rl)
30+
- Model Based RL (Value Iteration and Policy Iteration)
2831
### [TF-SLIM](https://github.com/sjchoi86/advanced-tensorflow/tree/master/mnist)
2932
- MNIST Classification with TF-SLIM
3033
### [Super Resolution](https://github.com/sjchoi86/advanced-tensorflow/tree/master/srgan)

0 commit comments

Comments
 (0)