Metadata-Version: 1.1
Name: hyperio
Version: 0.1.6
Summary: Hyperio Hyperparameter Scanner for Keras
Home-page: http://autonom.io
Author: Mikko Kotila
Author-email: mailme@mikkokotila.com
License: MIT
Download-URL: https://github.com/autonomio/hyperio/
Description-Content-Type: UNKNOWN
Description: Hyperio provides a hyperparameter scanning solution that
        allows using any Keras model as they are, with the simple
        change that instead of calling the parameter (e.g. epochs=25),
        you call it from a dictionary with an identical label (e.g. params['epochs']).
        
        Really, not kidding.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
