From 8f060e79dc1c55cd28515075162bf5a76f4951f8 Mon Sep 17 00:00:00 2001 From: ruijianw Date: Fri, 13 Sep 2019 04:40:30 -0400 Subject: [PATCH] fix 6.8 notebook json format error (#89) --- .../Numerical_Stability_and_Initialization.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ch06_Multilayer_Perceptrons/Numerical_Stability_and_Initialization.ipynb b/Ch06_Multilayer_Perceptrons/Numerical_Stability_and_Initialization.ipynb index a56deba7..9062565e 100644 --- a/Ch06_Multilayer_Perceptrons/Numerical_Stability_and_Initialization.ipynb +++ b/Ch06_Multilayer_Perceptrons/Numerical_Stability_and_Initialization.ipynb @@ -75,7 +75,7 @@ "One major culprit in the vanishing gradient problem\n", "is the choices of the activation functions $\\sigma$\n", "that are interleaved with the linear operations in each layer.\n", - "Historically, a the sigmoid function $\frac{1}{1 + e^{-x}}$ + "Historically, a the sigmoid function $\frac{1}{1 + e^{-x}}$", "(introduced in :numref:`chapter_mlp`)\n", "was a popular choice owing to its similarity to a thresholding function.\n", "Since early artificial neural networks were inspired\n",