File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Try my best to implement algorithms with a single Jupyter Notebook.
5
5
### [ AutoEncoder] ( https://github.com/sjchoi86/advanced-tensorflow/tree/master/ae )
6
6
- Denoising AutoEncoder
7
7
- Convolutional AutoEncoder (using deconvolution)
8
+ - Variational AutoEncoder
8
9
### [ Adversarial Variational Bayes] ( https://github.com/sjchoi86/advanced-tensorflow/tree/master/avb )
9
10
- AVB on 2-dimensional Toy Example
10
11
### [ 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.
25
26
### [ Mixture Density Network] ( https://github.com/sjchoi86/advanced-tensorflow/tree/master/mdn )
26
27
- Mixture Density Network
27
28
- 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)
28
31
### [ TF-SLIM] ( https://github.com/sjchoi86/advanced-tensorflow/tree/master/mnist )
29
32
- MNIST Classification with TF-SLIM
30
33
### [ Super Resolution] ( https://github.com/sjchoi86/advanced-tensorflow/tree/master/srgan )
You can’t perform that action at this time.
0 commit comments