Skip to content

honzas83/kitchen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kitchen

Kitchen is a Python library for artificial neural network with interface compatible with sklearn (scikit-learn). It is a glue code between Lasagne and sklearn. The library is powered with the Theano allowing fast CPU/GPGPU computing.

The library is attempts to comply with the sklearn coding guidelines, especially:

  • Simple sklearn predictor API (instantiate, fit(), predict())
  • Handling of random numbers (consistent results between different runs of your code)
  • Support for sklearn get_params() and set_params()
  • Pipeline compatibility
  • Pickle compatibility
  • Theano backend for CPU/GPGPU computing, Theano functions compiled on-demand

Installing

Dependencies:

To install using Python PIP (including all dependencies), use:

pip install git+https://github.com/honzas83/kitchen --process-dependency-links

Examples

About

Kitchen -- glue library between lasagne and sklearn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages