39 skills found · Page 1 of 2
adamkarvonen / Chess Llm InterpretabilityVisualizing the internal board state of a GPT trained on chess PGN strings, and performing interventions on its internal board state and representation of player Elo.
datavorous / Sameshia ~1200 Elo chess engine that fits within 2KB
iain / EloThe Elo rating system is a method for calculating the relative skill levels of players in two-player games such as chess and Go.
Mezghenna-Mohanned / ML Chess Engine📌 +2500 elo Machine Learning based chess engine + Game Theory Algorithms , made from basic chess rules + neural networks + evaluation function
saucepoint / Elo LibELO calculation as a solidity library (algorithm of 400 / chess ELO)
samliu21 / Chess AIML-powered chess bot at ~1100 elo
rodolfoinfantini / Chess* Vanilla Java Script chess: play with your friends, create multiplayer room, play with Stockfish, Login/Register, ELO system and puzzles.
RZulu54 / ChessBrainVBChess AI engine with GUI for Excel / Word VBA - plus VB6 (Visual Basic 6) edition as UCI/Winboard/SMP engine (ELO 3000)
ashishpapanai / ChessJSThis engine has defeated Stockfish Level-6 which has 2300+ ELO rating with 1sec as thinking time. It is an implementation of Chess Engine in JavaScript by using Min Max Tree with Alpha-Beta pruning (GOFAI (Good Old-Fashioned Artificial Intelligence)). The front-end of the website is basic HTML and CSS. ChessJS Version 2 : v2.chessjs.tech
HliasOuzounis / AI Guess The EloAn attempt at creating a neural network to guess a player's ELO based on their chess games/moves.
luccabb / Moonfish~2000 Elo Python Chess Engine that implements: Negamax, PeSTO’s Evaluation, Null Move, Quiescence Search, Lazy SMP.
EuclidStellar / Sepentia ChessEngineSepentia - a chess engine coded in python that uses alphabeta/negamax and transposition table with better move ordering to achieve an ELO of 1500 at depth 4. Inspired a lil from a lot of chess engines available in open source https://deepwiki.com/EuclidStellar/Sepentia-ChessEngine
bocaletto-luca / ChessChess WebApp Single Player is a feature-rich chess application featuring real-time clocks, selectable ELO-based AI difficulty (using Stockfish via WebWorker), move history, capture display, undo functionality, and customizable colors. Developed by @bocaletto-luca
buildoak / Tennis Xgboost AutoresearchKarpathy-style autonomous research loop for tennis match prediction. 245K matches, XGBoost + chess-inspired ELO. Includes the full story of how the loop learned to game its own evaluation gate.
eyal282 / Chess ELO Discord BotChess ELO Discord Bot
petrvecera / ChessEloAppChess Elo app for small groups of players ( intended to use internally - no authentication implemented). ExtJS frontend, NodeJS backend.
jcdenton / Chess TournamentA chess tournament management Django app based on Swiss System rules with Elo rating calcultations.
mattiasboustedt / EloRatingThe Elo rating system is a method for calculating the relative skill levels of players in competitor-versus-competitor games such as chess.
AstroBoy1 / RatingNetChess Rating Estimation "Guess the Elo" Using Deep Learning
gonzaloarro / MORA CHESS ENGINEUCI Chess Engine in the 2100-2200 ELO range.