Learnergy Versions Save

💡 Learnergy is a Python library for energy-based machine learning models.

v1.1.5

8 months ago

What's Changed

Full Changelog: https://github.com/gugarosa/learnergy/compare/v1.1.4...v1.1.5

v1.1.4

1 year ago

What's Changed

Full Changelog: https://github.com/gugarosa/learnergy/compare/v1.1.3...v1.1.4

v1.1.3

1 year ago

Changelog

Description

Welcome to v1.1.3 release.

In this release, we have added the MaxPooling2D for convolutional models and optimized the training procedure for deeper models, i.e., DBNs. Such an optimization enables the DBN to train without loading all the dataset on the memory for each hidden layer in this phase.

Please read the docs at: learnergy.readthedocs.io

Also, stay tuned for our next updates!

Includes (or changes)

  • learnergy

v1.1.2

2 years ago

Changelog

Description

Welcome to v1.1.2 release.

In this release, we have added pre-commit hooks and annotated typing.

Please read the docs at: learnergy.readthedocs.io

Also, stay tuned for our next updates!

Includes (or changes)

  • learnergy

v1.1.1

3 years ago

Changelog

Description

Welcome to v1.1.1 release.

In this release, we added the DropConnectRBM and fixed some nasty bugs, as well as improved some unitary tests.

Please read the docs at: learnergy.readthedocs.io

Also, stay tuned for our next updates!

Includes (or changes)

  • models.bernoulli.dropout_rbm

v1.1.0

3 years ago

Changelog

Description

Welcome to v1.1.0 release.

In this release, we renamed some packages for a clearer description. Additionally, we have added a GaussianConvRBM class and made some minor adjustments along the package.

Note that this release might cause incompatibility with previous versions due to some packages being renamed.

Please read the docs at: learnergy.readthedocs.io

Also, stay tuned for our next updates!

Includes (or changes)

  • models

v1.0.7

3 years ago

Changelog

Description

Welcome to v1.0.7 release.

In this release, we added some CRBM variants and fixed some CRBM-related functions.

Please read the docs at: learnergy.readthedocs.io

Also, stay tuned for our next updates!

Includes (or changes)

  • models.real

v1.0.6

3 years ago

Changelog

Description

Welcome to v1.0.6 release.

In this release, we have added a new model, known as Convolutional RBM. Additionally, we have reworked our modules to provide a cleaner environment.

Please read the docs at: learnergy.readthedocs.io

Also, stay tuned for our next updates!

Includes (or changes)

  • learnergy

v1.0.5

4 years ago

Changelog

Description

Welcome to v1.0.5 release.

In this release, we have added a new model, known as Gaussian ReLU RBM. Additionally, we have added progress bars in an attempt to construct a clearer visualization of the training process.

Please read the docs at: learnergy.readthedocs.io

Also, stay tuned for our next updates!

Includes (or changes)

  • learnergy.models.gaussian_rbm

v1.0.4

4 years ago

Changelog

Description

Welcome to v1.0.4 release.

In this release, we have facilitated some classes imports, added the Residual DBN, and corrected some nasty bugs.

Please read the docs at: learnergy.readthedocs.io

Also, stay tuned for our next updates!

Includes (or changes)

  • learnergy
  • learnergy.models.residual_dbn