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
- Host: GitHub
- URL: https://github.com/molikuner/neuralnetwork
- Owner: molikuner
- Created: 2019-04-28T09:12:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T09:14:23.000Z (about 6 years ago)
- Last Synced: 2025-02-04T19:49:36.190Z (4 months ago)
- Language: Kotlin
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`