TomBolton.io

Tom Bolton’s AI and Machine Learning Lab Notebook.

technical

Machine Learning

I just finished doing what I set out to do about a week ago. I took the my NN number-classifier and ported it over to Python. Here are my thoughts on the process and on Python itself. My Approach In…

Machine Learning

Having spent some time thinking through the trivial game of tic tac toe, I’ve now become interested in tackling some “real” game mechanics. Checkers is the one I have in mind. So naturally, I’m interested in the current state of…

Machine Learning

As I was wrapping up the last week of my course, I stumbled upon a thread in the discussion forums started by one of the other students in the class who wanted to create a NN to play tic tac toe…