Skip to content

Commit

Permalink
report: Add A's workload
Browse files Browse the repository at this point in the history
  • Loading branch information
adolenc committed Jun 12, 2016
1 parent 8999ca6 commit d3ccf19
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions report/workload.tex
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.

0 comments on commit d3ccf19

Please sign in to comment.