Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klarh/flowws-keras-experimental
Experimental flowws modules for machine learning projects
https://github.com/klarh/flowws-keras-experimental
Last synced: 7 days ago
JSON representation
Experimental flowws modules for machine learning projects
- Host: GitHub
- URL: https://github.com/klarh/flowws-keras-experimental
- Owner: klarh
- License: mit
- Created: 2020-10-27T16:11:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T21:35:04.000Z (12 months ago)
- Last Synced: 2024-08-10T22:56:31.383Z (3 months ago)
- Language: Python
- Size: 93.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
[![ReadTheDocs](https://img.shields.io/readthedocs/flowws-keras-experimental.svg?style=flat)](https://flowws-keras-experimental.readthedocs.io/en/latest/)
# Flowws Modules for Machine Learning Experiments with Keras
`flowws-keras-experimental` is a set of
[flowws](https://flowws.readthedocs.io) 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](https://flowws-keras-experimental.readthedocs.io) 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
```