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.6.0 in this page.
Apache License, Version 2.0
You can use the following script to add simplednn-0.6.0.jar to your project.
<dependency> <groupId>com.kotlinnlp</groupId> <artifactId>simplednn</artifactId> <version>0.6.0</version> </dependency>
compile group: 'com.kotlinnlp', name: 'simplednn', version: '0.6.0'
libraryDependencies += "com.kotlinnlp" % "simplednn" % "0.6.0"
<dependency org="com.kotlinnlp" name="simplednn" rev="0.6.0"/>
@Grapes(@Grab(group='com.kotlinnlp', module='simplednn', version='0.6.0'))
'com.kotlinnlp:simplednn:jar:0.6.0'
Click the following link to download the jar file.
simplednn-0.6.0-javadoc.jar