https://github.com/jmrozanec/keras4j
Because we develop models using Keras, but should be able to use them from any JVM language!
https://github.com/jmrozanec/keras4j
Last synced: 5 months ago
JSON representation
Because we develop models using Keras, but should be able to use them from any JVM language!
- Host: GitHub
- URL: https://github.com/jmrozanec/keras4j
- Owner: jmrozanec
- License: apache-2.0
- Created: 2018-03-30T00:33:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T20:34:03.000Z (almost 8 years ago)
- Last Synced: 2024-12-27T15:11:07.524Z (over 1 year ago)
- Language: Java
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://semver.org/), provides OSGi metadata and uses Apache 2.0 license.
[](https://gitter.im/keras4j/)
[](https://travis-ci.org/jmrozanec/cron-utils)
[](https://coveralls.io/r/jmrozanec/cron-utils)
[](https://www.codacy.com/app/jmrozanec/cron-utils?utm_source=github.com&utm_medium=referral&utm_content=jmrozanec/cron-utils&utm_campaign=Badge_Grade)
[](https://sonarcloud.io/dashboard/index/cron-utils)
[](https://www.openhub.net/p/cron-utils/)
**Download**
keras4j will soon be available on [Maven central]() repository.
com.bitscout
keras4j
0.1.0-SNAPSHOT
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
-