Back
Linklog
This is my Linklog where I keep links to my favorite content on the Internet. It's a great way to keep this content as reference while also sharing articles and tools I encounter and find interesting.
February 2026
- Reinforcement Learning on Operations Research Problem (yjhan96.github.io)
- #algorithms#reinforcement-learning
This is a very interesting dive into practical applications of reinforcement learning to optimization problems.
December 2025
- Why Momentum Really Works (distill.pub)
- #algorithms
This is a gorgeous explanation why momentum works in gradient descent.
November 2025
- Understanding Isomap | alechelbling.com (alechelbling.com)
- #algorithms#data-science
This is a fascinating article on dimensionality reduction and how to use local similarity structure to extract as much information as possible. The visuals are also fantastic and very engaging. A really good read!
June 2025
- Introduction to the A* Algorithm (www.redblobgames.com)
- #algorithms
I always love a good algorithm visualisation, and this article does a really good job at explaining the A* and Dijkstra graph exploration algorithms.
May 2025
- Reservoir Sampling (samwho.dev)
- #algorithms
A very interesting sampling method specialized in fair selection of streaming events.
March 2025
- Markov Chains explained visually (setosa.io)
- #algorithms
A very neat summary of what Markov chains are and how they work, with beautiful animations.
February 2025
- Generating Mazes (healeycodes.com)
- #algorithms
A great introduction to maze generation algorithms with informative visual.
- (Ab)using General Search Algorithms on Dynamic Optimization Problems (dubovik.eu)
- #optimization#algorithms
An interesting analysis of various optimization algorithms applied to a simple dynamical programming problem. Features beautiful visualizations of those algorithms.
- Taking a Look at Compression Algorithms (cefboud.com)
- #algorithms
A short blog post summarizing the main compression algorithms. It's incredible how little I knew about something I use so much.
November 2024
- Algorithm Afternoon (algorithmafternoon.com)
- #optimization#algorithms
This a collection of all the optimization metaheuristic you can possibly imagine, with comments on how to implement them and what parameters can be tuned. The aim is to take it one algorithm per afternoon.
September 2024
- Visualizing Algorithms (bost.ocks.org)
- #algorithms
A beautiful set of visualizations of common algorithms. Perfect to truly understand what happens in a quicksort algorithm, or to compare different sampling algorithms.