![](/Antrubtor/Antrubtor/raw/main/.ressources/dino.gif)
const Antrubtor = {
name : "Antrubtor",
status : "Student - EPITA 2027",
country : "France, Paris",
love : ("🏎️","🐈","🖥️"),
WPM : 112
};
const Antrubtor = {
name : "Antrubtor",
status : "Student - EPITA 2027",
country : "France, Paris",
love : ("🏎️","🐈","🖥️"),
WPM : 112
};
This repository hosts a C implementation of a neural network capable of learning the XOR logical function and recognizing digits in images using the MNIST dataset. It provides customizable architec…
C 2