Skip to content
View fmeriaux's full-sized avatar
Quoi que l'on comète mettons y des étoiles.
Quoi que l'on comète mettons y des étoiles.
  • Leroy Merlin
  • Hauts-de-France
  • 14:15 (UTC +02:00)

Block or report fmeriaux

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
fmeriaux/README.md
Typing SVG

├── by day      → taming distributed systems & architecture
├── side quest  → building a multi-layer perceptron from scratch
├── curious     → science, tech, psychology, how humans work
└── believe     → the best systems are built by people who actually care

Over a decade designing and building distributed systems — the kind that need to hold up at scale, in production, on bad days. Led teams, reviewed architectures, migrated legacy platforms, and occasionally started tech communities by accident.


✦ highlights

  • Designed and built a nationwide delivery platform from scratch — automated transport orders, real-time tracking, deployed at scale across hundreds of stores
  • Shipped a truck-loading algorithm that maximises fill-rate automatically, cutting manual corrections by half
  • Built reactive data pipelines ingesting millions of records without downtime
  • Founded a tech community that grew from one division to an entire company
  • Trained a multi-layer perceptron from scratch — no framework, just math and Rust

🔨 what i'm building

MLP from scratch — exploring deep learning fundamentals, no framework, just math and Rust
→ and whatever else ends up pinned below 👇

Pinned Loading

  1. nrn nrn Public

    Educational Rust CLI for building, training, and visualizing simple neural networks (SLP & MLP) from scratch. Includes synthetic data generation, normalization, model training, prediction, and trai…

    Rust 2