機械学習で用いるpythonの”import xxx”まとめ
pythonで機械学習をしていると、import numpyとかよく出てくる。
プログラミングど素人の私にはさっぱりわからないので、少しずつまとめていきたい。
<python一般>
“import cv2"
http://twosquirrel.mints.ne.jp/?p=20039
“リスト[]とタプル()"
http://twosquirrel.mints.ne.jp/?p=20084
“import os "
http://twosquirrel.mints.ne.jp/?p=20115
“from PIL import Image"
http://twosquirrel.mints.ne.jp/?p=20135
“import numpy as np"
http://twosquirrel.mints.ne.jp/?p=20153
“%matplotlib inline"
“import matplotlib.pyplot as plt"
https://qiita.com/samacoba/items/81093984605abfed70d1
import struct
“from sklearn.model_selection import train_test_split"
http://twosquirrel.mints.ne.jp/?p=20515
<Chainer>
<Keras>
途中
ディスカッション
コメント一覧
まだ、コメントがありません