Neupy v0.7.0 Release Notes
Release Date: 2018-12-02 // about 1 year ago-
🔄 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