
Tutorials


Building a Neural Network in Pure C++
Many tutorials on neural networks rely heavily on python and numpy to obfuscate what is happening behind the scenes of a neural network. This tutorial lifts the viel to go deeper.
The Missing ClusterHat Tutorial
The ClusterHat makes building a home cluster computer easy. The question is what to do next.
A Crash Course in Classes
Classes and Objects can be a confusing concept to students and new programmers. This crash course helps push through common problems I see with in my students.