Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.02 KB

ReadTheDocs

Flowws Modules for Machine Learning Experiments with Keras

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.

Installation

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

API Documentation

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