License |
License |
---|---|
Categories |
CategoriesNet Native Development Tools |
GroupId | GroupIdcom.rtbhouse.model |
ArtifactId | ArtifactIdneural-network-native-ops |
Last Version | Last Version0.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.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://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"]
Group / Artifact | Type | Version |
---|---|---|
org.bytedeco : javacpp | jar | 1.1 |
com.github.fommil : jniloader | jar | 1.1 |
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 |