Skip to content

Java port of Tinn - The tiny neural network library

License

Notifications You must be signed in to change notification settings

vaccovecrana/jtinn

Repository files navigation

JTinn

JTinn is a minimal neural network library.

It is based on Tinn - The tiny neural network library, but breaks api compatibility, since the upstream project seems to be no longer maintained.

Supported features

The reference test cases replicate written character recognition from the same data set as tinn.

Add the following dependency from Maven Central to your project:

implementation "io.vacco.jtinn:jtinn:<VERSION>"

Disclaimer

This project is not production ready, and still requires security and code correctness audits. You use this software at your own risk. Vaccove Crana, LLC., its affiliates and subsidiaries waive any and all liability for any damages caused to you by your usage of this software.