pytutorial/advanced_programming/preperations/README.md
David Rotermund a57c71be13
Create README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
2024-02-16 16:55:04 +01:00

4.4 KiB

Relevant topics for the lectures are

  • Object Orientated Programming (i.e. Classes)
  • Type Annotation
  • Data Class
  • Error Handling Try/Except
  • Pandas
  • Low-Pass, High-Pass, Band-Pass
  • Wavelet (& Hilbert)
  • PCA, ICA, SVD, ROC, SVM, K-NN, K-Means
  • Symbolic Calculation with SymPy, Numerical mathematics (Differential equations, integration)
  • OpenCV2

Everything should be covered on this website.

Youtube

However, if you like to watch stuff:

Object Orientated Programming

Type Annotation

Data Class

Try/Except

Pandas

Low/Band/High Pass Filter

Wavelets

SVD

PCA

ICA

k-NN

SVM

k-means clustering

Symbolic calculation with SymPy

numerical mathematics

OpenCV2