일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Numpy
- imread
- LSTM
- mariadb
- GitHub
- CNN
- Python
- index
- pycharm
- mean
- DFS
- 삼성소프트웨어멤버십
- 알고리즘
- GT-S80
- dataframe
- pandas
- Lotto
- Series
- Button
- E-P1
- pip
- ipad
- javascript
- Splunk
- synology
- RNN
- keras
- SPL
- install
- SciPy
Archives
- Today
- Total
목록공부 (1)
잠토의 잠망경
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