From cf12bef96d7350ee10075502a10ceccfca2e0c2e Mon Sep 17 00:00:00 2001 From: Peter Solymos Date: Wed, 23 Jun 2021 14:10:02 -0600 Subject: [PATCH] Add SVM to TOC Signed-off-by: Peter Solymos --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60e7504..3a4f51b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This folder contains the following worked examples: - [Hello World](00-hello/README.md) - [Principal Component Analysis](01-principal-components/README.md) - [Time Series Forecast](02-time-series-forecast/README.md) +- [Classification](03-classification/README.md) More examples are on the way. Please submit a PR if you have an interesting use case that