Jar examples for 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.
You can download jar file simplednn 0.3.0 in this page.
Apache License, Version 2.0
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'
Click the following link to download the jar file.
simplednn-0.3.0-javadoc.jar