Project Goal: I'll be attempting not only to develop an AI which can beat me at Connect 4, but to study how NN size and design affect performance (both final ability as well as learning speed). Process: Every round, a round robin tournament will commence between the AI players themselves. The top ranking AIs will … Continue reading Connect 4: Project design
Author: BenjaminDChambers
I spent the last month or two writing some Neural Network software in C#, and experimenting with porting it to CUDA. After some initial tests, I decided I had enough understanding of the internal workings to cease development on my own toolkit and move to a third party solution, so I could focus on using … Continue reading The work so far