[PYTHON] Deep Learning Specialization (Coursera) Selbststudienprotokoll (C2W3)

Einführung

Dies ist der Inhalt von Kurs 2, Woche 3 (C2W3) von Deep Learning Specialization.

(C2W3L01) Tuning process

Inhalt

(C2W3L02) Using an appropriate scale to pich hyperparameter

Inhalt

--Hyperparameter, mit dem Sie einen Wert auf einer linearen Skala zufällig auswählen können - n^{[l]} - #layers L

r = -4 \ast \textrm{np.random.rand()} \\
\alpha = 10^r \\
r = -2 \ast \textrm{np.random.rand()} - 1 \\
1-\beta = 10^r\\
\beta = 1-10^r

(C2W3L03) Hyperparameter Tuning in Practice : Panda vs. Caviar

Inhalt

(C2W3L04) Normalizing Activations in a Network

Inhalt

\mu = \frac{1}{m}\sum_{i} z^{(i)} \\
\sigma^2 = \frac{1}{m} \sum_{i} \left( z^{(i)} - \mu \right)^2 \\
z^{(i)}_{norm} = \frac{z^{(i)} - \mu}{\sqrt{\sigma^2 + \epsilon}} \\
\tilde{z}^{(i)} = \gamma z^{(i)}_{norm} + \beta

(C2W3L05) Fitting Batch Norm into a Neural Network

Inhalt

Impressionen

――Da verschiedene Berechnungsmethoden herausgekommen sind, kann ich es ehrlich gesagt nicht verdauen (der Inhalt ist nicht schwierig, aber es gibt viel Volumen)

(C2W3L06) Why Does Batch Norm Work?

Inhalt

Impressionen

»Ehrlich gesagt habe ich es nicht verstanden

(C2W3L07) Batch Norm at Test Time

Inhalt

(C2W3L08) Softmax regression

Inhalt

z^{[L]} = W^{[L]} a^{[L-1]} + b^{[L]} \\
t = e^{z^{[L]}} \ \textrm{(element-wise)}\\
a^{[L]} = \frac{e^{z^{[L]}}}{\sum^C_{j=1}t_i}

(C2W3L09) Training a softmax classification

Inhalt

L\left( \hat{y}, y \right) = - \sum^{C}_{j=1} y_j \log \hat{y}_j\\
J = \frac{1}{m} \sum^m_{i=1} L\left( \hat{y}^{(i)}, y^{(i)} \right)

(C2W3L10) Deep Learning Frameworks

Inhalt

(C2W3L11) Tensorflow

Inhalt

-Erläuterung zur Verwendung von TensorFlow mit dem Thema, $ w $ zu finden, das $ J (w) = w ^ 2 -10w + 25 $ minimiert

Referenz

Recommended Posts

Deep Learning Specialization (Coursera) Selbststudienprotokoll (C3W1)
Deep Learning Specialization (Coursera) Selbststudienprotokoll (C1W3)
Deep Learning Specialization (Coursera) Selbststudienprotokoll (C4W3)
Deep Learning Specialization (Coursera) Selbststudienprotokoll (C1W4)
Deep Learning Specialization (Coursera) Selbststudienprotokoll (C1W2)
Deep Learning Specialization (Coursera) Selbststudienprotokoll (C3W2)
Deep Learning Specialization (Coursera) Selbststudienprotokoll (C2W2)
Deep Learning Specialization (Coursera) Selbststudienprotokoll (C4W1)
Deep Learning Specialization (Coursera) Selbststudienprotokoll (C2W3)
Deep Learning Specialization (Coursera) Selbststudienprotokoll (C4W2)
Lernaufzeichnung
Lernrekord Nr. 1
Lernrekord Nr. 2
Tiefes Lernen
Lernbericht über das Lesen von "Deep Learning von Grund auf neu"
"Deep Learning from Grund" Memo zum Selbststudium (Teil 12) Deep Learning
Selbststudien-Memo "Deep Learning from Grund" (unlesbares Glossar)
"Deep Learning from Grund" Memo zum Selbststudium (Nr. 9) MultiLayerNet-Klasse
Deep Learning Memorandum
Python Deep Learning
Deep Learning × Python
"Deep Learning from Grund" Memo zum Selbststudium (10) MultiLayerNet-Klasse
"Deep Learning from Grund" Memo zum Selbststudium (Nr. 11) CNN
"Deep Learning from Grund" Memo zum Selbststudium (Nr. 19) Datenerweiterung
Bisherige Lernbilanz
Erstes tiefes Lernen ~ Kampf ~
Python: Deep Learning-Praxis
Deep Learning / Aktivierungsfunktionen
Deep Learning von Grund auf neu
Lernrekord 4 (8. Tag)
Lernrekord 9 (13. Tag)
Lernrekord 3 (7. Tag)
Deep Learning 1 Übung des Deep Learning
Deep Learning / Cross Entropy
Lernrekord 5 (9. Tag)
Lernrekord 6 (10. Tag)
Erstes tiefes Lernen ~ Vorbereitung ~
Programmieren des Lernprotokolls 2. Tag
Erstes tiefes Lernen ~ Lösung ~
Lernrekord 8 (12. Tag)
Lernrekord 1 (4. Tag)
Lernrekord 7 (11. Tag)
Ich habe versucht, tief zu lernen
Lernrekord 2 (6. Tag)
Deep Learning Großtechnologie
Linux-Lernprotokoll ① Planen
Lernrekord 16 (20. Tag)
Lernrekord 22 (26. Tag)
Deep Learning / Softmax-Funktion
Selbststudien-Memo "Deep Learning from Grund" (Nr. 18) Eins! Miau! Grad-CAM!
Selbststudien-Memo "Deep Learning from Grund" (Nr. 15) TensorFlow-Anfänger-Tutorial