https://github.com/gatenlp/gate-lf-keras-sparse
A lightweight wrapper around keras mainly for use with the GATE LearningFramework plugin
https://github.com/gatenlp/gate-lf-keras-sparse
Last synced: about 2 months ago
JSON representation
A lightweight wrapper around keras mainly for use with the GATE LearningFramework plugin
- Host: GitHub
- URL: https://github.com/gatenlp/gate-lf-keras-sparse
- Owner: GateNLP
- License: apache-2.0
- Created: 2016-08-15T09:24:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T11:57:03.000Z (about 9 years ago)
- Last Synced: 2025-03-09T19:55:04.221Z (over 1 year ago)
- Language: Python
- Size: 59.6 KB
- Stars: 1
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keras-wrapper
A simple wrapper to wrap Keras (https://github.com/fchollet/keras) functionality for use from
the gateplugin-LearningFramework plugin (https://github.com/GateNLP/gateplugin-LearningFramework/issues).
## Prerequisites
The following Python packages are required
* `sys`
* `keras`
* `tensorflow` or `theano` or both
* ` h5py`
* `importlib`
* `scipy`
* `numpy`
* `json`
* `__future__`
## Installation
Either clone this repository or download a release zip-file and extract it somewhere.
## Limitations
This has only been tested under Linux for now and probably only works under Linux.