https://github.com/phenax/machine-learning
Just messing around with machine learning algorithms
https://github.com/phenax/machine-learning
machine-learning neural-network
Last synced: 3 months ago
JSON representation
Just messing around with machine learning algorithms
- Host: GitHub
- URL: https://github.com/phenax/machine-learning
- Owner: phenax
- License: apache-2.0
- Created: 2016-12-22T10:25:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T14:30:10.000Z (about 7 years ago)
- Last Synced: 2025-01-16T19:52:44.869Z (5 months ago)
- Topics: machine-learning, neural-network
- Language: JavaScript
- Size: 64.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Machine Learning
[](https://travis-ci.org/phenax/machine-learning)Just messing around with machine learning algorithms
### Instructions
* ```npm test``` To run a test### File structure
* ```/tests``` All the test suites
* ```/src/iris-dataset.js``` The dataset used for tests
* ```/src/js/Learn``` The good stuff
* ```/src/js/Learn/lib``` The algorithms