python:deep_learning

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
最新のリビジョン両方とも次のリビジョン
python:deep_learning [2019/07/30 20:38] – [Deep Learning の実装に利用する機能] ともやんpython:deep_learning [2019/07/31 18:13] ともやん
行 1: 行 1:
 +<ifauth !@loggedinusers><html>
 +<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
 +<script>
 +     (adsbygoogle = window.adsbygoogle || []).push({
 +          google_ad_client: "ca-pub-0791334967460971",
 +          enable_page_level_ads: true
 +     });
 +</script></html></ifauth>
 ====== Python による Deep Learning の実装 ====== ====== Python による Deep Learning の実装 ======
  
 ===== Deep Learning の実装に利用する機能 ===== ===== Deep Learning の実装に利用する機能 =====
 ^  NumPy  ^  機能  ^ ^  NumPy  ^  機能  ^
-| [[https://docs.scipy.org/doc/numpy/reference/generated/numpy.array.html|numpy.array]]  | N 次元配列 numpy.ndarray を生成。ベクトル(1 次元)、行列(2 次元)、テンソル(3 次元以上)  | +| [[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]]\\ [[https://docs.scipy.org/doc/numpy/reference/|NumPy Reference]]\\
 [[http://www.kamishima.net/mlmpyja/nbayes1/ndarray.html|NumPy 配列の基礎]]\\ [[http://www.kamishima.net/mlmpyja/nbayes1/ndarray.html|NumPy 配列の基礎]]\\
  • python/deep_learning.txt
  • 最終更新: 2019/08/19 07:14
  • by ともやん