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
- Host: GitHub
- URL: https://github.com/knowm/proprioceptron
- Owner: knowm
- License: apache-2.0
- Created: 2012-09-03T13:51:54.000Z (almost 14 years ago)
- Default Branch: develop
- Last Pushed: 2016-10-27T09:28:55.000Z (over 9 years ago)
- Last Synced: 2025-04-23T14:13:52.875Z (about 1 year ago)
- Language: Java
- Size: 21.3 MB
- Stars: 10
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://travis-ci.org/timmolter/Proprioceptron.png)
[Build History](https://travis-ci.org/timmolter/Proprioceptron/builds)