Basic 3D projection

Building a 3D projection matrix

Read more →

Writing a multilayer neural network

This article explains how to create a multilayer neural network.

Read more →

The basics of neural networks

This article explains how to create a perceptron.

Read more →

Regex-powered blog engine

tl;dr: How this website was made, and why you shouldn't copy me. In the age of heavyweight frameworks and complex build tools, there's something refreshing about going back to basics. This article is about how i build a lightweight static blog generator using nothing but regex-powered string substitution and a schema-driven approach.

Read more →