Colour reduction with k-means Using k-means clustering to simplify image colour palettes Read more... javascript canvas es6
More fractals using rewriting systems Going a bit deeper with the fractals from "The Algorithmic Beauty of Plants" Read more... javascript canvas es6
Solving substitution ciphers with markov chains in Python Using simple probabilities to decrypt text Read more... python algorithms nlp
Unpacking tables with a hill-climbing method in Python A puzzle: if all you have is the counts in each group/treatment, can you recover the individual-level data? Read more... python algorithms