Scikit-like keras wrapper with support for callbacks and temporal tasks. Base on Keras, but with additional features.
pip install .
or make install
Subclass KerasClassifier
or KerasRegressor
,
and implement .__model__()
and .__calbacks__()
Scikit-like keras wrapper with support for callbacks and temporal tasks. Base on Keras, but with additional features.
pip install .
or make install
Subclass KerasClassifier
or KerasRegressor
,
and implement .__model__()
and .__calbacks__()