Skip to content

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

License

Notifications You must be signed in to change notification settings

jmrozanec/keras4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages