質問編集履歴

4

タグの修正

2020/01/31 13:52

投稿

LenItsuki
LenItsuki

スコア89

test CHANGED
File without changes
test CHANGED
File without changes

3

タイトルを具体的にしました。

2020/01/31 13:52

投稿

LenItsuki
LenItsuki

スコア89

test CHANGED
@@ -1 +1 @@
1
- 2値分類の場合の最終出力数について
1
+ ディープニューラルネットワークで2値分類の場合の最終出力数について
test CHANGED
File without changes

2

画像を添付

2020/01/31 12:51

投稿

LenItsuki
LenItsuki

スコア89

test CHANGED
File without changes
test CHANGED
@@ -23,3 +23,7 @@
23
23
 
24
24
 
25
25
  なお,今のところ,自分で実行した限りは,2でないとエラーが出ます。
26
+
27
+ モデルを示した画像を添付します。
28
+
29
+ ![モデル](06fb13439a88779ca123c7fc63248cd7.jpeg)

1

追記しました。

2020/01/31 11:41

投稿

LenItsuki
LenItsuki

スコア89

test CHANGED
File without changes
test CHANGED
@@ -19,3 +19,7 @@
19
19
  model.add(Dense(2)) # 出力層2ノード,全結合
20
20
 
21
21
  model.add(Activation("sigmoid"))
22
+
23
+
24
+
25
+ なお,今のところ,自分で実行した限りは,2でないとエラーが出ます。