From ae999b43e4195c7a9efba79841a884e3aa00e419 Mon Sep 17 00:00:00 2001 From: Matt Graham Date: Fri, 21 Oct 2016 01:37:00 +0100 Subject: [PATCH] Fixing spacing typo. --- notebooks/05_Non-linearities_and_regularisation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/05_Non-linearities_and_regularisation.ipynb b/notebooks/05_Non-linearities_and_regularisation.ipynb index c75ed74..727544e 100644 --- a/notebooks/05_Non-linearities_and_regularisation.ipynb +++ b/notebooks/05_Non-linearities_and_regularisation.ipynb @@ -453,7 +453,7 @@ "\n", " * no regularisation\n", " * an L1 penalty with coefficient $10^{-5}$ on the all of the weight matrix parameters\n", - " * an L1 penalty with coefficient $10^{-3}$on the all of the weight matrix parameters\n", + " * an L1 penalty with coefficient $10^{-3}$ on the all of the weight matrix parameters\n", " * an L2 penalty with coefficient $10^{-4}$ on the all of the weight matrix parameters\n", " * an L2 penalty with coefficient $10^{-2}$ on the all of the weight matrix parameters\n", " \n",