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

com.kotlinnlp:simplednn 0.1.2

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.1.2
Тип

Тип

jar

Скачать simplednn 0.1.2


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