Commit 4a30d18d authored by Yuxin Wu's avatar Yuxin Wu

rename some examples

parent 428d9414
...@@ -13,15 +13,15 @@ Docs & tutorials should be ready within a month. See some [examples](examples) t ...@@ -13,15 +13,15 @@ Docs & tutorials should be ready within a month. See some [examples](examples) t
+ [Spatial Transformer Networks on MNIST addition](examples/SpatialTransformer) + [Spatial Transformer Networks on MNIST addition](examples/SpatialTransformer)
### Reinforcement Learning: ### Reinforcement Learning:
+ [Deep Q-Network(DQN) variants on Atari games](examples/Atari2600) + [Deep Q-Network(DQN) variants on Atari games](examples/DeepQNetwork)
+ [Asynchronous Advantage Actor-Critic(A3C) with demos on OpenAI Gym](examples/OpenAIGym) + [Asynchronous Advantage Actor-Critic(A3C) with demos on OpenAI Gym](examples/A3C-Gym)
### Unsupervised Learning: ### Unsupervised Learning:
+ [Several Generative Adversarial Network(GAN) variants, including DCGAN, Image2Image, InfoGAN](examples/GAN) + [Several Generative Adversarial Network(GAN) variants, including DCGAN, Image2Image, InfoGAN](examples/GAN)
### Speech / NLP: ### Speech / NLP:
+ [LSTM-CTC for speech recognition](examples/TIMIT) + [LSTM-CTC for speech recognition](examples/CTC-TIMIT)
+ [char-rnn for fun](examples/char-rnn) + [char-rnn for fun](examples/Char-RNN)
+ [LSTM language model on PennTreebank](examples/PennTreebank) + [LSTM language model on PennTreebank](examples/PennTreebank)
The examples are not only for demonstration of the framework -- you can train them and reproduce the results in papers. The examples are not only for demonstration of the framework -- you can train them and reproduce the results in papers.
......
../DeepQNetwork/common.py
\ No newline at end of file
../Atari2600/common.py
\ No newline at end of file
...@@ -16,15 +16,15 @@ Training examples with __reproducible__ and meaningful performance. ...@@ -16,15 +16,15 @@ Training examples with __reproducible__ and meaningful performance.
+ Load a pre-trained [Convolutional Pose Machines](ConvolutionalPoseMachines/). + Load a pre-trained [Convolutional Pose Machines](ConvolutionalPoseMachines/).
## Reinforcement Learning: ## Reinforcement Learning:
+ [Deep Q-Network(DQN) variants on Atari games](Atari2600) + [Deep Q-Network(DQN) variants on Atari games](DeepQNetwork)
+ [Asynchronous Advantage Actor-Critic(A3C) with demos on OpenAI Gym](OpenAIGym) + [Asynchronous Advantage Actor-Critic(A3C) with demos on OpenAI Gym](A3C-Gym)
## Unsupervised: ## Unsupervised:
+ [Generative Adversarial Network(GAN) variants, including DCGAN, Image2Image, InfoGAN](GAN) + [Generative Adversarial Network(GAN) variants, including DCGAN, Image2Image, InfoGAN](GAN)
## Speech / NLP: ## Speech / NLP:
+ [LSTM-CTC for speech recognition](TIMIT) + [LSTM-CTC for speech recognition](CTC-TIMIT)
+ [char-rnn for fun](char-rnn) + [char-rnn for fun](Char-RNN)
+ [LSTM language model on PennTreebank](PennTreebank) + [LSTM language model on PennTreebank](PennTreebank)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment