DIANNE v0.3.0
Features:
- Major refactoring of learn API
- Added coordinator service for centralized management of tasks (learn, evaluate, act)
- Added dashboard UI for easy submission and follow up of said tasks
- Added JSON RPC for external systems to submit tasks
- Neural networks as composite modules
- Support for recurrent neural nets with a memory module
- Util API for easy programmatic construction of networks
- Improved test setup
- Increased performance for gradient operations on GPU
- Changed build system to gradle
- Separated native libraries into separate bundle fragments
- Improved error handling
- Various small additions and bug fixes