Academic Projects

Engineering School Projects (M1-M2, 2019-2021)

A selection of academic projects completed during engineering school, spanning applied statistics, machine learning, data visualization, and web application development. Most were team projects; the summaries below focus on the problem space, methods, and tools used.


M2 Projects

NoteEye-Tracking Analysis

Technologies: R, Statistical Modeling, Signal Processing

Analysis of eye-tracking data to study visual attention patterns from end to end: protocol design, data acquisition in Tobii Pro Lab, fixation metric computation, and statistical analysis in R.

View on GitHub

NoteCo-Inertia Analysis

Technologies: R, Multivariate Statistics, ade4

Application of co-inertia analysis to study relationships between paired data tables with ade4 and related multivariate methods. The deliverable included both the statistical study and a xaringan slide presentation.

View on GitHub

NoteInteractive Visualization Project

Technologies: R, JavaScript, HTML/CSS

Development of interactive visualizations to communicate complex results more clearly, with emphasis on usability, narrative flow, and exploratory interaction.

View on GitHub

NoteShiny Web Application (M2)

Technologies: R, Shiny, shinydashboard, ggplot2

Development of an interactive R Shiny application for data exploration and visualization, with dynamic filtering, reactive summaries, and user-facing plots.

View on GitHub

NoteRedis Database Project

Technologies: Redis, Python, NoSQL

Implementation of a small Redis-backed data workflow to explore key-value operations, persistence, caching strategies, and real-time data handling from Python.

View on GitHub


Earlier Master’s Work

NoteMachine Learning Project (M1)

Technologies: Python, Scikit-learn, Pandas, NumPy

Course project completed during the first year of the Master’s programme. It covers the full ML pipeline: data preprocessing, feature engineering, model selection, hyperparameter tuning, and evaluation across regression, classification, and ensemble methods.

View on GitHub


Skills Developed

Languages

  • R
  • Python
  • JavaScript
  • SQL

Frameworks & Tools

  • Shiny / shinydashboard
  • Scikit-learn
  • ggplot2
  • R Markdown

Methods

  • Machine Learning
  • Statistical Modeling
  • Multivariate Statistics
  • Data Visualization
  • NoSQL Systems
Back to top