Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janisz/connect4
Convolutional neural network playing Collect4
https://github.com/janisz/connect4
Last synced: 22 days ago
JSON representation
Convolutional neural network playing Collect4
- Host: GitHub
- URL: https://github.com/janisz/connect4
- Owner: janisz
- Created: 2015-03-16T17:06:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T18:26:12.000Z (over 9 years ago)
- Last Synced: 2023-03-24T11:11:50.535Z (over 1 year ago)
- Language: TeX
- Size: 1.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dependencies
* `go get github.com/op/go-logging`# Run
* Build network `go run main.go data/4x4_example.csv data/4x7_example.csv data/6x7_example.csv`
* Play `go run main.go data/6x7_example.csv`