From d6dc16fe37a8deea73457af6165ea544d6c282ef Mon Sep 17 00:00:00 2001 From: Alexander H Date: Wed, 21 Mar 2018 17:56:43 +0100 Subject: [PATCH] Added read-only notes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eca8841..8cbbce1 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,7 @@ This project uses popular Python libraries that can be installed via a requireme Alternatively, it can be started in the Anaconda environment (version 4.3.0, 64-bit) running Python 3.x. After installation, start Jupyter via running `jupyter notebook` and wait for a new tab to be opened in your default web browser. Then, open the notebook called [intro_to_machine_learning.ipynb](intro_to_machine_learning.ipynb). + +## Read-only Version + +For those interested in just reading the example codes without installing anything, just open this [notebook](intro_to_machine_learning.ipynb) and view the Jupyter notebook in your browser.