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.13.2.jar download
simplednn-0.13.2.pom download
simplednn-0.13.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.kotlinnlp</groupId>
  <artifactId>simplednn</artifactId>
  <version>0.13.2</version>
</dependency>
Gradle Groovy
implementation 'com.kotlinnlp:simplednn:0.13.2'
Gradle Kotlin
implementation("com.kotlinnlp:simplednn:0.13.2")
Scala SBT
libraryDependencies += "com.kotlinnlp" % "simplednn" % "0.13.2"
Groovy Grape
@Grapes(
  @Grab(group='com.kotlinnlp', module='simplednn', version='0.13.2')
)
Apache Ivy
<dependency org="com.kotlinnlp" name="simplednn" rev="0.13.2" />
Leiningen
[com.kotlinnlp/simplednn "0.13.2"]
Apache Buildr
'com.kotlinnlp:simplednn:jar:0.13.2'