mossr/BeautifulAlgorithms.jl
A curated collection of concise ML and optimization algorithm implementations in Julia, focused on readable educational examples.

BeautifulAlgorithms.jl showcases working implementations of machine learning and optimization algorithms including gradient descent, neural networks, K-means, EM algorithm, logistic regression, Gaussian processes, and reinforcement learning techniques. The project emphasizes code readability over production readiness, with implementations formatted for visual presentation via Carbon. The README explicitly states these are academic-purpose implementations not designed for real-world usage, distinguishing this from production ML frameworks.