
const Antrubtor = {
name : "Antrubtor",
status : "Student - EPITA 2027",
country : "France, Paris",
love : ("🏎️","🐈","🖥️"),
WPM : 114
};
const Antrubtor = {
name : "Antrubtor",
status : "Student - EPITA 2027",
country : "France, Paris",
love : ("🏎️","🐈","🖥️"),
WPM : 114
};
Analyze your social media data into Excel dashboards (activity, calls time, response times, voice messages time). Includes JSON export, media export with corrected EXIF timestamps, regex search, an…
Python 5
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