MT HW1
Author
JM
Last Updated
7 years ago
License
Creative Commons CC BY 4.0
Abstract
Fill in for HW1
Fill in for HW1
\documentclass[answers]{exam}
%% Language and font encodings
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
%% Sets page size and margins
\usepackage[a4paper,margin=2cm]{geometry}
%% Useful packages
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{paralist}
\setlength\FrameSep{4pt}
\begin{document}
\begin{questions}
%%%%%%%%%%%%%%%%%%%%%%%%%
\question[10]{Copy your code comments here.}
\begin{framed}
\begin{compactenum}[A.]
\item
\item
\item
\item
\item
\item
\end{compactenum}
\end{framed}
%%%%%%%%%%%%%%%%%%%%%%%%%
\question[10]{Examine the parallel data and answer questions. (Plots may appear in the appendix.)}
\begin{framed}
\begin{compactenum}[1.]
\item
\item
\item
\item
\item
\item
\end{compactenum}
\end{framed}
%%%%%%%%%%%%%%%%%%%%%%%%%
\question[10]{Answers to questions about decoding}
\begin{framed}
\begin{compactenum}[1.]
\item
\item
\item
\end{compactenum}
\end{framed}
%%%%%%%%%%%%%%%%%%%%%%%%%
\question[10]{Experiment with more layers. (Diagram may go in the appendix.)}
\begin{framed}
\emph{Your answer here.}
\end{framed}
%%%%%%%%%%%%%%%%%%%%%%%%%
\question[10]{Implement dropout, and explain the results.}
\begin{framed}
\emph{Your answer here.}
\end{framed}
%%%%%%%%%%%%%%%%%%%%%%%%%
\question[20]{Implement attention. This question will be evaluated on the basis of your code.}
\question[10]{Explain the results of implementing attention.}
\begin{framed}
\emph{Your answer here}
\end{framed}
%%%%%%%%%%%%%%%%%%%%%%%%%
\question[5]{Explain what you observe with attention. (Figures may appear in an appendix.)}
\begin{framed}
\emph{Your answer here}
\end{framed}
%%%%%%%%%%%%%%%%%%%%%%%%%
\question[15]{Where does attention help?}
\begin{framed}
\end{framed}
\end{questions}
\noindent \hrulefill
\noindent Optional: you may include an appendix after the line above. Everything above the line must appear in the first three pages of your submission.
\end{document}