I'm Gabriela, I study at 42 Málaga and spend most of my time doing things with data.
Cleaning it, modeling it, making predictions and occasionally arguing with it.
Here are some of my 42 projects and other stuff.
I'm Gabriela, I study at 42 Málaga and spend most of my time doing things with data.
Cleaning it, modeling it, making predictions and occasionally arguing with it.
Here are some of my 42 projects and other stuff.
Image processing and computer vision pipeline that applies automated transformations and CNN training to plant leaf photos to support disease-classification.
Python
Multilayer Perceptron implementation using feedforward, backpropagation, and gradient descent from scratch.
Python
A machine learning project applying logistic regression for multi-class classification, ETL, model training, and visualization.
Python
A program that using machine learning algorithm can predict a price of a car based on it's mileage.
Python
A single-page app build in micro service architecture where you can play pong with players among other things such as JWT, 2fa authentication, blockchain, chat, friends list, stats, profiles, IA ma…
Python
Webserv is a non-blocking web server designed in C++ that handles HTTP requests using a single instance of poll() for all I/O operations, supporting multiple ports, CGI scripts and file uploads.
C++