lundi 17 novembre 2025

Neural Network in C++

 Here is a project on C++ of a Neural Network with back propagation

 This is the neural network :

 - Layer 0 : Input Data
 - Layer 1 : Hidden Layer for back propagation
-  Layer 2 : Output Data

Between each layer , theres are weight to learn for error (3  * 4 for weight0_1 and 4* 1 for weight1_2) 

 

Here is the github : Github for neural network C++
 

Aucun commentaire:

Enregistrer un commentaire