From ff9c62029af6b270e61a788b7f3067717e63a9ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Morales?= Date: Wed, 4 Oct 2023 17:10:44 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0609d77..b7874e5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # MiniGauss: a numpy-only Gaussian Process library +Check out my [blog post](https://notes.theomorales.com/Gaussian+%26+Neural+Processes/Gaussian+Processes+from+A+to+Z) for a deep dive into Gaussian Processes from almost no pre-requisites! + ## Introduction I built this library to learn about Gaussian Processes and their optimization. The code is highly