Last Version

com.kotlinnlp:simplednn 0.14.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.

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

simplednn
Version

Version

0.14.0
Type

Type

jar
Description

Description

com.kotlinnlp: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.
Project URL

Project URL

http://github.com/kotlinnlp/simplednn
Source Code Management

Source Code Management

http://github.com/kotlinnlp/simplednn/tree/master

Download simplednn 0.14.0


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

Dependencies

compile (8)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31
org.jetbrains.kotlin : kotlin-reflect jar 1.3.31
org.jblas : jblas jar 1.2.4
org.slf4j : slf4j-simple jar 1.7.21
com.nhaarman : mockito-kotlin jar 1.5.0
org.spekframework.spek2 : spek-dsl-jvm pom 2.0.5
org.spekframework.spek2 : spek-runner-junit5 jar 2.0.5
com.kotlinnlp : utils jar 2.1.4

test (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.3.31

Project Modules

There are no modules declared in this project.