Last Version

Neural Network 1.0

Simple neural network in kotlin

License

License

Categories

Categories

Net
GroupId

GroupId

by.next-way
ArtifactId

ArtifactId

neural.network
Version

Version

1.0
Type

Type

jar
Description

Description

Neural Network
Simple neural network in kotlin

Download neural.network 1.0


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

Dependencies

compile (5)

Group / Artifact Type Version
log4j : log4j jar 1.2.14
org.apache.logging.log4j : log4j-api jar 2.1
org.apache.logging.log4j : log4j-core jar 2.1
org.jetbrains.kotlin : kotlin-reflect jar 1.3.11
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.11

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.3.2
org.junit.jupiter : junit-jupiter-engine jar 5.3.2

Project Modules

There are no modules declared in this project.