Skip to content

jarek-pawlowski/advanced-machine-learning

Repository files navigation

advanced-machine-learning

notes for Advanced Machine Learning course

timeline and grading

lecture notes:

laboratory classes

  1. Handwritten digits classification using MNIST dataset with Pytorch
  • models: perceptron, deep fully-connected network, generic CNN
  • various activations,
  • overfitting,
  • regularization, early stopping

Colab notebook

overfitted model

  1. ECG signal classification
  • classifiers comparison: SVM, decision trees, random forests
  • feature vectors

Colab notebook

ecg arrhythimas

  1. Image classification using deep CNNs
  • VGG, ResNet

Colab notebook

ecg arrhythimas

  1. Augmentation in image processing, two separated tasks:
  • take MNIST or CIFAR dataset, apply some simple geometric transformations (see e.g. lecture), and check if such dataset extending improves accuracy (take some CNN model from previous labs)
  • play with one-shot style transfer, understand the idea and run some exemplary code

proposed seminars topics

About

notes for Advanced Machine Learning course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published