From 891e4a120848ba4635085cc2c2c0ed33e9610cc7 Mon Sep 17 00:00:00 2001 From: Matt Graham Date: Sat, 17 Sep 2016 15:08:06 +0100 Subject: [PATCH] Moving notebooks out of root directory. --- 00_Introduction.ipynb => notebooks/00_Introduction.ipynb | 0 .../00_Introduction_solution.ipynb | 0 01_Linear_Models.ipynb => notebooks/01_Linear_Models.ipynb | 0 .../01_Linear_Models_solution.ipynb | 0 02_MNIST_SLN.ipynb => notebooks/02_MNIST_SLN.ipynb | 0 .../02_MNIST_SLN_solution.ipynb | 0 03_MLP_Coursework1.ipynb => notebooks/03_MLP_Coursework1.ipynb | 0 04_Regularisation.ipynb => notebooks/04_Regularisation.ipynb | 0 .../04_Regularisation_solution.ipynb | 0 .../05_Transfer_functions.ipynb | 0 .../05_Transfer_functions_solution.ipynb | 0 .../06_MLP_Coursework2_Introduction.ipynb | 0 07_MLP_Coursework2.ipynb => notebooks/07_MLP_Coursework2.ipynb | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename 00_Introduction.ipynb => notebooks/00_Introduction.ipynb (100%) rename 00_Introduction_solution.ipynb => notebooks/00_Introduction_solution.ipynb (100%) rename 01_Linear_Models.ipynb => notebooks/01_Linear_Models.ipynb (100%) rename 01_Linear_Models_solution.ipynb => notebooks/01_Linear_Models_solution.ipynb (100%) rename 02_MNIST_SLN.ipynb => notebooks/02_MNIST_SLN.ipynb (100%) rename 02_MNIST_SLN_solution.ipynb => notebooks/02_MNIST_SLN_solution.ipynb (100%) rename 03_MLP_Coursework1.ipynb => notebooks/03_MLP_Coursework1.ipynb (100%) rename 04_Regularisation.ipynb => notebooks/04_Regularisation.ipynb (100%) rename 04_Regularisation_solution.ipynb => notebooks/04_Regularisation_solution.ipynb (100%) rename 05_Transfer_functions.ipynb => notebooks/05_Transfer_functions.ipynb (100%) rename 05_Transfer_functions_solution.ipynb => notebooks/05_Transfer_functions_solution.ipynb (100%) rename 06_MLP_Coursework2_Introduction.ipynb => notebooks/06_MLP_Coursework2_Introduction.ipynb (100%) rename 07_MLP_Coursework2.ipynb => notebooks/07_MLP_Coursework2.ipynb (100%) diff --git a/00_Introduction.ipynb b/notebooks/00_Introduction.ipynb similarity index 100% rename from 00_Introduction.ipynb rename to notebooks/00_Introduction.ipynb diff --git a/00_Introduction_solution.ipynb b/notebooks/00_Introduction_solution.ipynb similarity index 100% rename from 00_Introduction_solution.ipynb rename to notebooks/00_Introduction_solution.ipynb diff --git a/01_Linear_Models.ipynb b/notebooks/01_Linear_Models.ipynb similarity index 100% rename from 01_Linear_Models.ipynb rename to notebooks/01_Linear_Models.ipynb diff --git a/01_Linear_Models_solution.ipynb b/notebooks/01_Linear_Models_solution.ipynb similarity index 100% rename from 01_Linear_Models_solution.ipynb rename to notebooks/01_Linear_Models_solution.ipynb diff --git a/02_MNIST_SLN.ipynb b/notebooks/02_MNIST_SLN.ipynb similarity index 100% rename from 02_MNIST_SLN.ipynb rename to notebooks/02_MNIST_SLN.ipynb diff --git a/02_MNIST_SLN_solution.ipynb b/notebooks/02_MNIST_SLN_solution.ipynb similarity index 100% rename from 02_MNIST_SLN_solution.ipynb rename to notebooks/02_MNIST_SLN_solution.ipynb diff --git a/03_MLP_Coursework1.ipynb b/notebooks/03_MLP_Coursework1.ipynb similarity index 100% rename from 03_MLP_Coursework1.ipynb rename to notebooks/03_MLP_Coursework1.ipynb diff --git a/04_Regularisation.ipynb b/notebooks/04_Regularisation.ipynb similarity index 100% rename from 04_Regularisation.ipynb rename to notebooks/04_Regularisation.ipynb diff --git a/04_Regularisation_solution.ipynb b/notebooks/04_Regularisation_solution.ipynb similarity index 100% rename from 04_Regularisation_solution.ipynb rename to notebooks/04_Regularisation_solution.ipynb diff --git a/05_Transfer_functions.ipynb b/notebooks/05_Transfer_functions.ipynb similarity index 100% rename from 05_Transfer_functions.ipynb rename to notebooks/05_Transfer_functions.ipynb diff --git a/05_Transfer_functions_solution.ipynb b/notebooks/05_Transfer_functions_solution.ipynb similarity index 100% rename from 05_Transfer_functions_solution.ipynb rename to notebooks/05_Transfer_functions_solution.ipynb diff --git a/06_MLP_Coursework2_Introduction.ipynb b/notebooks/06_MLP_Coursework2_Introduction.ipynb similarity index 100% rename from 06_MLP_Coursework2_Introduction.ipynb rename to notebooks/06_MLP_Coursework2_Introduction.ipynb diff --git a/07_MLP_Coursework2.ipynb b/notebooks/07_MLP_Coursework2.ipynb similarity index 100% rename from 07_MLP_Coursework2.ipynb rename to notebooks/07_MLP_Coursework2.ipynb