HSvm

Haskell bindings of libsvm library (by paulrzcz)

HSvm Alternatives

Similar projects and alternatives to HSvm

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better HSvm alternative or higher similarity.

HSvm reviews and mentions

Posts with mentions or reviews of HSvm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-28.
  • looking for simple regression (or classification) library
    5 projects | /r/haskell | 28 Oct 2022
    I've used https://github.com/paulrzcz/HSvm (libsvm) for some things – if all you need is svm-like classification and your data is of the easily predictable kind (so you don't have to experiment much with different models), that might be enough (just m <- SVM.train (SVM.NuSvc 0.25) (SVM.RBF 1) trainFeats; prediction <- SVM.predict m inputFeats, remember to scale numbers to 0..1).

Stats

Basic HSvm repo stats
1
4
5.7
4 months ago

paulrzcz/HSvm is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.

The primary programming language of HSvm is C++.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com