About lczerolens#

Goal#

The purpose of this library is to provide analysis tools for lc0 networks with torch.

Resources#

This page provides curated links to relevant research papers, tools, and educational resources that complement lczerolens functionality.

Explainable AI (XAI)#

Some XAI concepts and techniques:

Chess XAI#

Research specifically focused on interpretability in chess-playing neural networks:

Chess Engines & AI#

Key chess engines and AI systems:

  • AlphaZero - The seminal paper on self-play reinforcement learning for chess

  • Stockfish - Open-source chess engine reference implementation

  • Leela Chess Zero - Open-source neural network chess engine

  • Maia - Human-like chess playing neural network

Technical Background#

Understanding probabilities and search:

Tree visualization and analysis:

Monte Carlo Tree Search (MCTS):

  • lc0 - Leela Chess Zero project homepage

  • lc0 blog - Latest updates and technical insights

Neural network fundamentals:

Neural Network Education#

Getting started with neural networks:

Interpretability and analysis:

Citation#

If you use lczerolens in your research, please cite it with the following BibTeX entry:

@software{poupart_lczerolens_2026,
  author = {Poupart, Yoann},
  title = {LCZeroLens},
  version = {0.4.0},
  year = {2026},
  url = {https://github.com/Xmaster6y/lczerolens}
}

License#

lczerolens is licensed under the MIT License. See the LICENSE file for details.