Solving Mastermind with Maximum Entropy
Information TheoryUsing information theory to find optimal guesses in Mastermind.
Chess OCR: From Data to Deployment
ProjectBuilding a chess position recognition system from data collection to browser deployment.
Why Neural Networks Need He Init, Clipping, and Momentum
Machine LearningA step-by-step interactive example exploring common neural network training problems and their solutions.
Big O Notation: An Interactive Guide
AlgorithmsBuilding intuition to recognize time complexity from code patterns.