はじめに
Python による 機械学習 に向けて、基礎レベルのプログラミングメモを作成しています。
内容はベクトル、行列、画像、Python などです。
Google Colaboratory(Jupyter Notebook) で作成しています。
HTML版
https://tshimizu8.github.io/MachineLearning_CheatSheet/0010_Vector_Matrix_List.html
.ipynb版
https://github.com/tshimizu8/MachineLearning_CheatSheet
チートシートサンプル
おわりに
GoogleColaboratory(Jupyter Notebook) はコードの実験に便利です。
実験の記録を残せるのが良いです。
numpy、python等 の細かい動きには、驚きがあります。