Skip to content
View mtelek's full-sized avatar

Block or report mtelek

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
mtelek/README.md

Hi, I'm Márton 👋

Focused on econometrics, algorithm design, high-performance software systems and many more.

Focus Areas

  • Quantitative modeling & econometrics (regression, threshold models, statistical inference)
  • Algorithm design & optimization under constraints
  • High-performance systems programming (C/C++, concurrency, Linux)
  • Data engineering & backend systems

Selected Work

📊 Quantitative Modeling

Credit Risk Modeling (Python) Applied machine learning to credit risk modeling by predicting loan defaults from historical lending data and comparing logistic regression and XGBoost performance.

Threshold Regression Model (R) Panel threshold analysis of housing price effects on consumption in Spain. Focus on regime-dependent relationships and nonlinear effects in macroeconomic data.


⚙️ Algorithms & Optimization

Ford-Johnson Sorting Algorithm (C++) Implementation of Merge-Insertion sort with emphasis on comparison minimization and algorithmic efficiency.

Push_swap (C) Sorting under strict operation constraints; optimized move sequences and stack manipulation strategies.


🧠 Systems Programming

Minishell (C) Unix-like shell with parsing, process execution, piping, and signal handling.

Philosophers (C) Concurrency simulation using threads, mutexes, and deadlock avoidance strategies.


🕹️ Graphics / Systems

Cub3D (C++) Raycasting engine with texture mapping and real-time rendering pipeline.


🌐 Full-stack

Ft_transcendence (Next.js) Real-time multiplayer poker platform with backend + frontend integration.


Technical Stack

Python · SQL · PostgreSQL · R · C · C++ · Docker · Linux · Bash · Next.js · Julia


Contact

LinkedIn

Pinned Loading

  1. credit_risk credit_risk Public

    Credit Risk Modeling with Lending Club Data — a Python project that builds and compares logistic regression and XGBoost models for loan default prediction, including WOE encoding, feature selection…

    Python

  2. threshold_regression_model threshold_regression_model Public

    Panel data project in R analyzing how housing prices influence household consumption in Spain, with results benchmarked against a leading published framework (Dong, Hui, and Jia, 2017).

    R

  3. Ford-Johnson-Algorithm Ford-Johnson-Algorithm Public

    A clean C++98 implementation of the Ford-Johnson algorithm (also known as Merge-Insertion Sort). This educational project focuses on the algorithm's core principle: minimizing comparisons. It featu…

    C++

  4. ft_transcendence ft_transcendence Public

    A real-time multiplayer poker game that lets users host private tables and play with friends online.

    TypeScript

  5. cub3D cub3D Public

    Cub3D is a 42 School project inspired by the classic Wolfenstein 3D, where you create a simple raycasting-based 3D renderer in C using the MinilibX library. The goal is to parse a map file, render …

    C

  6. philosophers philosophers Public

    Philosophers is a 42 School project that implements the dining philosophers problem using threads and mutexes in C, focusing on synchronization to prevent deadlocks and data races.

    C