From 3513d2f225cc8a3b7b9dace6dd3c05be557f6eaf Mon Sep 17 00:00:00 2001
From: pswietojanski
Date: Mon, 12 Oct 2015 01:57:54 +0100
Subject: [PATCH] lab and coursework
---
03_MLP_Coursework1.ipynb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/03_MLP_Coursework1.ipynb b/03_MLP_Coursework1.ipynb
index 5236ba6..9bd251a 100644
--- a/03_MLP_Coursework1.ipynb
+++ b/03_MLP_Coursework1.ipynb
@@ -26,7 +26,7 @@
"Before starting this coursework make sure that you have completed the first three labs:\n",
"\n",
"* [00_Introduction.ipynb](00_Introduction.ipynb) - setting up your environment; *Solutions*: [00_Introduction_solution.ipynb](00_Introduction_solution.ipynb)\n",
- "* [01_Linear_models.ipynb](01_Linear_models.ipynb) - training single layer networks; *Solutions*: [01_Linear_models_solution.ipynb](01_Linear_models_solution.ipynb)\n",
+ "* [01_Linear_Models.ipynb](01_Linear_Models.ipynb) - training single layer networks; *Solutions*: [01_Linear_Models_solution.ipynb](01_Linear_Models_solution.ipynb)\n",
"* [02_MNIST_SLN.ipynb](02_MNIST_SLN.ipynb) - training a single layer network for MNIST digit classification\n",
"\n",
"To ensure that your virtual environment is correct, please see [this note](https://github.com/CSTR-Edinburgh/mlpractical/blob/master/kernel_issue_fix.md) on the GitHub.\n",