Download simplednn-0.3.0.jar file - Jar s

Jar examples for s:simplednn

Description

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.

You can download jar file simplednn 0.3.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add simplednn-0.3.0.jar to your project.

<dependency>
   <groupId>com.kotlinnlp</groupId>
   <artifactId>simplednn</artifactId>
   <version>0.3.0</version>
</dependency>
compile group: 'com.kotlinnlp', name: 'simplednn', version: '0.3.0'
libraryDependencies += "com.kotlinnlp" % "simplednn" % "0.3.0"
<dependency org="com.kotlinnlp" name="simplednn" rev="0.3.0"/>
@Grapes(@Grab(group='com.kotlinnlp', module='simplednn', version='0.3.0'))
'com.kotlinnlp:simplednn:jar:0.3.0'

Download

Click the following link to download the jar file.

simplednn-0.3.0-javadoc.jar
simplednn-0.3.0-sources.jar
simplednn-0.3.0.jar
simplednn-0.3.0.pom



Related Tutorials