Skip to content
View moranenzo's full-sized avatar
👋
Seeking a 6months internship !
👋
Seeking a 6months internship !
  • ENSAE Paris | Institut Polytechnique
  • Paris
  • LinkedIn in/moranenzo

Block or report moranenzo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
moranenzo/README.md

Enzo Moran

Hi! I'm Enzo, a second-year student at ENSAE Paris who focuses on data science and machine learning.
Feel free to reach out at enzo.moran@ensae.fr or connect with me on LinkedIn, whether you have a cool project in mind, a question about my work, or just want to chat!

I'm currently working with ENGIE on a gas consumption prediction model. You can take a look here.

Below are projects from both academic work at ENSAE Paris and personal initiatives.

Projects

Music Genre Classifier
  • What it's about: Predicting music genres based on audio features from Spotify’s API. Includes models like RandomForest, XGBoost, and CatBoost. Repo here
  • Tech stack: Python, Machine Learning, Data Preprocessing, Spotify API

Optimal Transport Median
  • What it's about: Using optimal transport theory to define a median for multivariate datasets. Repo here
  • Tech stack: Python, Optimal Transport, Data Science, Mathematical Optimization

Tile Arrangement Solver
  • What it's about: Solving a tile arrangement puzzle using BFS and A* algorithms, with a GUI built in Pygame. Repo here
  • Tech stack: Python, Pygame, Algorithms (BFS, A*), Graph Theory

Radical Right and Gender Gap
  • What it's about: Analyzing the gender gap in political support for the radical right using statistical methods. Repo here
  • Tech stack: R, Statistical Analysis, Data Visualization

Contactless Smart Cards
  • What it's about: Developing a system for secure data exchange using contactless smart cards and RFID technology. Repo here
  • Tech stack: C++, Python, RFID

Pinned Loading

  1. PY-Music-Genre-Classifier PY-Music-Genre-Classifier Public

    The PY-Music-Genre-Classifier predicts music genres based on audio features extracted from Spotify's API. The project uses supervised learning models such as RandomForest, XGBoost, and CatBoost to …

    Jupyter Notebook 1

  2. PY-Tile-Arrangement-Solver PY-Tile-Arrangement-Solver Public

    This repository is a Python project designed to solve a tile rearrangement puzzle. It uses multiple graph traversal algorithms (BFS, an improved BFS, and A*) to find optimized solutions. The projec…

    Python 1

  3. PY-Optimal-Transport-Median PY-Optimal-Transport-Median Public

    This project is focused on defining a multivariate median for datasets where the median is not explicitly known. The methodology leverages optimal transport in discrete and semi-discrete settings, …

    Jupyter Notebook