일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- E-P1
- Lotto
- SPL
- install
- 알고리즘
- CNN
- ipad
- index
- GitHub
- pycharm
- RNN
- 삼성소프트웨어멤버십
- keras
- synology
- pip
- SciPy
- javascript
- Button
- LSTM
- GT-S80
- pandas
- mean
- dataframe
- DFS
- Python
- imread
- Splunk
- mariadb
- Series
- Numpy
Archives
- Today
- Total
목록공부 (1)
잠토의 잠망경
[딥러닝과 바둑] 책 내용 coding
1차 coding github from dlgo.goboard_slow import Board from dlgo.goboard_slow import GameState from dlgo.gotypes import Player from dlgo.agent import naive import time from dlgo.utils import print_board, print_move, clear_screen def main(): board_size = 9 game = GameState.new_game(board_size) # 9*9가 만들어진다. bots = { Player.black : naive.RandomBot(), Player.white : naive.RandomBot() } while not game..
Book/0006.딥러닝과 바둑
2020. 6. 19. 07:26