일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- javascript
- Python
- GT-S80
- DFS
- 삼성소프트웨어멤버십
- dataframe
- keras
- SPL
- imread
- 알고리즘
- Series
- install
- synology
- pandas
- Numpy
- mean
- Button
- Splunk
- ipad
- LSTM
- CNN
- mariadb
- RNN
- E-P1
- SciPy
- pip
- GitHub
- pycharm
- Lotto
- index
Archives
- Today
- Total
목록틱택토 (1)
잠토의 잠망경
[딥러닝과 바둑] 틱택토
bookgithub github main source from dlgo.ttt.ttttypes import Point from dlgo.ttt.ttttypes import Player from dlgo.ttt.tttboard import GameState from dlgo.ttt.tttboard import Move from dlgo.minmax.minmax import MinMaxAgent from six.moves import input COL_NAMES = 'ABC' def print_board(board)->None: print(' A B C') for row in (1, 2, 3): pieces = [] for col in (1, 2, 3): piece = board..
Book/0006.딥러닝과 바둑
2020. 6. 19. 20:41