Hacker News new | ask | show | jobs
by mark_l_watson 3878 days ago
Very cool. I wrote a Go playing game for the Apple II which I sold.

I have recently become interested, again, in Go programming. I have started setting up a framework for using GnuGo to generate training data for a deep learning network. I am starting with a tiny 7x7 board just to see if the general approach works.

If it works (at all) then I will post the entire project to github.

2 comments

Cool. I recently started working on a command line Go program. Mainly for learning Haskell and without any AI, yet. https://github.com/tsujigiri/gosh
Fun! I have a Haskell Go web app. It has a super experimental AI that can't actually win that I only spent a couple of hours on: https://github.com/tinco/ergo
I'll check that out!
Mark,

You should prototype it in Lisp :-)