LoginSignup
0
0

CNNについて理解したこと。

Posted at

畳み込みの理解

畳み込みを式で表すと以下のようになる。Lはフィルタ数、Kは入力のチャネル数、xは入力データ、wは重みを表す。

$$h_{i,j}^{l} = \Sigma_{p,q,k}x_{i+p,j+q}^{k}w_{p,q}^{l}$$

図式化と実装アイデアを書いたものが以下です。
ファイル名 

forループを減らしたい....

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0