Skip to content

Latest commit

 

History

History

task5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Deadline: May 14, 23.59.

Save notebooks into task5/SurnameTask5.ipynb

IMPORTANT: the code must not be written in Torch/Tensorflow. For deep learning use Jax.

  1. [reporter: Marat Khusainov] Evaluate cold posterior effect using Variational inference on MNIST (or similar dataset). Plot the model performance from the temperature.
  1. [reporter: Eduard Vladimirov] Repeat "Rényi Divergence Variational Inference" experiment for multiple standard datasets. In addition, evaluate model performance when we add Gaussian noise to it and adversarial attacks. Plot the model performance from noise variance (for Gaussian noise) and eps (for Adv. attacks).
  1. Train multiple (many!) MLP models on a toy dataset. Make a random pruning of the models. Visualize their parameter projection onto 2d-space with color corresponding to accuracy using autoencoder.

4.[reporter: Parviz Karimov] Train models for different 1d synthetic datasets (the generating functions must be non-trivial). Implement F-PCA, visualize projections using U-MAP or similar methods.

  1. Evaluate and visualize the model uncertainity for OOD detection using different methods:
  1. Compare MCMC and Laplace approximation for hyperparameter optimization. Model: Logistic regression. Hyperparameters: covariance matrix (consider 3 variants: with scalar, diagonal and full matrix). Visalize hyperparameter convergence to the true value as a function from Laplace/MCMC iterations.