Releases: gugarosa/learnergy
v1.1.5
What's Changed
- Bump sphinx from 6.0.0 to 6.1.3 by @dependabot in #29
- Bump sphinx from 6.0.0 to 6.1.3 in /docs by @dependabot in #28
- Bump sphinx from 6.1.3 to 7.0.0 by @dependabot in #31
- Bump sphinx from 6.1.3 to 7.0.0 in /docs by @dependabot in #30
- Bump sphinx from 7.0.0 to 7.0.1 by @dependabot in #36
- Bump sphinx from 7.0.1 to 7.1.1 by @dependabot in #40
- Bump sphinx from 7.0.1 to 7.1.1 in /docs by @dependabot in #39
- Bump sphinx from 7.1.1 to 7.1.2 in /docs by @dependabot in #41
- Bump sphinx from 7.1.2 to 7.2.5 in /docs by @dependabot in #42
- Bump sphinx from 7.2.5 to 7.2.6 by @dependabot in #45
- Bump sphinx from 7.2.5 to 7.2.6 in /docs by @dependabot in #44
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- Bump sphinx from 5.2.3 to 6.0.0 by @dependabot in #26
- Bump sphinx from 5.2.3 to 6.0.0 in /docs by @dependabot in #25
Full Changelog: v1.1.3...v1.1.4
v1.1.3
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
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
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
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
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
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
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
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