is not current version
Last Version 0.14.0

com.kotlinnlp:simplednn 0.4.0

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.4.0
Type

Type

jar

Download simplednn 0.4.0


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