空飛ぶロボットのつくりかた

ロボットをつくるために必要な技術をまとめます。ロボットの未来についても考えたりします。

2017-10-28から1日間の記事一覧

機械学習のお勉強(モデルの評価とパラメータのチューニング)

教科書 GitHub - rasbt/python-machine-learning-book: The "Python Machine Learning (1st edition)" book code repository and info resource Data準備 import pandas as pd import urllib try: df = pd.read_csv('https://archive.ics.uci.edu/ml/machine…