\documentclass[11pt]{article}

%TODO make sure your answers are compiled in the format hw1-login.pdf i.e. hw1-mbarrows.pdf

\title{CSCI 1950-F Homework 1: Naive Bayes}
\author{First Last (login), Spring 2011} % TODO: replace name here i.e. Max Barrows (mbarrows)
\date{February 10, 2011} %TODO Homework due at 12:00pm (noon) on Thursday, February 10, 2011

\setlength{\topmargin}{0.0in}
\setlength{\headheight}{0.0in}
\setlength{\headsep}{0.0in}
\setlength{\textheight}{9.0in}
\setlength{\oddsidemargin}{0in}
\setlength{\textwidth}{6.5in}

\usepackage{graphicx}
\usepackage{amssymb, amsfonts, amsthm}
\usepackage[cmex10]{amsmath}

\renewcommand{\Pr}{\ensuremath{\mathrm{P}}}
     
\begin{document}

\maketitle

\subsection*{Question 1:} 

\subsubsection*{Equations:}
% TODO: NOTE: you do not have to use this equation format, but your = should be aligned in some way
\begin{align}
 EXAMPLE &= EQUATION \\
 &= EQUATION \\
 &= EQUATION
\end{align}

\subsubsection*{Accuracy of classifier:}
% TODO

\pagebreak
\subsection*{Question 2:}
%
\subsubsection*{Accuracy of classifier:}
% TODO

\subsubsection*{Explanation:}
% TODO

\pagebreak
\subsection*{Question 3:}

\subsubsection*{Log Likelihood of training data:}
% TODO

\subsubsection*{Possible to calculate for test data? Explanation:}
% TODO

\pagebreak
\subsection*{Question 4:}

\subsubsection*{Equations:}
% TODO

\subsubsection*{Accuracy of classifier:}
% TODO

\pagebreak
\subsection*{Question 5:}
%
\subsubsection*{Log Likelihood of training data under Bayesian model:}
% TODO

\subsubsection*{Higher or lower? Explanation:}
% TODO

\subsubsection*{Log Likelihood of test data under Bayesian model:}
% TODO

\subsubsection*{Explanation:}
% TODO

\end{document}
