mltool VS HSvm

Compare mltool vs HSvm and see what are their differences.

mltool

Machine Learning Toolbox (by aligusnet)

HSvm

Haskell bindings of libsvm library (by paulrzcz)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
mltool HSvm
1 1
35 4
- -
0.0 5.7
almost 6 years ago 5 months ago
Haskell C++
BSD 3-clause "New" or "Revised" License BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

mltool

Posts with mentions or reviews of mltool. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-28.

HSvm

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).

What are some alternatives?

When comparing mltool and HSvm you can also consider the following projects:

som - Self-Organising Map implementation in Haskell

HLearn-algebra - Homomorphic machine learning

type-natural - Type-level well-kinded natural numbers.

Lattices - A package for Lattices in Haskell. With a very basic LLL (Lenstra-Lenstra-Lovász) lattice reduction algorithm

bayes-stack - Framework for Gibbs sampling of probabilistic models

units - The home of the units Haskell package

Xorshift128Plus - Pure haskell implementation of xorshift128plus random number generator

noether - Highly polymorphic algebraic structures with custom deriving strategies

diagrams-solve - Miscellaneous solver code for diagrams (low-degree polynomials, tridiagonal matrices)

hsignal - Signal processing for Haskell based on hmatrix

softfloat-hs - Haskell FFI bindings for SoftFloat.

gsl-random - Haskell bindings to the GSL random number generators and distribution functions