/perceptron-cpp

A perceptron from scratch in C++.

Primary LanguageC++

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.