Skip to content

Releases: gugarosa/learnergy

v1.0.3

31 Mar 12:32
Compare
Choose a tag to compare

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

18 Feb 18:39
Compare
Choose a tag to compare

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

12 Sep 17:53
5c42ab2
Compare
Choose a tag to compare

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

04 Jul 18:23
Compare
Choose a tag to compare

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