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: 4 months 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-28T21:05:50.000Z (over 14 years ago)
- Last Synced: 2025-07-26T00:44:26.144Z (11 months ago)
- Language: Matlab
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- 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;