Releases: gugarosa/learnergy
v1.0.3
Changelog
Description
Welcome to v1.0.3 release.
In this release, we have improved the code readability, as well as some bug fixes.
Please read the docs at: learnergy.readthedocs.io
Also, stay tuned for our next updates!
Includes (or changes)
- learnergy
v1.0.2
Changelog
Description
Welcome to v1.0.2 release.
In this release, we have rebranded the package to Learnergy. We have also improved all of your packages, including GPU-based versions of our models.
Please read the docs at: learnergy.readthedocs.io
Also, stay tuned for our next updates!
Includes (or changes)
- learnergy
v1.0.1
Changelog
Description
Welcome to Recogners v1.0.1. We fixed some issues related to the auto docstringing API, added the Dropout-based RBM and a method to dump important information to the model's history.
Note that the Gaussian RBM is not yet guaranteed to work. Please await for our next release.
Includes (or changes)
- models/dropout_rbm
- tests
v1.0.0
Changelog
Description
This is the initial release of Recogners. It includes all basic modules in order to work with it. One can create and use a Restricted Boltzmann Machine, along with some extra functionalities. Please check examples
folder or read the docs in order to know how to use this library.
Includes
- core
- datasets
- math
- models
- utils
- visual