\noindent From the figure, it is obvious that the data is split into three major clusters until the last few connections of the dendrogram.
\noindent From the figure, it is obvious that the data is split into three major clusters until the last few connections of the dendrogram. To understand these four major groups and get an idea of whether they are somewhat divided after tempo (a rigorous test of this is done in 1.3), examples from each group and the mean tempo group (1 being low tempo, 4 being high tempo) of the songs is shown.
\begin{itemize}
\item Green group: 17 songs. Mean tempo group: \(2.7\)\\
Examples: \textit{Pyramids, Night on Bald Mountain, Zombie, Who is He and What Is He to You}
\item Red group: 39 songs. Mean tempo group: \(2.6\)\\
Examples: \textit{Mozart: Requiem in D Minor, I'll Let You Know, Romance, For Wee Folks}
\item Turquoise group: 161 songs. Mean tempo group: \(3.2\)\\
Examples: \textit{Mask Off, Xanny Family, I've Seen Footage, Bouncin}
\item Purple group: 1800 songs. Mean tempo group: \(3.3\)\\
Examples: \textit{Redbone, Master of None, Parallel Lines, Sneakin'}
\end{itemize}
From this superficial comparison, it seems that there might be a slight connection between the last two groups and songs with higher tempo. From the song names, it is hard to see genre seperations as we don't have access to a genre attribute in the data set. It might seem that music close to a rock genre is prevalent in the first group while the second group could be linked to instrumental, slower classical music. The third group can be linked to rap with multiple of the above songs from the artist \textit{Future} while the fourth could be seen as pop music or just music which is not contained in the other groups.
\subsection{GMM and Component Estimation}
\subsection{GMM and Component Estimation}
\textit{Cluster the data by the Gaussian Mixture Model and find the number of clusters by cross-validation. Interpret the cluster centers.}\\
\textit{Cluster the data by the Gaussian Mixture Model and find the number of clusters by cross-validation. Interpret the cluster centers.}\\
...
@@ -44,14 +56,17 @@ In this section, a clustering is performed using the Gaussian Mixture Model and
...
@@ -44,14 +56,17 @@ In this section, a clustering is performed using the Gaussian Mixture Model and
\noindent From the illustration, it is obvious that the most appropiate number of cluster i 9. Meanwhile, the negative log likelihood increases when the number of clusters is either increased or decreased from 9, which is to be expected.
\noindent From the illustration, it can be concluded that the most appropiate number of components is 9 where \(-\log\mathcal L =12,178\). Meanwhile, the negative log likelihood increases when the number of clusters is either increased (rises slightly) or decreased from 9, which can be understood as respectively over- and underfitting.
\begin{figure}[H]
\centering
\includegraphics[width=\linewidth]{clusterfuck12}
\end{figure}
\begin{figure}[H]
\centering
\includegraphics[width=\linewidth]{clusterfuck23}
\end{figure}
\subsection{Evaluation of GMM and Hierarchical Clustering}
\subsection{Evaluation of GMM and Hierarchical Clustering}
\textit{Evaluate the quality of the clusterings using GMM label information and for hierarchical clustering with the same number of clusters as in the GMM.}
\textit{Evaluate the quality of the clusterings using GMM label information and for hierarchical clustering with the same number of clusters as in the GMM.}