jmrozanec / keras4j

Because we develop models using Keras, but should be able to use them from any JVM language!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keras4j

Because we develop models using Keras, but should be able to use them from any JVM language! The project follows the Semantic Versioning Convention, provides OSGi metadata and uses Apache 2.0 license.

Gitter Chat Build Status Coverage Status

Codacy Badge Quality Gate Project stats by OpenHub

Download

keras4j will soon be available on Maven central repository.

<dependency>
    <groupId>com.bitscout</groupId>
    <artifactId>keras4j</artifactId>
    <version>0.1.0-SNAPSHOT</version>
</dependency>

We aim to develop a library that would allow to load any Keras model persisted as hdf5 file and use it from any JVM language. We are not willing to develop a whole framework to train DNNs: use Keras to train it and Keras4j to use it.

Check: - activations: https://github.com/keras-team/keras/blob/master/keras/layers/advanced_activations.py -

About

Because we develop models using Keras, but should be able to use them from any JVM language!

License:Apache License 2.0


Languages

Language:Java 100.0%