-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,24 @@ | ||
\section{Workload} | ||
\label{sec:workload} | ||
|
||
The work on this project was even more collaboratory then was the case in the first project, meaning sometimes all three of us would work and contribute on the same issue. It is therefore hard to say who did what and give credit where credit is due. Nonetheless here is the distribution of the workload. | ||
The work on this project was even more collaborative then was the case in the | ||
first project, meaning sometimes all three of us would work and contribute on | ||
the same issue. It is therefore hard to say who did what and give credit where | ||
credit is due. Nonetheless here is the distribution of the workload. | ||
|
||
\begin{itemize} | ||
\item A | ||
\item A collected movie reviews dataset, implemented preprocessor that loaded | ||
text documents, combined them with pre-preprocessor, feature selection and | ||
tf-idf and constructed X and y matrices, implemented interfaces to Čech | ||
complex and Vietoris-Rips complex from Dionysus, wrote code that took | ||
outputs from all three complex building methods and constructed persistence | ||
diagrams from them, and wrote the glue that ran all the steps required for | ||
our analysis of the data; | ||
\item P | ||
\item R collected the sports dataset, implemented the tf-idf method for extracting additional features, designed the drawing of barcode plots and persistence diagrams, performed benchmark clustering methods on the features matrix, chose the graphs for the presentation. | ||
\item R collected the sports dataset, implemented the tf-idf method for | ||
extracting additional features, designed the drawing of barcode plots and | ||
persistence diagrams, performed benchmark clustering methods on the | ||
features matrix, chose the graphs for the presentation. | ||
\end{itemize} | ||
|
||
Writting the report was again a joined efford. |