Skip to content

BRML/climin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 26, 2016
2215b1a · Jul 26, 2016
Jul 26, 2016
May 15, 2015
Aug 5, 2013
Jul 25, 2016
Jul 30, 2013
Jul 14, 2016
Jul 31, 2013
Jul 14, 2016
Jul 5, 2013
Jul 5, 2013
Aug 8, 2013
Dec 2, 2011

Repository files navigation

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. If you use climin in your (academic) work, please cite as (tech report is in preparation):

J. Bayer and C. Osendorfer and S. Diot-Girard and T. Rückstiess and Sebastian Urban. climin - A pythonic framework for gradient-based function optimization. TUM Tech Report. 2016. http://github.com/BRML/climin

Important links

Dependencies

The software is tested under Python 2.7 with numpy 1.10.4, scipy 0.17. 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages