質問編集履歴

2

コードの書き方を訂正しました。

2021/12/09 08:28

投稿

fairlady
fairlady

スコア4

test CHANGED
File without changes
test CHANGED
@@ -211,3 +211,5 @@
211
211
 
212
212
 
213
213
  history = model.fit(x_train, y_train, epochs=50, validation_data=(x_test,y_test))
214
+
215
+ ```

1

コードの種類を追記しました。

2021/12/09 08:28

投稿

fairlady
fairlady

スコア4

test CHANGED
File without changes
test CHANGED
@@ -30,6 +30,8 @@
30
30
 
31
31
  ### 該当のソースコード---
32
32
 
33
+ ```Python
34
+
33
35
 
34
36
 
35
37
  from keras.utils import np_utils