Sha256: 8c7c39511552489478e65f6a6037750130d38300a3f7ea8b463c4ba4c8052c02

Contents?: true

Size: 954 Bytes

Versions: 1

Compression:

Stored size: 954 Bytes

Contents

# 0.2.1
- Added class for K-nearest neighbors classifier.

# 0.2.0
- Migrated the linear algebra library to Numo::NArray.
- Added module for loading and saving libsvm format file.

# 0.1.3
- Added class for Kernel Support Vector Machine with Pegasos algorithm.
- Added module for calculating pairwise kernel fuctions and euclidean distances.

# 0.1.2
- Added the function learning a model with bias term to the PegasosSVC and LogisticRegression classes.
- Rewrited the document with yard notation.

# 0.1.1
- Added class for Logistic Regression with SGD optimization.
- Fixed some mistakes on the document.

# 0.1.0
- Added basic classes.
- Added an utility module.
- Added class for RBF kernel approximation.
- Added class for Support Vector Machine with Pegasos alogrithm.
- Added class that performs mutlclass classification with one-vs.-rest strategy.
- Added classes for preprocessing such as min-max scaling, standardization, and L2 normalization.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
svmkit-0.2.1 HISTORY.md