Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/zenogantner/PDL-ML

machine learning example code in PDL (Perl Data Language)
https://github.com/zenogantner/PDL-ML

Last synced: 24 days ago
JSON representation

machine learning example code in PDL (Perl Data Language)

Lists

README

        

Some machine learning algorithms implemented using the Perl Data Language (PDL).

This code serves mainly educational purposes.
It is also incomplete and buggy.
Do not use it for production.
You have been warned.

For each program, the --help option gives usage information.

Example datasets can be downloaded from
http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/

License: GPL 3 or later

stats: 1205 lines

TODO
- finish the implementations
- implement (batch) subgradient descent
- modularize
- add tests
- upload to CPAN
- implement SVR