My C++ solution for the 1 Billion Row Challenge: Find the min, max, and average from a dataset 1 billion rows long.
An interactive demo showcasing the AdaBoost algorithm
My solutions for Advent of Code. Written quickly for placement on the global leaderboard.
Visual demonstration of neural net training using backpropagation.
Plays Bad Apple on a VEX v5 brain with Arduino sound module.
Explore the properties of Bèzier curves.
From-scratch implementation of Backpropagation in CUDA C++. Achieved 96.44% accuracy on the MNIST dataset.
Simulated flipboard using 3D CSS transforms. Running a Moore B1357/S1357 cellular automaton.
This website!
A simulation of Synthetic Aperature Radar using Backprojection
Dual CPU/GPU implementation of the seamcarving algorithm. Includes bindings for Python.
A solver for Snake using modified Hamiltonian paths. Port of original C++ for web.