https://github.com/gnebbia/peg-ml
pegml is an octave/matlab module used to implement basic machine learning algorithms, it is based upon Andrew Ng Machine Learning course and exercises.
https://github.com/gnebbia/peg-ml
framework machinelearning octave
Last synced: 30 days ago
JSON representation
pegml is an octave/matlab module used to implement basic machine learning algorithms, it is based upon Andrew Ng Machine Learning course and exercises.
- Host: GitHub
- URL: https://github.com/gnebbia/peg-ml
- Owner: gnebbia
- License: gpl-3.0
- Created: 2017-05-31T13:28:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T13:28:32.000Z (almost 9 years ago)
- Last Synced: 2025-01-13T09:27:23.283Z (about 1 year ago)
- Topics: framework, machinelearning, octave
- Language: Matlab
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: COPYING
- Citation: CITATION
Awesome Lists containing this project
README
# pegml
pegml is an octave/matlab module used to implement basic machine learning
algorithms, it is based upon Andrew Ng Machine Learning course.
The module functions are re-adapted and tested to be as general as possible.