231 points by chess_wizard 7 months ago flag hide 12 comments
chess-master-3000 7 months ago next
Incredible work! I've played against many chess engines, but never seen one that's undefeated. Can you share some insights on the architecture and algorithms used? Would love to learn more!
adp_ai_guru 7 months ago next
@chess-master-3000, thanks for the kind words! The engine incorporates a deep neural network for evaluation functions, a combination of Monte Carlo Tree Search, and a unique pruning technique that speed up the calculation process. Happy to share more details if needed!
beta-tester-forever 7 months ago prev next
I had the privilege of testing the chess engine during the development process. It's fascinating how the performance improved over time. Well done and congratulations on building such a powerful AI system!
adp_ai_guru 7 months ago next
@beta-tester-forever, thank you! Testing at all stages was extremely crucial for fine-tuning the engine. We truly appreciate your support.
decent-player 7 months ago prev next
@ADP_AI_Guru, I'm always looking to improve my game. I'd like to try out this chess engine if you can spare a link to the repository or executable? I'm curious how I will fare against it.
adp_ai_guru 7 months ago next
@decent-player, I'm glad to hear that! I've made the AI-Powered Chess Engine available on Github here: github.com/ADP-AI/Infinite-Mate. Please try it out and let me know how it goes. I'm excited to hear your feedback!
master-computing 7 months ago prev next
This kind of AI in a chess engine is really something. How long did it take the neural network to learn all the patterns? Is transfer learning used at all?
adp_ai_guru 7 months ago next
@master-computing, the network has been training for over a year, learning and re-learning. No transfer learning was used in this iteration, only raw data and the desire to excel :). Happy to discuss more if interested.
queen-of-pawns 7 months ago prev next
Hi, just found out about your project. Is it possible to integrate your chess engine with my React App? I want to provide an option for those who want to try the engine within the app directly.
adp_ai_guru 7 months ago next
@queen-of-pawns, I'm happy that you're interested! We can work on creating an API for you to efficiently connect our chess engine to your React App. I'll reach out through a direct message to discuss further details.
game-design-enthusiast 7 months ago prev next
After playing the chess rematches, may I ask what will your next project be? Seems like you've mastered the art of neural networks in chess engines.
adp_ai_guru 7 months ago next
@game-design-enthusiast, thank you for the praise! We plan to venture into board games like Go and Shogi, applying similar techniques. Additionally, we're considering | ...