kmath/kmath-tensorflow
..
2024-08-17 21:11:13 +03:00
2025-01-27 13:13:47 +03:00
2025-01-27 09:28:57 +03:00

Module kmath-tensorflow

Google tensorflow connector

Usage

Artifact:

The Maven coordinates of this project are space.kscience:kmath-tensorflow:0.4.2.

Gradle Kotlin DSL:

repositories {
    maven("https://repo.kotlin.link")
    mavenCentral()
}

dependencies {
    implementation("space.kscience:kmath-tensorflow:0.4.2")
}