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

https://github.com/molikuner/neuralnetwork

simple neural network library in kotlin/native
https://github.com/molikuner/neuralnetwork

Last synced: 2 months ago
JSON representation

simple neural network library in kotlin/native

Awesome Lists containing this project

README

        

# NeuralNetworK

A basic "NeuralNetworK" in Kotlin/Native build with Gradle.

Use the following Gradle commands
* to build: `./gradlew assemble`
* to test: `./gradlew check`
* to run: `./gradlew runNeuralNetworKAppReleaseExecutableNeuralNetworK`