=======================================================
FULL SERIES: • Go Neural Network Training On 5x5 Board: 2...
=======================================================
Source code: https://github.com/maksimKorzh/go-nn
=======================================================
Bare Minimum Go Program: https://maksimkorzh.github.io/bmgp/bm...
=======================================================
PlayOK Go Bot: https://github.com/maksimkorzh/go-bot
=======================================================
Programming the game of Go (16 videos):
• A gentle intro to programming a board game...
=======================================================
Coding your first chess eninge in Python (6 videos):
• Toyfish: CHESS ENGINE in PYTHON for ABSOLU...
=======================================================
Coding bitboard chess engine in C (95 videos):
• Bitboard CHESS ENGINE in C: intro
=======================================================
Array based chess engine in javascript:
• How to reuse javascript CHESS ENGINE code ...
=======================================================
Chinese chess ( xiangqi ) engine in javascript:
• Discovering Chinese chess Xiangqi to creat...
=======================================================
Chess variants (including Korean chess janggi!):
https://github.com/maksimKorzh/bmcp-v...
=======================================================
Chess bot to play chess on any website (tutorials):
• CHESS BOT interface to play on ANY WEBSITE...
=======================================================
Chess programming playlists:
/ @chessprogramming591
============================================
SUPPORT THIS CHANNEL:
PayPal: [email protected]
Patreon: / code_monkey_king
=======================================================
CONTENTS:
=======================================================
00:00 Intro
01:04 Alpha Go Zero costs
01:39 General Alpha Zero implementation by Surag Nair
02:56 Rules of Go implementation
03:50 Game ended condition
04:55 Neural Network arch
05:38 Parameters for training
07:30 Random Player vs 10 Iterations NN
12:57 10 Iterations NN vs Random Player