Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnouri/machine-learning-lib
A small and personal library of machine learning functions for use with GNU Octave.
https://github.com/dnouri/machine-learning-lib
Last synced: 10 days ago
JSON representation
A small and personal library of machine learning functions for use with GNU Octave.
- Host: GitHub
- URL: https://github.com/dnouri/machine-learning-lib
- Owner: dnouri
- Created: 2012-01-14T16:21:14.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-28T21:05:50.000Z (almost 13 years ago)
- Last Synced: 2024-10-28T13:26:47.071Z (about 2 months ago)
- Language: Matlab
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
machine-learning-lib
====================A small and personal library of `machine learning
`_ functions for use with `GNU Octave
`_.You may add these functions to your load path via the `addpath
`_
function in your ``~/.octaverc``.You may run some basic tests that are included in this library by
typing in into the Octave interpreter::machineLearningLibTestAll.m;