Mercurial > hg > hybrid-music-recommender-using-content-based-and-social-information
view Report/chiliguano_msc_finalproject.tex @ 22:ce1e76c21c12
Removed library for matrix factorization
author | Paulo Chiliguano <p.e.chiilguano@se14.qmul.ac.uk> |
---|---|
date | Tue, 11 Aug 2015 10:56:51 +0100 |
parents | e68dbee1f6db |
children | fafc0b249a73 |
line wrap: on
line source
% \documentclass[12pt,doubledspaced,oneside,openright]{qmwphd} % Final MSc project report using qmwphd.cls % \usepackage{moreverb} % This defines \verbatiminput. \documentclass[a4paper,12pt,draft,times]{report} %PhD Thesis Template for the School of Electronic Engineering and Computer Science, Queen Mary University of London. Stripped from Dan Stowell's PhD. %BEFORE SUBMISSION DO THESE: % * deactivate all \includeonly % * ensure \doneit set to nothing % * ensure numbering CONTINUOUS from title page on through % * activate the includes of license, ack, etc % * check through for question mark errors in render % * make sure the bibliog doesn't have ugly urls in \usepackage{ifdraft} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{natbib} \usepackage{har2nat} \usepackage{rotating} \usepackage[breaklinks]{hyperref} \usepackage{subfig} % apparently subfig is the one to use not subfigure \usepackage{appendix} \usepackage{tipa} \usepackage{clrscode} \usepackage{setspace} \usepackage[absolute]{textpos} \begin{document} \setlength{\TPHorizModule}{200mm} \setlength{\TPVertModule}{100mm} \textblockorigin{61mm}{19mm} %%%%% thanks alex mclean for super-useful onscreen reading tip: %\usepackage[top=0.1in, bottom=0.1in, left=0.3in, right=0.3in, paperwidth=11in, paperheight=7in]{geometry} % activate for ONSCREEN reading shape AT HOME %\usepackage[top=0.1in, bottom=0.1in, left=0.3in, right=0.3in, paperwidth=11in, paperheight=8.5in]{geometry} % activate for ONSCREEN reading shape AT WORK \doublespacing{} % numbering starts from here: \pagenumbering{arabic} % titlepage stuff \title{Hybrid music recommender using content-based and social information} \author{Paulo Esteban Chiliguano Torres \\ \\ Project Report 2015\\ MSc Sound and Music Computing\\ \\ School of Electronic Engineering and Computer Science\\ Queen Mary University of London } \date{August 2015} % \frontmatter % \author{Paulo Esteban Chiliguano Torres} % \title{Hybrid music recommender using content-based and social information} % \qualification{Master of Science} \maketitle % \include{acknowledgements/acknowledgements} % \begin{summary} % \end{summary} %\include{abstract/abstract} \setcounter{page}{3} \tableofcontents %\listoffigures %\listoftables % could also have a \listoftables, but this example doesn't include any %\mainmatter % Start the main context \include{chapter1/introduction} \include{chapter2/background} \include{chapter3/ch3} \include{chapter4/evaluation} \include{chapter5/results} \include{chapter6/conclusions} \bibliographystyle{agsm} \bibliography{references} %\backmatter \end{document}