Skip to content

Commit

Permalink
formatting of practical exam
Browse files Browse the repository at this point in the history
  • Loading branch information
arturtoshev committed Apr 10, 2023
1 parent 5edb830 commit 08b3052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions practical_exam.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"\n",
"Your tasks will be as follows:\n",
"\n",
"1. [28 Pts] Dimensionality Reduction and Regression. In this task, we ask you to transform the data to a lower dimensional space and do simple regression on this low-dimensional space.\n",
"1. [28 Pts] **Dimensionality Reduction and Regression** <br> In this task, we ask you to transform the data to a lower dimensional space and do simple regression on this low-dimensional space.\n",
" 1. [4 Pts] Argue which dimensionality reduction and regression approaches are suitable for this problem.\n",
" 2. [12 Pts] Implement the dimensionality reduction method, fit its parameters, and demonstrate its performance qualitatively + quantitatively.\n",
" 3. [12 Pts] Implement the regression model, fit its parameters, and demonstrate its performance qualitatively + quantitatively.\n",
"2. [22 Pts] CNN Regression. CNNsco have proven their effectiveness on image classification and segmentation tasks. Here, we ask you to apply a CNN to the same regression problem from the previous task.\n",
"2. [22 Pts] **CNN Regression** <br> CNNsco have proven their effectiveness on image classification and segmentation tasks. Here, we ask you to apply a CNN to the same regression problem from the previous task.\n",
" 1. [4 Pts] Argue which properties a CNN needs to have for this task. Manually compute the shape of the latent feature maps in each hidden layer of the CNN you chose.\n",
" 2. [8 Pts] Implement the CNN-based regression model.\n",
" 3. [10 Pts] Apply 5 tricks for performance improvement of your model. For each of them, train the model and demonstrate its performance qualitatively and quantitatively. If the performance drops after some of these tricks, explain why this could happen.\n",
"3. [10 Pts] Benchmarking. For comparison, train on our data one of the state-of-the-art (SOTA) models `DilResNet-128` (see [Towards Multi-spatiotemporal-scale Generalized PDE Modeling](https://arxiv.org/abs/2209.15616) (Section 3. PDE Surrogates, specifically *(Dilated) ResNet*) provided in the benchmarking repository.\n",
"3. [10 Pts] **Benchmarking** <br> For comparison, train on our data one of the state-of-the-art (SOTA) models `DilResNet-128` (see [Towards Multi-spatiotemporal-scale Generalized PDE Modeling](https://arxiv.org/abs/2209.15616) (Section 3. PDE Surrogates, specifically *(Dilated) ResNet*) provided in the benchmarking repository.\n",
" 1. [2 Pts] Train the `DilResNet-128` model on our data. Try a few different hyperparameter configurations.\n",
" 2. [8 Pts] Compare the performance of both regression approaches you implemented against the SOTA model in a table (including number of learnable parameters and one-step MSE). Discuss the performance and characteristics of all three methods. Then, make a suggestion for further improvements on each of the approaches.\n",
"\n",
Expand Down

0 comments on commit 08b3052

Please sign in to comment.