Perceptron in C++ This is a mini-project in which I create a perceptron from scratch in C++. The perceptron learns using the perceptron learning rule. Check out my blog post for details.