EurekaMoments

ロボットや自動車の自律移動に関する知識や技術、プログラミング、ソフトウェア開発について勉強したことをメモするブログ

2019-09-01から1ヶ月間の記事一覧

Reading log: Control Engineering by Python

Table of Contents Table of Contents Introduction My thoughts Memo Modeling Python Control System Library Behavior of control target Response of Frequency Closed Loop System Design Open Loop System Design Output Feedback Control with Observ…

Reading log: Reinforcement Learning by Python

Table of Contents Table of Contents Introduction My thoughts Memo Day 1 Day 2 Day 3 Day 4 Day 5 Day 6 Day 7 Introduction I read the following book to study a fundamental of Reinforcement Learning. 機械学習スタートアップシリーズ Pytho…

Reading log: Engineering Deep Learning from scratch

Table of Contents Table of Contents Introduction My thoughts Memo Introduction I read the following book to study a fundamental of Deep Learning. ゼロから作るDeep Learning ―Pythonで学ぶディープラーニングの理論と実装作者: 斎藤康毅出版社/メ…

Momentum shift analysis of Table tennis game ~Winning Rate Simulation~

敗者を勝者に変える卓球戦術ノート (卓球王国ブックス)作者: 高島規郎出版社/メーカー: 卓球王国発売日: 2019/04/19メディア: 単行本(ソフトカバー)この商品を含むブログを見る Table of Contents Table of Contents Introduction Reference Input data So…

限られた卓球の試合データから追加データを自動計算してみた

スポーツを10倍楽しむ統計学 (DOJIN選書)作者:鳥越 規央出版社/メーカー: 化学同人発売日: 2015/05/20メディア: 単行本(ソフトカバー) 目次 目次 背景・目的 分析の目標 制約条件 サンプルデータの入手 追加データの自動計算 次の取り組み 背景・目的 最近…