Skip to content
View moranenzo's full-sized avatar
๐Ÿ‘‹
Seeking an internship in finance!
๐Ÿ‘‹
Seeking an internship in finance!
  • 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

Hi ๐Ÿ‘‹, I'm Enzo

A curious student developer who loves to explore and build cool things

  • ๐Ÿ‘จโ€๐Ÿ’ป Iโ€™m into coding, problem-solving, and learning new stuff. I enjoy diving into challenges and figuring things out along the way.
  • ๐ŸŽต I just wrapped up a fun project with friends where we built a music genre classifier. It uses Machine Learning and Spotify's API. We did this as part of our second year at ENSAE Paris.
  • ๐Ÿ“ซ Feel free to drop me a message at [email protected] or find me on LinkedIn. Got ideas or just want to say hi? Letโ€™s chat! ๐ŸŽ‰

Connect with me:

moranenzo enzo-moran

Languages and Tools:

python cplusplus html5 arduino illustrator photoshop

moranenzo


My Projects

Here are some projects Iโ€™ve worked on. Check them out!


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. Take a look!
  • Tech stack: Python, Machine Learning, Data Preprocessing, Spotify API

Optimal Transport Median
  • What it's about: Using optimal transport theory to define a robust and meaningful median for multivariate datasets. Check it out!
  • 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. Explore it!
  • 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. Learn more!
  • 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. Check it out!
  • 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