A collection of numerical and algorithmic subroutines I've implemented and found helpful for various tasks:
ssk.jl– String Subsequence Kernel (SSK) implementationrsvd.jl– Randomized Singular Value Decompositiongp.jl– Gaussian Process Regressionfft.jl– Examples showcasing usage of FFTW.jlbfs.jl– Breadth-First Search for finding connected components from an adjacency matrixBO_1d.jl– 1D Bayesian Optimization examplelsh.jl– Locality Sensitive Hashing (LSH) implementation