This is a simple neural network using a multilayer perceptrons utilizing linear algebra and matrix math without any libraries like TensorFlow
This GitHub repository is under an MIT License.
If you are looking for some basic implementation of this neural network look at example.cpp
or example.py
.