Technical Log
-
2026-01-10
Building SVMs from Scratch in C++: Glacier’s PEGASOS Implementation
Glacier.ML now includes working implementations of: -
2026-01-03
Optimized k Nearest Neighbours: From Naive to Hardware-Aware
KNN is one of the simplest Supervised ML algorithms to be taught to ML aspirants.... -
2025-12-15
Building my own C++20 Numerical Algorithms library
Glacier.ML is a header-only numerical algorithms library implemented entirely in C++ with Eigen sometimes used...