An open API service indexing awesome lists of open source software.

https://github.com/knowm/proprioceptron

A virtual environment for testing and simulating machine learning algorithms
https://github.com/knowm/proprioceptron

Last synced: 6 months ago
JSON representation

A virtual environment for testing and simulating machine learning algorithms

Awesome Lists containing this project

README

          

## Proprioceptron

A virtual environment for testing and simulating machine learning algorithms

## Maven

For snapshots, add the following to your pom.xml file:


sonatype-oss-snapshots

https://oss.sonatype.org/content/repositories/snapshots



org.knowm.proprioceptron
proprioceptron-core
1.1.2-SNAPSHOT

## Building

mvn clean package
mvn javadoc:javadoc
mvn clean deploy

#### maven-license-plugin

mvn license:check
mvn license:format
mvn license:remove

## Bugs

Please report any bugs or submit feature requests to [Proprioceptron's Github issue tracker](https://github.com/timmolter/Proprioceptron/issues).

## Continuous Integration

[![Build Status](https://travis-ci.org/timmolter/Proprioceptron.png?branch=develop)](https://travis-ci.org/timmolter/Proprioceptron.png)
[Build History](https://travis-ci.org/timmolter/Proprioceptron/builds)