/Neural-Network-From-Scratch-in-Cpp-using-Pipes

Developed a Neural Network from scratch in C++ and use processes according to the number of layers and used threads for the neurons in the layers. Named Pipes are used to store the values of a layer and then pass it to the other layer.

Primary LanguageC++

Watchers