Skip to content

v0.7.0

Compare
Choose a tag to compare
@itdxer itdxer released this 02 Dec 20:21
· 213 commits to master since this release

Changes:

  • Backend was moved to Tensorflow
  • Pickle storage for the weights has been replaced with HDF5
  • Changed order of the dimensions for the convolutional filter (channel expected to be in the last dimension)
  • The compile method was removed
  • Added wolfe search to conjugate gradient
  • Fixes for the training algorithms

Removed:

  • Linear models
  • Quickprop training algorithm
  • Ensemble algorithms