не последняя версия
Последняя версия 0.14.0

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

Категории

Категории

Kotlin Языки программирования
Группа

Группа

com.kotlinnlp
Идентификатор

Идентификатор

simplednn
Версия

Версия

0.6.0
Тип

Тип

jar

Скачать simplednn 0.6.0


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