「 月別アーカイブ:2022年10月 」 一覧
-
matmulとdotの違いについて(Pythonのnumpy・tensorflow)
2022/10/12 -Python, Tensorflow, 機械学習 (Machine Learning)
IT#0621<目次> matmulとdotの違いについて(Pythonのnumpy・tensorflow) (1-1) 両者の違い (1-2) 両者の違い(実機確認) matmulとdotの違い …
-
2022/10/10 -機械学習 (Machine Learning)
<目次> (1) numpy.dotの使い方について(次元別の仕様を整理) (1-1) numpy.dotの次元別の挙動 (1-2) numpy.dotの次元別の挙動(詳細) (1 …
-
tensorflowのmatmulの使い方について(次元別の仕様やnumpy.matmulとの違いを整理)
2022/10/08 -Tensorflow, 機械学習 (Machine Learning)
<目次> (1) tensorflowのmatmulの使い方について(次元別の仕様やnumpy.matmulとの違いを整理) (1-1) tensorflow.matmulの次元別の挙 …
-
確率的勾配降下法(SGD)をロジスティック回帰に適用しPythonで実装した例をご紹介
2022/10/06 -機械学習 (Machine Learning)
<目次> (1) 確率的勾配降下法(SGD)をロジスティック回帰に適用しPythonで実装した例をご紹介 (1-1) (課題)「勾配降下法」が抱える課題 (1-2) (対策)確率的勾 …
-
GitHubのプルリクエスト(Pull Request)とは?開発者とレビュー者の双方の操作手順をご紹介
2022/10/04 -GitHub
<目次> (1) GitHubのプルリクエスト(Pull Request)とは?開発者とレビュー者の双方の操作手順をご紹介 (1-1) はじめに:プルリクエスト(Pull Reques …