#業務連絡
- 閲覧時にリンクが見えるような形で編集してください。(兵頭-AI_AN,Ari)

#団体
- コンピュータ将棋協会(CSA): [http://www2.computer-shogi.org/](http://www2.computer-shogi.org/)<br>
世界コンピュータ将棋選手権などを開催している、歴史ある団体

- 特定非営利活動法人AI電竜戦プロジェクト: [https://denryu-sen.jp/npo/index.html](https://denryu-sen.jp/npo/index.html)<br>
電竜戦の本戦や各種イベントを開催している団体

#floodagate関係
- floodgate: [http://wdoor.c.u-tokyo.ac.jp/shogi/floodgate.html](http://wdoor.c.u-tokyo.ac.jp/shogi/floodgate.html)<br>

- floodgateの観戦に便利なページ: [https://sylwi.mzr.jp/#/](https://sylwi.mzr.jp/#/)<br>

- floodgateが止まっていたら連絡するところ: [https://twitter.com/daigog](https://twitter.com/daigog)<br>
floodgateの管理をしている方のツイッターアカウント。

# プロトコル
- CSAプロトコル: [http://www2.computer-shogi.org/protocol/tcp_ip_server_121.html](http://www2.computer-shogi.org/protocol/tcp_ip_server_121.html)

- USIプロトコル: [http://shogidokoro.starfree.jp/usi.html](http://shogidokoro.starfree.jp/usi.html)

# GUIソフト関係
- GUIソフト、将棋所のページ: [http://shogidokoro.starfree.jp/index.html](http://shogidokoro.starfree.jp/index.html)<br>

- GUIソフト、ShogiGUIのページ: [http://shogigui.siganus.com/](http://shogigui.siganus.com/)

- GUIソフト、MyShogiのGitHubリポジトリ: [https://github.com/yaneurao/MyShogi](https://github.com/yaneurao/MyShogi)

- GUIソフト、Electron将棋のページ: [https://sunfish-shogi.github.io/electron-shogi/](https://sunfish-shogi.github.io/electron-shogi/)

- GUIソフト、WhaleWatcherのページ: [http://garnet-alice.net/programs/whalewatcher/](http://garnet-alice.net/programs/whalewatcher/)

- GUIソフト、ShogiBoardのGitHubリポジトリ: [https://github.com/ak110/ShogiBoard](https://github.com/ak110/ShogiBoard)

#情報源・資料
- コンピュータ将棋のアルゴリズムHTML版: [http://usapyon.game.coocan.jp/ComShogi/index.html](http://usapyon.game.coocan.jp/ComShogi/index.html)<br>
コンピュータ将棋の基礎・基本が学べる。<br>

- NNUEの開発者による詳細な資料: [https://www.apply.computer-shogi.org/wcsc28/appeal/the_end_of_genesis_T.N.K.evolution_turbo_type_D/nnue.pdf](https://www.apply.computer-shogi.org/wcsc28/appeal/the_end_of_genesis_T.N.K.evolution_turbo_type_D/nnue.pdf)<br>
WCSC28のアピール文章<br>

- chessprogramming wiki: [https://www.chessprogramming.org/Main_Page](https://www.chessprogramming.org/Main_Page)<br>
そこそこ規模が大きいコンピュータチェスのwiki(英語)<br>

#機械学習用のデータの調達関連
- floodgateの棋譜: [http://wdoor.c.u-tokyo.ac.jp/shogi/index.html](http://wdoor.c.u-tokyo.ac.jp/shogi/index.html)<br>
1年分ごとに、CSA形式で入手できる。<br>

- AobaZeroのページ: [http://www.yss-aya.com/aobazero/](http://www.yss-aya.com/aobazero/)<br>
最新の教師データが公開されている。CSA形式で入手できる。<br>

- 教師データの形式変換スクリプト: [https://github.com/TadaoYamaoka/DeepLearningShogi/tree/master/dlshogi/utils](https://github.com/TadaoYamaoka/DeepLearningShogi/tree/master/dlshogi/utils)<br>
dlshogiのリポジトリの一部。様々な形式同士で変換できる。<br>