LoLog

🤖 Arena modeli AI

Pięć rodzin modeli wytrenowanych na 30,000 meczach, porównanych na tych samych danych — wszystko w Twojej przeglądarce.

🖥️ Twoje środowisko

Wykrywanie…

Katalog modeli

Distribution Learning

Statistical

Hierarchical matchup expectations (lane → champion → matchup) with shrinkage. Judges 'going even into a counter' fairly.

+ Interpretable, tiny (JSON), robust to sparse data

A baseline, not a predictor

Logistic Regression

Discriminative

Linear model over 15 matchup features, stacked on the rating prediction.

+ 15 params, trains in <1s, well-calibrated, easy online updates

No feature interactions

Deep MLP

Neural net

Two hidden layers (48·24) learning non-linear boundaries.

+ Expressive, still browser-trainable

Overfits small data

GBDT

Tree boosting

200 histogram-boosted trees — the XGBoost/LightGBM family, king of tabular data.

+ Thresholds & non-linearity, scale-free

Larger model, awkward online updates

Factorization Machine

Interactions

Pairwise feature interactions via latent vectors (k=8).

+ Interactions with few params

Needs gradient clipping

Generative Naive Bayes

Generative

Models P(x|win) and P(x|loss), inverted via Bayes. Temperature-calibrated.

+ Single-pass training, ultra-light

Overconfident on correlated features

Monte Carlo Simulation

Generative (sim)

Samples thousands of virtual games from player performance distributions.

+ Uncertainty & close-game rate, works with zero training data

Simple generative assumptions

Ensemble

Meta

Validation-weighted logit pooling of all models, with disagreement detection.

+ Consistently beats the best single model

Needs the full pack

On-device LLM Summary

Generative AI

Chrome built-in AI (Gemini Nano) → WebLLM → Transformers.js → template fallback turns the numbers into a natural-language read.

+ Zero server traffic, adapts to your device

Heavy engines need a one-time download

Porównanie na żywo