[+] A3 Starter Files
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
\documentclass[11pt]{article}
|
||||
\usepackage{amsmath}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[margin=0.75in]{geometry}
|
||||
|
||||
\title{CSC111 Assignment 3: Graphs, Recommender Systems, and Clustering}
|
||||
\author{TODO: FILL IN THE NAME OF EACH OF YOUR GROUP MEMBERS HERE}
|
||||
\date{\today}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
\section*{Part 1: The book review graph and simple recommendations}
|
||||
|
||||
\begin{enumerate}
|
||||
|
||||
\item[1.]
|
||||
Complete this part in the provided \texttt{a3\_part1.py} starter file.
|
||||
Do \textbf{not} include your solution in this file.
|
||||
|
||||
\item[2.]
|
||||
TODO: Write your answer here.
|
||||
|
||||
\item[3.]
|
||||
Complete this part in the provided \texttt{a3\_part1.py} starter file.
|
||||
Do \textbf{not} include your solution in this file.
|
||||
|
||||
\item[4.]
|
||||
Complete this part in the provided \texttt{a3\_part1.py} starter file.
|
||||
Do \textbf{not} include your solution in this file.
|
||||
|
||||
\end{enumerate}
|
||||
|
||||
\section*{Part 2: Weighted graphs, recommendations, review prediction}
|
||||
|
||||
Complete this part in the provided \texttt{a3\_part2\_recommendations.py} and \texttt{a3\_part2\_predictions.py} starter files.
|
||||
Do \textbf{not} include your solution in this file.
|
||||
|
||||
\newpage
|
||||
|
||||
\section*{Part 3: Finding book clusters}
|
||||
|
||||
\begin{enumerate}
|
||||
|
||||
\item[1.]
|
||||
Complete this part in the provided \texttt{a3\_part3.py} starter file.
|
||||
Do \textbf{not} include your solution in this file.
|
||||
|
||||
\item[2.]
|
||||
Complete this part in the provided \texttt{a3\_part3.py} starter file.
|
||||
Do \textbf{not} include your solution in this file.
|
||||
|
||||
\item[3.]
|
||||
|
||||
\begin{enumerate}
|
||||
\item[(a)]
|
||||
TODO: Write your answer here.
|
||||
|
||||
\item[(b)]
|
||||
TODO: Write your answer here.
|
||||
|
||||
\item[(c)]
|
||||
TODO: Write your answer here.
|
||||
|
||||
\item[(d)]
|
||||
\emph{Not to be handed in.}
|
||||
\end{enumerate}
|
||||
|
||||
\end{enumerate}
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user