com.rtbhouse.model:neural-network-native-ops

Small Java lib with few neural network operations: ReLU, linearForward and simple matrix-by-vector multiplication.

License

License

Categories

Categories

Net Native Development Tools
GroupId

GroupId

com.rtbhouse.model
ArtifactId

ArtifactId

neural-network-native-ops
Last Version

Last Version

0.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

com.rtbhouse.model:neural-network-native-ops
Small Java lib with few neural network operations: ReLU, linearForward and simple matrix-by-vector multiplication.
Project URL

Project URL

https://github.com/RTBHOUSE/neural-network-native-ops

Download neural-network-native-ops

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.bytedeco : javacpp jar 1.1
com.github.fommil : jniloader jar 1.1

test (4)

Group / Artifact Type Version
org.openjdk.jmh : jmh-core jar 1.11.3
org.openjdk.jmh : jmh-generator-annprocess jar 1.11.3
junit : junit jar 4.12
com.github.fommil.netlib : all pom 1.1.2

Project Modules

There are no modules declared in this project.
com.rtbhouse.model

RTB House

Versions

Version
0.4.1
0.1