From a22781e13fd8b55d2ba1401975e02bbf3cc96a42 Mon Sep 17 00:00:00 2001
From: Alex Spies <afspies@imperial.ac.uk>
Date: Mon, 17 Oct 2022 10:21:44 +0000
Subject: [PATCH] Add README.md

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6f2249a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# MML Coursework 1 - Differentiation and Optimization
+All of the content for this coursework is contained in the provided Jupyter notebook.
+
+The ./tests folder is only required if you wish to carry out the assignment on google colab - in this case you will need to mount the notebook onto googledrive, and place the ./tests in the same working directory as the notebook. If you are working in VSCode or Juypter/Jupyter Lab, this is not necessary, as the tests are embedded into the notebook.
+
-- 
GitLab