DA-RNN_manoeuver_anticipation icon indicating copy to clipboard operation
DA-RNN_manoeuver_anticipation copied to clipboard

Why Binary Domain Classification with Softmax instead of Sigmoid?

Open msseibel opened this issue 3 years ago • 0 comments

What is the reason of using Dense(2,activation='softmax') instead of Dense(1, activation='sigmoid')?

Is it related to the Gradient Reversal Layer? If so, can you explain?

msseibel avatar May 15 '21 18:05 msseibel