Projects
Below is a select collection of projects I’ve worked on. More projects can be viewed on my GitHub page: https://github.com/AmberThrall/
Linear Link to heading
Linear is a C++14 linear algebra all-header library with built-in support for various matrix decomposition algorithms, including: QR, SVD, Schur, and more.
https://github.com/AmberThrall/Linear
scomplex Link to heading
Simplicial complex construction library written in Rust. Supports typically used methods for topologically classifying data sets, including, complex construction via Vietoris-Rips and computation of Betti numbers.
https://github.com/AmberThrall/scomplex
Paragon Link to heading
Paragon is a C++ machine learning application powered by LIBSVM. Paragon performs an exhaustive grid-search to determine an optimal set of parameters, then performs backward sequential feature selection to find the most significant features of a given data set.