Béranger THOMAS

School of Statistics

Interactive visualizations for exploring statistical and machine learning concepts.

Technical sheet
Status Beta Release date 2026-06-06 Category AI training & mentoring Language TypeScript Stack Chart.js · Tailwind CSS · Vite · D3.js · KaTeX · VitePress License MIT

Context

School of Statistics (SOS) is an educational platform offering interactive, browser-based visualizations designed to make statistics and machine learning concepts accessible. It allows users to visually experiment with mathematical formulas and algorithms without requiring a local installation or backend server.

Challenge

Statistics and machine learning concepts are often presented using abstract formulas or static graphs, which can be difficult to grasp for students, mentors, and non-specialist professionals. Traditional educational tools typically require setting up development environments (like Python or R) or running complex servers, creating a barrier to entry for quick visual experimentation. Additionally, making these visual tools highly performant, responsive, and accessible directly in the browser presents significant frontend implementation challenges.

Approach

To solve these challenges, the platform is built as a static client-side application using TypeScript and modern bundlers. The user interface runs entirely in the user’s browser, eliminating server dependency and ensuring private, instantaneous computation.

Features

Outcome

The project provides a comprehensive, high-quality, and lightweight learning hub.