bgnkim / deepspark   1.2.0

GNU General Public License v2.0 only GitHub

A neural network library which trained by Spark RDD instances.

Scala versions: 2.11 2.10

deepspark 1.2.0


Group ID:
com.github.nearbydelta
Artifact ID:
deepspark_2.11
Version:
1.2.0
Release Date:
Jan 5, 2016
Licenses:
Files:
Full Scala Version:
2.11.7
Developers:

libraryDependencies += "com.github.nearbydelta" %% "deepspark" % "1.2.0"

Mill build tool

ivy"com.github.nearbydelta::deepspark:1.2.0"

Scala CLI

//> using dep "com.github.nearbydelta::deepspark:1.2.0"

Ammonite REPL

import $ivy.`com.github.nearbydelta::deepspark:1.2.0`

<dependency>
  <groupId>com.github.nearbydelta</groupId>
  <artifactId>deepspark_2.11</artifactId>
  <version>1.2.0</version>
</dependency>

compile group: 'com.github.nearbydelta', name: 'deepspark_2.11', version: '1.2.0'