程序代写代做 HOMEWORK 1: AUTOREGRESSIVE MODELS

HOMEWORK 1: AUTOREGRESSIVE MODELS

DUE FEBRUARY 11, 11:59PM ON GRADESCOPE

In this homework, you will implement and train a variety of different autoregressive models, such as MADE and PixelCNN. The homework consists of two components: * hw1_notebook.ipynb : Contains all of the coding questions, and will automatically generate and display results for you after completing each question. You will submit the notebook to Gradescope after completing the homework. Open it on Colab by clicking on the file, and then “Open in Colab” at the top. SUBMIT A PDF VERSION OF THE NOTEBOOK TO THE CODE (PRINT -> PREVIEW -> SAVE) ON GRADESCOPE IN THE ASSIGNMENT WITH (CODE) * hw1_latex : Contains LaTeX files and figures needed to generate your PDF submission to Gradescope. Copy the images saved from the notebook into the figures/ folder and fill out the empty test losses. SUBMIT THE LATEX PDF IN THE ASSIGNMENT WITH (PDF)

You can open the notebook in Google Colab to get access to a free GPU, or you can link Colab to a local runtime to run it on your own GPU.