I know there are tensorflow, pytorch, kera and a whole bunch of other libraries out there but I need something that can work on Termux but no success (at least no longer after Python 3.7 upgrade). But after reading again the textbook on how a neural network operates, it doesn’t...
[more]
System design checklist
This is a system design checklist I made to summarize a handful of videos I watched on the topic:
[more]
Tic-tac-toe using AI from the last century
I want to watch the computer play a game with itself. So I pick the easiest game, tic-tac-toe, and see how well the computer can play. Tic-tac-toe is never an interesting game. Any sensible human playing it will make a draw. So if computer is smart enough, it should also...
[more]
David et al (2016) DeepChess: End-to-end deep neural network for automatic learning in chess
Goal of the paper is to derive the evaluation function for chess from scratch
using machine learning techniques. From scratch means not even input the chess
rule to the evaluation function.
[more]
Silver et al (2017) Mastering the game of Go without human knowledge
This is the AlphaGo Zero paper that gave out detail on how the reinforcement learning is done.
[more]
