profile photo

Nicolas Chagnet

I am a doctor in theoretical physics turned data scientist: from modeling black holes to optimizing IKEA's logistics.

Welcome to my homepage! I'm Nicolas Chagnet and this is my digital garden. In here, you can find some of my musings on physics, tech, and data science in my blog as well as some links I found interesting on my Linklog. You can follow all my latest content on my RSS feed. If you'd like to contact me, just email me.

Recent posts

Projects

Preview of Energy demand forecast

Energy demand forecast

Forecast of energy demand in France. The data is periodically fetched from the European Network of Transmission System Operators for Electricity API and the model automatically re-trained.

Read more on this blog post.

Preview of Physics-informed neural networks

Physics-informed neural networks

Applied deep learning methods to solve differential equations with applications in physics.

Read more on this blog post.

Pokemon team optimizer

This project is about finding optimal Pokemon teams using optimization solvers. An optimal team must maximize the base total stat while maximizing the type coverage to reduce weaknesses.

LLM commit message tool

Small CLI tool used to generate commit messages using local LLMs.

Read more on this blog post.

Preview of arXiv recommendations

arXiv recommendations

Content-based recommendation system of scraped arXiv articles. The model uses cosine similarity to recommend articles and topic clustering to encode authors by the topic in which they work.

Preview of Dice game AI agent

Dice game AI agent

Simple AI agent learning to play the French dice game '421'. The game is implemented in the gymnasium environment and the agents are trained using Q-learning methods.

Ising model numerics

Numerical simulation of Ising spins under thermal fluctuations showcasing the transition between ferromagnets and paramagnets. The simulation is achieved with both Monte-Carlo sampling methods and genetic algorithms.

Read more on this blog post.