質問編集履歴
1
引用追加
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
|