🤖 AI modellaréna
Öt, 30,000 meccsen előtanított modellcsalád ugyanazon az adaton összevetve — mind a böngésződben fut.
🖥️ Környezeted
Felismerés…
Modellkatalógus
Distribution Learning
StatisticalHierarchical 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
DiscriminativeLinear 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 netTwo hidden layers (48·24) learning non-linear boundaries.
+ Expressive, still browser-trainable
− Overfits small data
GBDT
Tree boosting200 histogram-boosted trees — the XGBoost/LightGBM family, king of tabular data.
+ Thresholds & non-linearity, scale-free
− Larger model, awkward online updates
Factorization Machine
InteractionsPairwise feature interactions via latent vectors (k=8).
+ Interactions with few params
− Needs gradient clipping
Generative Naive Bayes
GenerativeModels 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
MetaValidation-weighted logit pooling of all models, with disagreement detection.
+ Consistently beats the best single model
− Needs the full pack
On-device LLM Summary
Generative AIChrome 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