From 83688eb448c6f2aaae458868446181edb98a0f73 Mon Sep 17 00:00:00 2001 From: Felipe Mejia <33187552+epilef68@users.noreply.github.com> Date: Tue, 23 Oct 2018 11:21:33 -0700 Subject: [PATCH] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..55f4cc2 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Summer2018ML +This repository educates users on the basics of machine learning, from basic linear algebra to backward propagation. It provides several example jupyter notebooks that walks through different machine learning ideas and methods