All Git Users → Zeta36

8 open source projects by Zeta36

2. Tensorflow Image Wavenet
This is a TensorFlow implementation of the WaveNet generative neural network architecture https://deepmind.com/blog/wavenet-generative-model-raw-audio/ for image generation.
✭ 146
python
3. Asynchronous Methods For Deep Reinforcement Learning
Using a paper from Google DeepMind I've developed a new version of the DQN using threads exploration instead of memory replay as explain in here: http://arxiv.org/pdf/1602.01783v1.pdf I used the one-step-Q-learning pseudocode, and now we can train the Pong game in less than 20 hours and without any GPU or network distribution.
✭ 79
python
4. Random Memory Adaptation
Random memory adaptation model inspired by the paper: "Memory-based parameter adaptation (MbPA)"
5. Tensorflow Tex Wavenet
This is a TensorFlow implementation of the WaveNet generative neural network architecture https://deepmind.com/blog/wavenet-generative-model-raw-audio/ for text generation.
✭ 345
python
6. connect4-alpha-zero
Connect4 reinforcement learning by AlphaGo Zero methods.
7. muzero
A simple implementation of MuZero algorithm for connect4 game
8. Policy-chess
A Policy Network in Tensorflow to classify chess moves
✭ 16
python
1-8 of 8 user projects