Miscellaneous utilities for machine learning.
Project description
This package contains a number of utility modules that are helpful with machine learning tasks. Most of the modules work together with scikit-learn, others are more generally useful.
View the documentation here.
Change History
0.2 - 2013-03-03
Add parameters learn_rate_decays and learn_rate_minimums, which allow for decreasing the learning after each epoch of fine-tuning.
Allow -1 as the value of the input and output layers of the neural network. The shapes of X and y will then be used to determine those.
Add support for processing sparse input data matrices.
Improve miserable performance of DBN.predict_proba.
0.2b1 - 2012-12-30
Added a scikit-learn estimator based on George Dahl’s gdbn in nolearn.dbn.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.