teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

引用追加

2019/09/28 11:49

投稿

teefpc
teefpc

スコア112

title CHANGED
File without changes
body CHANGED
@@ -3,6 +3,8 @@
3
3
  col[:, :, y, x, :, :] = img[:, :, y:y_max:stride, x:x_max:stride]
4
4
  という行があるのですが、これが具体的にどんな処理を行っているのか、そしてVisual Basicや、JavaScriptのFor loopで書くとどんなコードになるのか知りたいです。宜しくお願い致します。
5
5
 
6
+ 引用
7
+ [リンク内容](https://github.com/oreilly-japan/deep-learning-from-scratch/blob/master/common/util.py)
6
8
 
7
9
  ```Python3
8
10
  import numpy as np