Team Geek

Fitzpatrick and Collins-Sussman / 2012

TLDR: A book summarizing a lot of common sense on working in an engineering organization. It proposed the concept “HRT” – humble, respect, trust – as the general rule for dealing with people, whether they are coworkers, managers, customers. [more]

Artificial Neural Network using only numpy

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]

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]