Skip to content

DIANNE v0.1.0

Compare
Choose a tag to compare
@sbohez sbohez released this 30 May 19:12
· 1917 commits to master since this release

Initial Dianne Release

Supports

  • Modular deployment of neural network
  • Supports fully connected and convolutional layers
  • Supports basic split/fork/join/concat modules
  • Save/load neural network modules
  • GUI neural network builder
  • Tensor library implementations in plain Java, native based on TH (Torch), cuda lib based on THC
  • Basic training procedure for simple neural networks