Econometrics, big data, machine learning, coding and data science passionate.
MS degree in Business Analytics and Big Data (specialization in Applied Artificial Intelligence) at IE School of Human Sciences and Technology.
Portfolio
Machine Learning
🚵♀️ Kaggle Competition: Forest Cover Type Prediction🚵♀️
* Conducted a project on Machine Learning II and achieved the highest accuracy score compared to the other teams.
* Analyzed, cleaned, pre-processed and engineered features for the creation of machine learning models.
* Achieved a grade of 10/10
🚀Kaggle Competition: Determining the Fate of Passengers in an Alternate Dimension 🚀
* Explored data cleaning, feature relationships, handling missing values, feature engineering, and developed modeling pipelines with informative visualizations.
* The data can be downloaded from [Kaggle](https://www.kaggle.com/competitions/spaceship-titanic)
***Skills***: Data Cleaning | Pipeline Development | GridSearch | Hadnling Missing Values | Data Exploration | Cross- validation
🚲 Predict number bicycle users on an hourly basis🚲
* Conducted a Python II Group Final Project to predict the total number of Washington D.c bycle users on an hourly basis.
* Conducted Exploratory Data Analysis, Data Cleaning & Analysis, and Time-Based Cross Validation.
Goal was to predict the total number of Washington D.C bicycle users on an hourly basis.
***Skills***: Data Visualization | Python
Social Network Analysis
☎ nstagram Graph Analysis and Community Detection Algorithms ☎
* Using graph algorithims and GraphX to analyze and explore different patterns and communities in the instagram dataset.
* Found out the most influential members of the network to increase sales by advertisement.
* As the dataset was too large to process, we had to do exploratory data analysis to check how to reduce it so that it didn't become a random network.
***Skills***: GraphX | Comunity Detection Algorithims
Reinforcement Learning
🌔 Lundar Landing Assignment 🌔
* Our goal is to teach the Lunar Lander (our agent) how to correctly land their spaceship between two flags (our landing pad).
* The more accurately the agent is able to land, the bigger the ultimate reward he will be able to attain.
* The agent may choose any of the following four actions at any moment to achieve this objective: fire the left engine, fire the right engine, fire down the engine, or do nothing.
***Skills***: Reinforcement Learning | Game Theory | Hyperparameter Tuning
🚗Training AWS Car 🚗
The goal was to create a custom reward function so that the AWS Deep Racer completes an unseen track as fastest as possible, and as accurately as possible. An example of a reward function would be:
Skills: Reinforcement Learning | Game Theory | Hyperparameter Tuning
defreward_function(params):importmathdefreward_function(params):# Read input parameters
track_width=params['track_width']distance_from_center=params['distance_from_center']# reward function as Gauss curve with the variable distance_from_center
reward=(1/(math.sqrt(2*math.pi*(track_width*2/15)**2))*math.exp(-((distance_from_center+track_width/10)**2/(4*track_width*2/15)**2)))*(track_width*2/3)returnfloat(reward)# - - - - -
returnspeed_reward+heading_reward+steering_reward
The goal was to examine how data breaches influence corporate communication of public U.S. data breached firms by examining whether managers employ opportunistic managerial discretionary disclosure behaviour in the narratives of the 10-K annual reports or whether they provide incremental useful information aimed at enhancing decision making by bridging information asymmetries between managers and company outsiders.
Master Thesis Project: Raw Material Forecasting of Industrias Duero
Collaborated with five classmates to optimize the supply chain cycle to improve the company’s inventory turnover by predicting the demand and volume of raw material.
Implemented predictive modelling strategies using machine learning, data science and time series forecasting techniques (e.g., ARIMA, ARMA, SARIMA, GARCH) and big data analysis (>1.5 M data points).
Skills: Python, Facebook Prophet, Time Series Analysis & Forecasting, XGboost, Catboost, Microsoft Power BI.