Please enable JavaScript.
Coggle requires JavaScript to display documents.
Deep Learning ((W.10)FFNN (Network structure (Activation function is…
Deep Learning
(W.10)FFNN
-
-
-
Preprocessing
-
-
When to use which?
If known the data range, use min-max
-
Network structure
-
-
Width
Usually < 1000, max few 100 neurons per hidden layer
-
-
-
-
-
Loss function
Cross Entropy
*面試題: Why use Cross Entropy? (W10理論, p.46)
-
-
(W.11)Word Embedding
-
-
-
-
Usually we have a sentence, which is more than a word
-
(W.11)RNN
Attributes
Deal with "sequence" data: features間有關係(聲音,文字)
-
-
-
-