質問編集履歴
1
コードの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,8 @@
|
|
1
1
|
```Python
|
2
|
+
import numpy as np
|
3
|
+
from numpy.random import *
|
4
|
+
import numpy.linalg as LA
|
5
|
+
|
2
6
|
data1 = randint(-20, 20, 80)
|
3
7
|
Input1 = data1.reshape(20, 4)
|
4
8
|
data2 = randint(-30, 30, 80)
|