perceptron Multi layer perceptron (a.k.a. neural network) implemented from scratch in C++ Install You can just copy the source and headers file from src and include into your own project. Usage To use the library, // TODO References 🗄️ tsoding/perceptron 📼 3Blue1Brown - Neural Networks