Skip to content

Commit

Permalink
Add new features
Browse files Browse the repository at this point in the history
  • Loading branch information
lauerfab committed May 30, 2017
1 parent eaec4c9 commit 973da34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Ready-to-use versions of the tools are available online at:

## Functions provided by LALOLib

- **Linear algerbra:** basic vector and matrix operations, linear system solvers, matrix factorizations (QR, Cholesky), eigendecomposition, singular value decomposition, conjugate gradient sparse linear system solver,... )
- **Linear algerbra:** basic vector and matrix operations, linear system solvers, matrix factorizations (QR, Cholesky), eigendecomposition, singular value decomposition, conjugate gradient sparse linear system solver, complex numbers/matrices, discrete Fourier transform... )
- **Statistics:** random numbers, sampling from and estimating standard distributions
- **Optimization:** steepest descent, BFGS, linear programming (thanks to [glpk.js](https://github.com/hgourvest/glpk.js)), quadratic programming

Expand All @@ -36,7 +36,7 @@ See [this benchmark](http://mlweb.loria.fr/benchmark/) for a comparison of LALOL
#### Classification

- K-nearest neighbors,
- Linear discriminant analysis,
- Linear discriminant/quadratic analysis,
- Naive Bayes classifier,
- Logistic regression,
- Perceptron,
Expand Down

0 comments on commit 973da34

Please sign in to comment.