Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vermouth1992/deep-learning-playground

Deep Learning Framework Playground
https://github.com/vermouth1992/deep-learning-playground

deep-learning deep-reinforcement-learning keras machine-learning pytorch tensorflow

Last synced: about 2 months ago
JSON representation

Deep Learning Framework Playground

Awesome Lists containing this project

README

        

# Deep Learning Framework playground
### Tensorflow
* Linear regression
* Logistic regression
* Fully-connected network
* Convolutional network
* Variational auto-encoder
* Deep Deterministic Policy Gradient (DDPG)
### Keras
* Simple network achieving 88% testing accuracy on cifar10
* Transfer learning from tiny-imagenet to cifar10
* Train a network to approximate XOR and MAX function
### PyTorch
TODO: Implement various deep-rl algorithms including
- [ ] Deep Q-Networks (DQN)
- [ ] DDPG (Deep Deterministic Policy Gradient)
- [ ] A3C (Asynchronous Advantage Actor-Critic)
- [ ] TRPO (Trust Region Policy Optimization)
- [ ] PPO (Proximal Policy Optimization)