Skip to content

davidhozic/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

algorithms

My implementation of various algorithms, in Rust.

Running examples

Each implemented algorithm contains at least one example. Examples can be run with the command cargo run --release --example <example>.

The library used for plotting is gnuplot and needs to be installed on the system for the examples that draw plots.

Algorithms implemented

Below is a list of all the algorithms currently implemented in this repository.

KDE is a non-parameteric method for estimating the density over a data distribution. This implementation uses a Gaussian kernel.

About

My implementation of various algorithms. Written in Rust, with an interface to Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages