Scikit-neuralnetwork

Latest version: v0.7

Safety actively analyzes 620930 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.7

The sixth official release of `scikit-neuralnetwork` — version 0.7 — 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 includes a variety of improvements such as native layers (that let you include any Lasagne code directly), batch normalization, support for various data formats such as `pandas.DataFrame` and numpy Memory Mapped Arrays, as well as a variety of fixes and improvements. Read on for details!

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

The release file is attached here for reference too.

Features
- Native Layers to support backend features directly. 195
- Back to official Theano releases, now that Theano-0.8.0 is out. 191
- Batch normalization support, specified per-layer. 187
- Support for `pandas.DataFrame` as input data to fit, both X and y. 186
- Multi-feature classification returns list of arrays for convenience. 185
- Performance improvements and fixes in batch iterator. 170
- Support for numpy's Memory Mapped Arrays. [39b40d8]

Bug Fixes
- Calling set_parameters() even before initialize works. [0d42fa7]
- Fix unused parameter warning when using convolution layers. [1f6fb25]
- Fixed regularization support, L1 and L2 were not working correctly. [74e1778]
- Chaining get_parameters and set_parameters on another network. [24d9b3c]

0.6

The sixth official release of `scikit-neuralnetwork` — version 0.6 — 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 includes a large number of bug fixes (e.g. unpickled binary classifiers), small features (leveraging voting ensembles from sklearn) and adds a helper function for running on multiple CPU threads. Read on for details!

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

The release file is attached here for reference too.

Features
- Setting the number of CPU threads via `platform` module. 165
- Support and tests for use with Voting Ensemble. 154

Bug Fixes
- Fix for datasets strictly smaller than the batch size. 158
- Binary classifier works correctly after unpickling. 161

0.5

The fifth official release of `scikit-neuralnetwork` — version 0.5 — 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 lasagne


This release removes the PyLearn2 backend and makes Lasagne default. It also includes many new features and improvements. Read on for details!

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

The release file is attached here for reference too.

Major Features

Dataset masking, aka. sample weighting. 135
Generic callback implementation. 133
Output convolution layers. 137
Exponential linear units. 138
Upscaling in convolution. [81e9a46c211f3aa2ad500018778f32540218c734]

Improvements & Fixes

Warning if no iterations specified. [58fcb3c0539b1f32c17c57ecfe4fc6d83fcd6811]
Saving best network automatically. [2694667be6976ccc8a0d1c0a1e46ee09b8be428f]
Easy access to network parameters. [42397ef6688bd05c8840132a575de4464a1b9f82]
Set parameters on initialized network. [ada168bc19fbd52b99bcf2d4ae4d0b1ecae6c240]
Support for `classes_` property. [fd1987ebc060b7ff36144e71c2fa137c9cccb789]
Correct validation cost display. [95b3b9b352130da1c8d4a0b462cab34198e2c088]
Training progress bar display. [1b46f2b6f92009ba41ce9a62ae9f77c4f376d59d]
Stability check on training data if no validation. [3a0608900ece43c76d6e88fb5450a1a69825b381]

0.4

The fourth official release of `scikit-neuralnetwork` — version 0.4 — 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 lasagne


This release mainly features a new backend for Lasagne, which needs to be installed separately. The backend for PyLearn2 is still the default but will be removed in the next release.

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

The release file is attached here for reference too.

0.3

The third official release of `scikit-neuralnetwork` — version 0.3 — 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 refactor to support multiple backend neural network implementations, and a variety of minor fixes for `pylearn2`. In particular: 64, 66, 67, 71, 72, 73, 75, 78, 83, 85, 86, 89, 90.

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

The release file is attached here for reference too.

0.2

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.

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.