Skip to content
/ nolearn Public
forked from dnouri/nolearn

scikit-learn compatible wrappers for neural net libraries, and other utilities.

Notifications You must be signed in to change notification settings

52nlp/nolearn

 
 

Repository files navigation

nolearn contains a number of wrappers around existing neural network libraries, along with a few machine learning utility modules. Most functionality is written to be compatible with the the excellent scikit-learn library.

View the documentation here.

When installing nolearn, it is recommended to use the requirements.txt file included in the source. To install the requirements for the most recent version of nolearn from Git, you would run:

pip install -r https://raw.githubusercontent.com/dnouri/nolearn/master/requirements.txt

nolearn includes a popular wrapper around the Lasagne neural networks library. An extensive tutorial showing how to use Lasagne through nolearn to detect facial keypoints is available here. The code for the tutorial is also available.

About

scikit-learn compatible wrappers for neural net libraries, and other utilities.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%