Perceptron
C++ implementation of a fully-connected neural network
Started: Jul 2018
Finished: Sep 2021
The program allows to create and train neural networks with arbitrary number of layers and neurons. Python scripts allow to convert fully-connected neural networks from Tensorflow .pb
format to the custom format of this project with the extension .nn
. The inference results should remain the same.