The ChessAIThon project (2025-1-ES01-KA220-VET-000354329) is co-funded by the European Union. The views and opinions expressed in this publication are those of the author(s) only and do not necessarily reflect those of the European Union or the Spanish Service for the Internationalisation of Education (SEPIE). Neither the European Union nor the National Agency SEPIE can be held responsible for them.

Deep learning and data analysis concepts for chess movement solving


Home

Table of Contents

Quiz


Question 1

Why is a seemingly low CNN accuracy (e.g., 28% or 31% in initial tests of models like ChessMarro) considered valuable and significant in the context of chess?

Question 2

Big Data management in AI training, what is the key advantage of storing game sets in Parquet format instead of CSV or JSON?

Question 3

What practical tool is recommended for students to use in Colab or Kaggle Notebooks to visually verify the accuracy of transforming an FEN to a 77x8x8 matrix?

Question 4

Why is reading the AlphaZero article recommended?

Question 5

Besides improving the MCTS algorithm, what are the key strategies students can use to improve the performance of their CNN model?