An open API service indexing awesome lists of open source software.

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

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.