com.simiacryptus:mindseye-test

Testing Tools for Neural Network Components

Лицензия

Лицензия

Группа

Группа

com.simiacryptus
Идентификатор

Идентификатор

mindseye-test
Последняя версия

Последняя версия

2.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Testing Tools for Neural Network Components
Организация-разработчик

Организация-разработчик

SimiaCryptus Software
Система контроля версий

Система контроля версий

https://github.com/SimiaCryptus/mindseye-test/

Скачать mindseye-test

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.simiacryptus/mindseye-test/ -->
<dependency>
    <groupId>com.simiacryptus</groupId>
    <artifactId>mindseye-test</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.simiacryptus/mindseye-test/
implementation 'com.simiacryptus:mindseye-test:2.1.0'
// https://jarcasting.com/artifacts/com.simiacryptus/mindseye-test/
implementation ("com.simiacryptus:mindseye-test:2.1.0")
'com.simiacryptus:mindseye-test:jar:2.1.0'
<dependency org="com.simiacryptus" name="mindseye-test" rev="2.1.0">
  <artifact name="mindseye-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.simiacryptus', module='mindseye-test', version='2.1.0')
)
libraryDependencies += "com.simiacryptus" % "mindseye-test" % "2.1.0"
[com.simiacryptus/mindseye-test "2.1.0"]

Зависимости

compile (16)

Идентификатор библиотеки Тип Версия
com.simiacryptus : mindseye-core jar
org.junit.jupiter : junit-jupiter-api Необязательный jar
ch.qos.logback : logback-classic jar
org.slf4j : slf4j-api jar
com.google.code.gson : gson jar
com.google.code.findbugs : jsr305 jar
org.jetbrains : annotations jar
com.simiacryptus : java-util jar
com.github.haifengl : smile-plot jar
guru.nidi : graphviz-java jar
org.apache.commons : commons-compress jar
org.apache.commons : commons-math3 jar
com.simiacryptus : literate-reporting jar
com.simiacryptus : java-analysis jar
com.simiacryptus : refcount-core jar
com.simiacryptus : aws-utilities jar

Модули Проекта

Данный проект не имеет модулей.

MindsEye - Java 8 Neural Networks

Sample Art created by MindsEye

Sample Painting created by MindsEye

Welcome! This is MindsEye, a neural network library written in Java 8. Low-level computation is provided by CuDNN and other native libraries.

Links

Developer Guide - docs.google.com - Detailed Technical Documentation

Art Gallery - photos.google - Curated artwork generated by MindsEye

Component Documentation - simiacryptus.github.io/NetworkZoo/ - Test-generated documentation reports detailing each neural network component type.

JavaDocs - simiacryptus.github.io/MindsEye/apidocs/ - API documentation for the current release

Project Site - simiacryptus.github.io/MindsEye/ - The current maven-published site

Maven - mvnrepository.com/artifact/com.simiacryptus/mindseye - Dependency import information

Blog Articles - http://simiacryptus.com - Related articles from the author

Features

  • Java - Use Java 8+, Scala, or any other JVM language.

  • Support for multiple GPUs and high performance math using native libraries including CuDNN, CUDA, and OpenCL.

  • A highly modular optimization engine - It can be configured for many popular algorithms, or customized for optimization research.

  • A large and extensible component library with a focus on automated testing and documentation.

  • Utilize server clusters with Apache Spark for data-parallel training.

  • Built-in JSON serialization for all networks.

  • Output Markdown or HTML Notebook-style reports for documentation and research.

  • Directly regress input datasets - learning is not limited to network weights.

com.simiacryptus

Simia Cryptus

Big Data Science and Artificial Intelligence

Версии библиотеки

Версия
2.1.0
2.0.0
1.8.0
1.7.2
1.7.1
1.7.0
1.6.0
1.5.1