質問編集履歴
1
誤字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -50,7 +50,7 @@
|
|
50
50
|
|
51
51
|
model.add(Dropout(0.4))
|
52
52
|
|
53
|
-
model.add(Dense(
|
53
|
+
model.add(Dense(5))#カテゴリー数
|
54
54
|
|
55
55
|
model.add(Activation('softmax'))
|
56
56
|
|