flowws-keras-experimental
is a set of
flowws modules to train machine
learning models using tensorflow and keras. It contains basic modules
to perform common tasks such as loading data and specifying model
architectures.
Install flowws-keras-experimental
from PyPI:
pip install flowws-keras-experimental
Alternatively, install from source:
pip install git+https://github.com/klarh/flowws-keras-experimental.git#egg=flowws-keras-experimental
Browse more detailed documentation online or build the sphinx documentation from source:
git clone https://github.com/klarh/flowws-keras-experimental
cd flowws-keras-experimental/doc
pip install -r requirements.txt
make html