DIANNE v0.2.0
Features:
- DTOs for representing neural networks and their modules
- NeuralNetworkPlatform API as central management API
- NeuralNetwork API facilitating forward/backward calls of neural network
- Processor API for setting up different Trainers
- Distributed training possible synced by Repository
- Reinforcement Learning APIs for modelling Environments, Agents, ...
- Deep Q Learning agent implementation
- Pong RL example
- ALE environment
- DianneCoordinator API for training nn models
- JSON RPC interface to DianneCoordinator
- Add open source license, basic documentation and website
- Various small additions and bug fixes