Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-15 20:37:32 +01:00 committed by GitHub
parent cb6fa72a20
commit 14c9845607
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)