From 14c98456074c690b262e81b8c2d80a3eeef3d50e Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:37:32 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 97b9239..2e0ae19 100644 --- a/README.md +++ b/README.md @@ -84,11 +84,9 @@ Important VS Code notes: * [Dealing with Matlab files](numpy_mat_files/README.md) ## Python: Data analysis - * [Remove a common signal from your data](SVD_data_cleaning/README.md) ## Python: Questions of spectral nature - * [scipy.signal: Butterworth low, high and band-pass](scipy.signal_butterworth/README.md) * [PyWavelets: Wavelet Transforms in Python](pywavelet/README.md) @@ -105,6 +103,7 @@ Important VS Code notes: * [Get CUDA ready!](pytorch/cuda/README.md) * [Layers](pytorch/layers/README.md) * [How to take advantage of an optimizer for your non-Pytorch project](pytorch/optimizer_special/README.md) +* [How to take advantage of a learning rate scheduler for your non-Pytorch project](pytorch/scheduler_special/README.md) ## Matlab: Basics * [Basic Structure of a Computer](matlab/1/README.md)