INFR11133 homework 2 template
Author
Adam Lopez
Last Updated
8 years ago
License
Creative Commons CC BY 4.0
Abstract
Template for students submitting answers to http://alopez.github.io/mt-class/hw2.html
Template for students submitting answers to http://alopez.github.io/mt-class/hw2.html
\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]{What language phenomena might influence what you observed above?}
\begin{framed}
\emph{Your answer here.}
\end{framed}
%%%%%%%%%%%%%%%%%%%%%%%%%
\question[10]{Answers to questions about sampling, beam search, and dynamic programming.}
\begin{framed}
\begin{compactenum}[1.]
\item
\item
\item
\end{compactenum}
\end{framed}
%%%%%%%%%%%%%%%%%%%%%%%%%
\question[10]{Experiment with changes to the model, and explain results.}
\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[10]{Explain what you observe with attention. (Figures may appear in an appendix.)}
\begin{framed}
\emph{Your answer here}
\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}