Metadata-Version: 2.0
Name: sanctuary
Version: 0.1
Summary: Managed machine-learning model training tool based on sacred.
Home-page: https://github.com/bzamecnik/sanctuary
Author: Bohumir Zamecnik
Author-email: bohumir.zamecnik@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Requires-Dist: keras (>=1.1.1)
Requires-Dist: numpy
Requires-Dist: sacred

sanctuary
=========

Managed machine-learning model training tool based on
`sacred <https://github.com/IDSIA/sacred>`__.

The goal: help efficiently find good models via managed experiments.

Status:

-  trying to write down the vision and scope of the project
-  a few callbacks for integration of Keras with Sacred
-  an "egg" of a backend to provide results from MongoDB via REST API

See the `wiki <https://github.com/bzamecnik/sanctuary/wiki>`__ for
details.

Contact
-------

If you feel the same amount of pain with training your models and would
like to discuss this, feel free to get in touch!

-  Bohumír Zámečník - [@bzamecnik](https://twitter.com/bzamecnik) on
   Twitter


