[+] A3 Starter Files

This commit is contained in:
MstrPikachu
2022-03-12 18:11:54 -05:00
parent 68d4cc7355
commit f06ea33b6b
12 changed files with 53024 additions and 0 deletions
+70
View File
@@ -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}