エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
How do I derive the back-propagation algorithm in Convolutional Neural Network?
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
How do I derive the back-propagation algorithm in Convolutional Neural Network?
Answer (1 of 5): For a simple CNN like the one below: If the stride of filter (F) is 2 and assumi... Answer (1 of 5): For a simple CNN like the one below: If the stride of filter (F) is 2 and assuming c_{10} is the output of the MaxPool function, the weights w_{00}, w_{10}, w_{01},w_{11} of F are updated as: Note that we assume a true convolution operation and rotate the filter by 180°. Here e...