s

simplednn

SimpleDNN is a machine learning lightweight open-source library written in Kotlin whose purpose is to support the development of feed-forward and recurrent Artificial Neural Networks.
http://github.com/kotlinnlp/simplednn
Apache License, Version 2.0
KotlinNLP Authors
Files download
File Operation
simplednn-0.11.1.jar download
simplednn-0.11.1.pom download
simplednn-0.11.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.kotlinnlp</groupId>
  <artifactId>simplednn</artifactId>
  <version>0.11.1</version>
</dependency>
Gradle Groovy
implementation 'com.kotlinnlp:simplednn:0.11.1'
Gradle Kotlin
implementation("com.kotlinnlp:simplednn:0.11.1")
Scala SBT
libraryDependencies += "com.kotlinnlp" % "simplednn" % "0.11.1"
Groovy Grape
@Grapes(
  @Grab(group='com.kotlinnlp', module='simplednn', version='0.11.1')
)
Apache Ivy
<dependency org="com.kotlinnlp" name="simplednn" rev="0.11.1" />
Leiningen
[com.kotlinnlp/simplednn "0.11.1"]
Apache Buildr
'com.kotlinnlp:simplednn:jar:0.11.1'