ogh / climin

Optimizers for machine learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

climin

climin is a Python package for optimization, heavily biased to machine learning scenarios distributed under the BSD 3-clause license. It works on top of numpy and (partially) gnumpy.

The project was started in winter 2011 by Christian Osendorfer and Justin Bayer. Since then, Sarah Diot-Girard, Thomas Rueckstiess and Sebastian Urban have contributed.

Important links

Dependencies

The software is tested under Python 2.7 with numpy 1.8, scipy 0.13. The tests are run with nosetests.

Installation

Use git to clone the official repository; then run pip install --user -e . in the clone to intall in your local user space.

Testing

From the download directory run nosetests tests/.

About

Optimizers for machine learning

License:Other


Languages

Language:Python 93.8%Language:Makefile 3.2%Language:Shell 3.0%