From d3161ddc6214d29b0c2e1ffcaae1f62fc14a78d8 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 2 Dec 2023 20:25:18 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- SVD_data_cleaning/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SVD_data_cleaning/README.md b/SVD_data_cleaning/README.md index 3457555..e37e4ee 100644 --- a/SVD_data_cleaning/README.md +++ b/SVD_data_cleaning/README.md @@ -1,4 +1,9 @@ # Remove a common signal from your data +{:.no_toc} + +* TOC +{:toc} + ## Goal We want to remove a common signal which was mixed on top a set of data channels. There are many methods to do so. We will use SVD. Implementations are for example: [scipy.linalg.svd](https://docs.scipy.org/doc/scipy/reference/generated/scipy.linalg.svd.html) or [torch.svd_lowrank](https://pytorch.org/docs/stable/generated/torch.svd_lowrank.html) (which also works on the GPU)