I have spent over four years working in Data Science, evolving into a role that bridges data strategy, AI-driven automation and digital transformation. My journey has taken me across industries, from luxury goods to biotechnology, from pure software development to data operations and AI integration, helping businesses make smarter, data-driven decisions.
What I love about Data Science is the constant opportunity to ask why and find clear, actionable answers through data. Whether it’s optimizing processes, building AI-powered tools or structuring large-scale data platforms, I enjoy transforming complexity into meaningful insights.
I am fond of open-source projects & communities like Hugging Face, Stack Overflow and Kaggle, as I believe they have made programming and AI more accessible. I advocate for fostering innovation through shared knowledge, which empowers individuals to separate real insights from misinformation and leverage data responsibly.
I am particularly interested in how emerging technologies like AI, cloud computing and decentralized systems are reshaping industries. A key focus of mine is ensuring these advancements remain fair, ethical, and sustainable while being accessible to a wider audience.
Outside work, I enjoy playing and watching football—not just for the game itself, but for how it brings people together, even if just for a short moment.
Aug 2024 - Present
Feb 2024 - Jul 2024
Feb 2023 - Jan 2024
Nov 2020 - Jan 2023
Feb 2020 - Aug 2020
Jul 2018 - Aug 2018
![]() Msc. in Data ScienceExtracurricular Activities:
Thesis:Highlight, by Video Tracking analysis and Machine Learning algorithms, the movement patterns of an object that influence the chronometric performances of a mechanical subsystem. Main courses:Technical-oriented coursework which covered areas such as Statistics, Applied Data Analysis, Machine Learning, Artificial Neural Networks, and Database Systems. Completed a Minor in Management, Technology and Entrepreneurship (MTE), encompassing courses in Financial Markets, Econometrics, Project Management and Supply Chain. The educational journey combined in-depth technical skills with business acumen and management principles. | ||
![]() Bsc. in Data ScienceExtracurricular Activities:
Main courses:Technical coursework focused on computer science fundamentals such as data structures, algorithms, networking, and security, alongside programming in languages like JAVA (Object Oriented Programming), C (System Oriented Programming), and Scala (Functional Programming). A strong emphasis was placed on mathematical foundations with courses in Calculus, linear algebra, statistics, and signal processing Pursued an optional track in Visual Computing, focusing on C++ and OpenGL. |
From scratch Pytorch implementation of the original transformer paper. Briefly explain how it works through a sentence-to-sentence translation task example with English to Spanish.
Comprehensive and educational analysis of investment strategies using the performance metrics of GAFAM stocks 📈 - Google, Apple, Facebook (now Meta), Amazon, and Microsoft.
It evaluates two distinct approaches. An active strategy utilizing Moving Average Convergence Divergence (MACD) for trading signals and a passive strategy employing dollar-cost averaging (DCA) with the SPDR S&P 500 ETF Trust (SPY) as a benchmark.
Restore images with centrally masked areas using generative models to accurately predict and reconstruct missing parts.
Post-GAN training, the discriminator and generator collaboratively produce high-quality image samples using continuous gradient-based updates to the activation maps until the samples are classified as real by the discriminator.
Google Chrome extension to automatically track and close inactive tabs making browsing experience lightweight.
Developed a Python-based reinforcement learning agent capable of mastering the Lunar Lander game from OpenAI Gym.
I implemented the REINFORCE loss function using categorical cross-entropy weighted by the discounted reward for each observation and balanced the need for exploration (to learn diverse strategies) with exploitation (maximizing reward outcomes).
Data-driven analysis and machine learning to detect customers who are more likely to churn. Used those insights to propose different strategies for the company to investigate for a potential retention program.
This analysis compares the implementation of linear regression models from scratch (utilizing Numpy and Pandas) with those from scikit-learn to predict the optimal selling price for a client’s house.