Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Release 0.2: Auto-Encoders, Performance, Regularization

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexjc alexjc released this 23 May 20:57
· 242 commits to master since this release

The second official release of scikit-neuralnetwork — version 0.2 — is available on PYPI from the following URL:
https://pypi.python.org/pypi/scikit-neuralnetwork

Or simply type this to install the latest version directly from the command-line with pip:

pip install scikit-neuralnetwork

This release mainly features a new auto-encoder module that can act as a scikit-learn transform, and used as unsupervised pre-training. In particular: #43, #47, #48, #49, #52, #53, #55, #58, #61, #62.

Consult the documentation for more information:
http://scikit-neuralnetwork.readthedocs.org/en/stable/

The release file is attached here for reference too.