====== Python による Deep Learning の実装 ====== ===== Deep Learning の実装に利用する機能 ===== ^ NumPy ^ 機能 ^ | [[https://docs.scipy.org/doc/numpy/reference/generated/numpy.array.html|numpy.array]] | N 次元配列 [[https://docs.scipy.org/doc/numpy/reference/arrays.ndarray.html|numpy.ndarray]] を生成。ベクトル(1 次元)、行列(2 次元)、テンソル(3 次元以上) | ===== 参考文献 ===== [[https://docs.scipy.org/doc/numpy/reference/|NumPy Reference]]\\ [[http://www.kamishima.net/mlmpyja/nbayes1/ndarray.html|NumPy 配列の基礎]]\\