annotate poster/sections/method1.tex @ 47:b0186d4a4496
tip
Move 7Digital dataset to Downloads
author |
Paulo Chiliguano <p.e.chiliguano@se14.qmul.ac.uk> |
date |
Sat, 09 Jul 2022 00:50:43 -0500 |
parents |
fcd3730ffc19 |
children |
|
rev |
line source |
p@36
|
1
|
p@36
|
2 \section{Hybrid Music Recommender}
|
p@36
|
3
|
p@36
|
4 The hybrid music recommender approach is an implementation of feature augmentation and meta-level methods. One advantage of the meta-level method is the use of compressed users and songs information instead of sparse raw data.
|
p@36
|
5 %\begin{itemize}
|
p@36
|
6 %\item We model bananas and plums using a density estimation of the colour space.
|
p@36
|
7 %\item We fit a Gaussian Mixture Model using Expectation Maximization. We select the number of clusters using an MDL criteria.
|
p@36
|
8 %\item Typical image examples of bananas and plums look like this:
|
p@36
|
9 %\end{itemize}
|
p@36
|
10
|
p@36
|
11 \begin{center}
|
p@36
|
12 \resizebox*{0.9\columnwidth}{!}{\includegraphics{images/diagram_hybrid_music_recommender.eps}}\\
|
p@36
|
13 {\large \textbf{Fig. 1.} Diagram of our hybrid music recommender approach}
|
p@36
|
14 %\begin{tabular}{c@{ }c}
|
p@36
|
15 %\resizebox*{0.45\columnwidth}{!}{\includegraphics{images/diagram_hybrid_music_recommender.eps}} &
|
p@36
|
16 %\resizebox*{0.45\columnwidth}{!}{\includegraphics{images/fruit/plums.eps}} \\
|
p@36
|
17 %Bananas & Plums \\
|
p@36
|
18 %\end{tabular}
|
p@36
|
19 \end{center}
|