-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME
More file actions
31 lines (21 loc) · 669 Bytes
/
README
File metadata and controls
31 lines (21 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## Overview
Some practical implementations of popular machine learning algorithms.
Data is partially taken from the LIBSVM data sets[1].
### Usage
Running the demo file is easy:
$ python demo.py
This should do it. Make sure NumPy is installed and added to your PYTHONPATH. To check this, type
$ python
and in the Python shell
>> import numpy
if no error occurs, NumPy is installed correctly.
### Currently implemented
* Ridge Regression
### TODO
* fine tuning Ridge Regression
* output validation R.R.
* logistic regression
* SVMs (SMO +variants)
* make test suite
### Links
[1] http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/