jarek-pawlowski / advanced-machine-learning

notes for Advanced Machine Learning course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Jupyter Notebook 100.0%