Downloadable trained neural net for Go
-
wauske
- Beginner
- Posts: 12
- Joined: Tue Apr 12, 2016 11:22 am
- Rank: 12k KGS or 15k DGS
- GD Posts: 0
- KGS: wauske
- DGS: wauske
- Online playing schedule: 20:00-22:00 CET
- Has thanked: 1 time
- Been thanked: 4 times
Re: Downloadable trained neural net for Go
wauske wrote:Well, you guys are a lot stronger than I am so I have yet to win![]()
Luckily I am a lot more tech-savvy than I am a Go player. I noticed that the site only offered the net.js as a download, not the other pre-requisite files. So, I downloaded them in their original format and zipped it. For those wanting to play with it offline or on their own (private) webspace, here is the download link: http://millsf.home.xs4all.nl/Deepgo.zip
This is a direct, 1-on-1 download of the page. All credit goes to its creator.
To use it: unzip it to any directory and open the index.html (Chrome or Edge work fine, IE11 doesn't). I also uploaded it to a private webserver which works too.
I'll also ask the owner for permission, should he decide not to grant it I'll remove the link right away.
Download has been updated.
Added functionality is that when opening the website on an Android Phone with Chrome 39 or newer you can choose "Add to home screen" from the menu. As far as I know this only works when running from webspace and not from internal storage but i haven't tried running it from internal storage.
The website will then behave like an app and appears to stay in memory longer which means you can open other apps and return to the DCNN without losing your game.
This is mostly experimental and I won't vouch for it working on every Android Phone but it works on my Moto X but doesn't from my Galaxy Tab 2 my guess would be that memory is the cuplprit.
-
Krama
- Lives in gote
- Posts: 436
- Joined: Mon Jan 06, 2014 3:46 am
- Rank: KGS 5 kyu
- GD Posts: 0
- Has thanked: 1 time
- Been thanked: 38 times
Re: Downloadable trained neural net for Go
Would someone be willing to take any free go software that is open sourced and embed this neural network to it's MCTS?
I am wondering how strong can such a basic thing become.
I am wondering how strong can such a basic thing become.
-
yoyoma
- Lives in gote
- Posts: 653
- Joined: Mon Apr 19, 2010 8:45 pm
- GD Posts: 0
- Location: Austin, Texas, USA
- Has thanked: 54 times
- Been thanked: 213 times
Re: Downloadable trained neural net for Go
Krama wrote:Would someone be willing to take any free go software that is open sourced and embed this neural network to it's MCTS?
I am wondering how strong can such a basic thing become.
Someone already added some limited DCNN capability to Pachi -- only the root node. Pasky is not actively developing Pachi anymore but he is supporting pull requests.
https://github.com/pasky/pachi/pull/28