Programs

Below are some sample programs I've written.

Javascript/HTML5 canvas programs

Image: Program: Description:
Cellular Automata Multistate variant of Conway's Game of Life

C++ programs

Image: Program: Description:
Function optimization General-purpose optimizer, including gradient descent, simulated annealing, and swarm routines

Python programs

Image: Program: Description:
Neural networks "Vanilla" convolutional neural network (CNN) autoencoder using Pytorch