is not current version
Last Version 0.14.0

com.kotlinnlp:simplednn 0.13.1

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.

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

simplednn
Version

Version

0.13.1
Type

Type

jar

Download simplednn 0.13.1


<!-- https://jarcasting.com/artifacts/com.kotlinnlp/simplednn/ -->
<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>simplednn</artifactId>
    <version>0.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kotlinnlp/simplednn/
implementation 'com.kotlinnlp:simplednn:0.13.1'
// https://jarcasting.com/artifacts/com.kotlinnlp/simplednn/
implementation ("com.kotlinnlp:simplednn:0.13.1")
'com.kotlinnlp:simplednn:jar:0.13.1'
<dependency org="com.kotlinnlp" name="simplednn" rev="0.13.1">
  <artifact name="simplednn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kotlinnlp', module='simplednn', version='0.13.1')
)
libraryDependencies += "com.kotlinnlp" % "simplednn" % "0.13.1"
[com.kotlinnlp/simplednn "0.13.1"]