Matrix Factorization and Collaborative Filtering

Total Page:16

File Type:pdf, Size:1020Kb

Matrix Factorization and Collaborative Filtering 10-601 Introduction to Machine Learning Machine Learning Department School of Computer Science Carnegie Mellon University Matrix Factorization and Collaborative Filtering MF Readings: (Koren et al., 2009) Matt Gormley Lecture 25 April 19, 2017 1 Reminders • Homework 8: Graphical Models – Release: Mon, Apr. 17 – Due: Mon, Apr. 24 at 11:59pm • Homework 9: Applications of ML – Release: Mon, Apr. 24 – Due: Wed, May 3 at 11:59pm 2 Outline • Recommender Systems – Content Filtering – Collaborative Filtering (CF) – CF: Neighborhood Methods – CF: Latent Factor Methods • Matrix Factorization – Background: Low-rank Factorizations – Residual matrix – Unconstrained Matrix Factorization • Optimization problem • Gradient Descent, SGD, Alternating Least Squares • User/item bias terms (matrix trick) – Singular Value Decomposition (SVD) – Non-negative Matrix Factorization • Extra: Matrix Multiplication in ML – Matrix Factorization – Linear Regression – PCA – (Autoencoders) – K-means 7 RECOMMENDER SYSTEMS 8 Recommender Systems A Common Challenge: – Assume you’re a company selling items of some sort: movies, songs, products, etc. – Company collects millions of ratings from users of their items – To maximize profit / user happiness, you want to recommend items that users are likely to want 9 Recommender Systems 10 Recommender Systems 11 Recommender Systems 12 Recommender Systems Problem Setup • 500,000 users • 20,000 movies • 100 million ratings • Goal: To obtain lower root mean squared error (RMSE) than Netflix’s existing system on 3 million held out ratings 13 Recommender Systems 14 Recommender Systems • Setup: – Items: movies, songs, products, etc. (often many thousands) – Users: watchers, listeners, purchasers, etc. (often many millions) Doctor Doctor Strange Star Trek: Beyond Zootopia – Feedback: Alice 1 5 5-star ratings, not-clicking ‘next’, purchases, etc. Bob 3 4 • Key Assumptions: – Can represent ratings numerically Charlie 3 5 2 as a user/item matrix – Users only rate a small number of items (the matrix is sparse) 15 Recommender Systems 16 Two Types of Recommender Systems Content Filtering Collaborative Filtering • Example: Pandora.com • Example: Netflix movie music recommendations recommendations (Music Genome Project) • Pro: Does not assume • Con: Assumes access to access to side information side information about about items (e.g. does not items (e.g. properties of a need to know about movie song) genres) • Pro: Got a new item to • Con: Does not work on add? No problem, just be new items that have no sure to include the side ratings information 17 COLLABORATIVE FILTERING 19 Collaborative Filtering • Everyday Examples of Collaborative Filtering... – Bestseller lists – Top 40 music lists – The “recent returns” shelf at the library – Unmarked but well-used paths thru the woods – The printer room at work – “Read any good books lately?” – … • Common insight: personal tastes are correlated – If Alice and Bob both like X and Alice likes Y then Bob is more likely to like Y – especially (perhaps) if Bob knows Alice 20 Slide from William Cohen Two Types of Collaborative Filtering 1. Neighborhood Methods 2. Latent Factor Methods 21 Figures from Koren et al. (2009) Two Types of Collaborative Filtering 1. Neighborhood Methods In the figure, assume that a green line indicates the movie was watched Algorithm: 1. Find neighbors based on similarity of movie preferences 2. Recommend movies that those neighbors watched 22 Figures from Koren et al. (2009) Two Types of Collaborative Filtering 2. Latent Factor Methods • Assume that both movies and users live in some low- dimensional space describing their properties • Recommend a movie based on its proximity to the user in the latent space 23 Figures from Koren et al. (2009) MATRIX FACTORIZATION 24 Matrix Factorization • Many different ways of factorizing a matrix • We’ll consider three: 1. Unconstrained Matrix Factorization 2. Singular Value Decomposition 3. Non-negative Matrix Factorization • MF is just another example of a common recipe: 1. define a model 2. define an objective function 3. optimize with SGD 25 Matrix Factorization Whiteboard – Background: Low-rank Factorizations – Residual matrix 27 3.6. LATENT FACTOR MODELS 95 JULIUS CAESAR JULIUS CAESAR NERO NERO CLEOPATRA CLEOPATRA SEATTLE IN SLEEPLESS PRETTYWOMAN CASABLANCA HISTORY HISTORY ROMANCE Example: MF for Netflix 1 1 1 Problem1 0 0 0 1 1 0 3.6. LATENT FACTOR MODELS 2 1 1 951 0 0 0 2 1 0 HISTORY JULIUS CAESAR PRETTY WOMAN PRETTYWOMAN CLEOPATRA CLEOPATRA SEATTLE IN SLEEPLESS NERO NERO CASABLANCA CASABLANCA 3 1 1 1 0 0 0 3 1 0 HISTORY 1 1 1 0 0 0 1 1 1 1 1 1 1 1 BOTH 4 4 X ROMANCE 0 0 1 1 1 1 5 - 1 - 1 - 1 1 1 1 5 - 1 1 VT ROMANCE 6 - 1 - 1 1 1 1 1 6 - 1 1 7 - 1 - 1 - 1 1 1 1 7 - 1 1 R U (a) Example of rank-2 matrix factorization TTLE A N JULIUS CAESAR JULIUS CAESAR NERO NERO CLEOPATRA CLEOPATRA SEATTLE IN SLEEPLESS PRETTYWOMAN CASABLANCA HISTORY HISTORY ROMANCE WOMAN TY PLESS IN SEA 1 1 0 0 0 1 0 P US CAESAR 1 O O ABLANCA A T T OPATRA 1 1 O JULIU NER 2 1 1 1 0 0 0 2 1 0 CLE SLEE PRE CAS HISTORY JULIUS CAESAR PRETTY WOMAN PRETTYWOMAN CLEOPATRA CLEOPATRA SEATTLE IN SLEEPLESS NERO NERO CASABLANCA CASABLANCA 1 000000 1 1 1 0 0 0 1 0 3 3 000000 HISTORY 1 1 1 0 0 0 HISTORY 2 1 1 1 1 1 1 1 1 000000 BOTH 4 4 X ROMANCE 0 0 1 1 1 1 3 001 000 5 - 1 - 1 - 1 1 1 1 5 - 1 1 BOTH 4 T V 5 0 0 1 000 ROMANCE 6 - 1 - 1 1 1 1 1 6 - 1 1 ROMANCE 6 0 0 1 000 - 1 - 1 - 1 1 1 1 - 1 1 7 7 7 00101 000 0 0 R U R (a) Example of rank-2 matrix factorization (b) Residual matrix Figure 3.7: Example of a matrix factorization and its residual matrix TTLE A N WOMAN TY PLESS IN SEA P US CAESAR O O ABLANCA A T T OPATRA O JULIU NER CLE SLEE PRE CAS 1 000000 28 Figures from Aggarwal (2016) 000000 HISTORY 2 3 000000 BOTH 4 001 000 5 0 0 1 000 ROMANCE 6 0 0 1 000 7 00101 000 0 0 R (b) Residual matrix Figure 3.7: Example of a matrix factorization and its residual matrix Regression vs. Collaborative Filtering 72 CHAPTER 3. MODEL-BASED COLLABORATIVE FILTERING Regression Collaborative Filtering TRAINING ROWS NO DEMARCATION BETWEEN TRAINING AND TEST ROWS TEST ROWS INDEPENDENT DEPENDENT NO DEMARCATION BETWEEN DEPENDENT VARIABLES VARIABLE AND INDEPENDENT VARIABLES (a) Classification (b) Collaborative filtering 29 Figures from Aggarwal (2016) Figure 3.1: Revisiting Figure 1.4 of Chapter 1. Comparing the traditional classification problem with collaborative filtering. Shaded entries are missing and need to be predicted. the class variable (or dependent variable). All entries in the first (n 1) columns are fully specified, whereas only a subset of the entries in the nth column is− specified. Therefore, a subset of the rows in the matrix is fully specified, and these rows are referred to as the training data. The remaining rows are referred to as the test data.Thevaluesofthemissing entries need to be learned for the test data. This scenario is illustrated in Figure 3.1(a), where the shaded values represent missing entries in the matrix. Unlike data classification, any entry in the ratings matrix may be missing, as illustrated by the shaded entries in Figure 3.1(b). Thus, it can be clearly seen that the matrix com- pletion problem is a generalization of the classification (or regression modeling) problem. Therefore, the crucial differences between these two problems may be summarized as follows: 1. In the data classification problem, there is a clear separation between feature (inde- pendent) variables and class (dependent) variables. In the matrix completion problem, this clear separation does not exist. Each column is both a dependent and independent variable, depending on which entries are being considered for predictive modeling at agivenpoint. 2. In the data classification problem, there is a clear separation between the training and test data. In the matrix completion problem, this clear demarcation does not exist among the rows of the matrix. At best, one can consider the specified (observed) entries to be the training data, and the unspecified (missing) entries to be the test data. 3. In data classification, columns represent features, and rows represent data instances. However, in collaborative filtering, it is possible to apply the same approach to ei- ther the ratings matrix or to its transpose because of how the missing entries are distributed. For example, user-based neighborhood models can be viewed as direct UNCONSTRAINED MATRIX FACTORIZATION 30 Unconstrained Matrix Factorization Whiteboard – Optimization problem – SGD – SGD with Regularization – Alternating Least Squares – User/item bias terms (matrix trick) 31 Unconstrained Matrix Factorization In-Class Exercise Derive a block coordinate descent algorithm for the Unconstrained Matrix Factorization problem. • User vectors: • Set of non-missing entries: r ru R ∈ • Item vectors: • Objective: r ?i R T 2 ∈ `;KBM (vui ru ?i) , − r ? (u,i) • Rating prediction: ∈Z T vui = ru ?i 32 Matrix$factorization$as$SGD$V$why$does$ Matrix Factorization this$work?$$Here’s$the$key$claim: (with matrices) • User vectors: T r (Wu ) R ∗ Figures from Koren et al. (2009) • Item vectors:∈ r H i R ∗ • Rating∈ prediction: Vui = Wu H i ∗ ∗ =[WH]ui Figures from Gemulla et al. (2011)33 Matrix Factorization (with vectors) • User vectors: r ru R ∈ Figures from Koren et al. (2009) • Item vectors: r ?i R ∈ • Rating prediction: T vui = ru ?i 34 Matrix Factorization (with vectors) • Set of non-missing entries: • Objective: Figures from Koren et al. (2009) T 2 `;KBM (vui ru ?i) , − r ? (u,i) ∈Z 35 Matrix Factorization (with vectors) • Regularized Objective: T 2 `;KBM (vui ru ?i) r,? − (u,i) Figures from Koren et al.
Recommended publications
  • Movie Genome: Alleviating New Item Cold Start in Movie Recommendation
    User Modeling and User-Adapted Interaction https://doi.org/10.1007/s11257-019-09221-y Movie genome: alleviating new item cold start in movie recommendation Yashar Deldjoo, et al. [full author details at the end of the article] Received: 23 December 2017 / Accepted in revised form: 19 January 2019 © The Author(s) 2019 Abstract As of today, most movie recommendation services base their recommendations on col- laborative filtering (CF) and/or content-based filtering (CBF) models that use metadata (e.g., genre or cast). In most video-on-demand and streaming services, however, new movies and TV series are continuously added. CF models are unable to make predic- tions in such a scenario, since the newly added videos lack interactions—a problem technically known as new item cold start (CS). Currently, the most common approach to this problem is to switch to a purely CBF method, usually by exploiting textual meta- data. This approach is known to have lower accuracy than CF because it ignores useful collaborative information and relies on human-generated textual metadata, which are expensive to collect and often prone to errors. User-generated content, such as tags, can also be rare or absent in CS situations. In this paper, we introduce a new movie recommender system that addresses the new item problem in the movie domain by (i) integrating state-of-the-art audio and visual descriptors, which can be automati- cally extracted from video content and constitute what we call the movie genome; (ii) exploiting an effective data fusion method named canonical correlation analysis, which was successfully tested in our previous works Deldjoo et al.
    [Show full text]
  • Intelligent User Interfaces for Music Discovery
    Knees, P., et al. (2020). Intelligent User Interfaces for Music Discovery. Transactions of the International Society for Music Information 7,60,5 Retrieval, 3(1), pp. 165–179. DOI: https://doi.org/10.5334/tismir.60 OVERVIEW ARTICLE Intelligent User Interfaces for Music Discovery Peter Knees*, Markus Schedl† and Masataka Goto‡ Assisting the user in finding music is one of the original motivations that led to the establishment of Music Information Retrieval (MIR) as a research field. This encompasses classic Information Retrieval inspired access to music repositories that aims at meeting an information need of an expert user. Beyond this, however, music as a cultural art form is also connected to an entertainment need of potential listeners, requiring more intuitive and engaging means for music discovery. A central aspect in this process is the user interface. In this article, we reflect on the evolution of MIR-driven intelligent user interfaces for music browsing and discovery over the past two decades. We argue that three major developments have transformed and shaped user interfaces during this period, each connected to a phase of new listening practices. Phase 1 has seen the development of content-based music retrieval interfaces built upon audio processing and content description algorithms facilitating the automatic organization of repositories and finding music according to sound qualities. These interfaces are primarily connected to personal music collections or (still) small commercial catalogs. Phase 2 comprises interfaces incorporating collaborative and automatic semantic description of music, exploiting knowledge captured in user-generated metadata. These interfaces are connected to collective web platforms. Phase 3 is dominated by recommender systems built upon the collection of online music interaction traces on a large scale.
    [Show full text]
  • Recommender Systems User-Facing Decision Support Systems
    Recommender Systems User-Facing Decision Support Systems Michael Hahsler Intelligent Data Analysis Lab (IDA@SMU) CSE, Lyle School of Engineering Southern Methodist University EMIS 5/7357: Decision Support Systems February 22, 2012 Michael Hahsler (IDA@SMU) Recommender Systems EMIS 5/7357: DSS 1 / 44 Michael Hahsler (IDA@SMU) Recommender Systems EMIS 5/7357: DSS 2 / 44 Michael Hahsler (IDA@SMU) Recommender Systems EMIS 5/7357: DSS 3 / 44 Michael Hahsler (IDA@SMU) Recommender Systems EMIS 5/7357: DSS 4 / 44 Table of Contents 1 Recommender Systems & DSS 2 Content-based Approach 3 Collaborative Filtering (CF) Memory-based CF Model-based CF 4 Strategies for the Cold Start Problem 5 Open-Source Implementations 6 Example: recommenderlab for R 7 Empirical Evidence Michael Hahsler (IDA@SMU) Recommender Systems EMIS 5/7357: DSS 5 / 44 Decision Support Systems ? Michael Hahsler (IDA@SMU) Recommender Systems EMIS 5/7357: DSS 6 / 44 Decision Support Systems \Decision Support Systems are defined broadly [...] as interactive computer-based systems that help people use computer communications, data, documents, knowledge, and models to solve problems and make decisions." Power (2002) Main Components: Knowledge base Model User interface Michael Hahsler (IDA@SMU) Recommender Systems EMIS 5/7357: DSS 6 / 44 ! A recommender system is a decision support systems which help a seller to choose suitable items to offer given a limited information channel. Recommender Systems Recommender systems apply statistical and knowledge discovery techniques to the problem of making product recommendations. Sarwar et al. (2000) Advantages of recommender systems (Schafer et al., 2001): Improve conversion rate: Help customers find a product she/he wants to buy.
    [Show full text]
  • Pandora's Music Recommender 1 Introduction to Pandora 2 Description of Pandora Problem Space
    Pandora’s Music Recommender Michael Howe 1 Introduction to Pandora One of the great promises of the internet and Web 2.0 is the opportunity to expose people to new types of content. Companies like Amazon and Netflix provide customers with ideas for new items to purchase based on current or previous selections. For instance, someone who rented “Star Wars” at Netflix might be presented with “The Matrix” as another movie to rent. The challenge in this strategy is to make suggestions in a reasonable amount of time that the user will mostly like based on the known list of what the user already enjoys. People will only pay attention to the recommendations of a service a finite number of times before they lose trust. Repeatedly suggest content that the user hates and the user will look for new content elsewhere. Also, a user will only pay attention to a service’s recommendation if they arrive in a reasonable amount of time. Make the user wait longer than they are willing and they will again turn elsewhere for content suggestions. Accuracy and speed are critical to a service’s success. Pandora exposes people to music with an online radio station where a user builds up “stations” based on musical interests. The user indicates in each station one or more songs or artists that he or she likes. Based on these preferences Pandora plays similar songs that the user might also like. As Pandora plays the user can further refine the station by giving a “thumbs up” or a “thumbs down” to a particular song.
    [Show full text]
  • Music Recommendation Algorithms: Discovering Weekly Or Discovering
    MUSIC RECOMMENDATION ALGORITHMS Music Recommendation Algorithms: Discovering Weekly or Discovering Weakly? Jennie Silber Muhlenberg College, Allentown, PA, USA Media & Communication Department Undergraduate High Honors Thesis April 1, 2019 1 MUSIC RECOMMENDATION ALGORITHMS 2 MUSIC RECOMMENDATION ALGORITHMS Abstract This thesis analyzes and assesses the cultural impact and economic viability that the top music streaming platforms have on the consumption and discovery of music, with a specific focus on recommendation algorithms. Through the support of scholarly and journalistic research as well as my own user experience, I evaluate the known constructs that fuel algorithmic recommendations, but also make educated inferences about the variables concealed from public knowledge. One of the most significant variables delineated throughout this thesis is the power held by human curators and the way they interact with algorithms to frame and legitimize content. Additionally, I execute my own experiment by creating new user profiles on the two streaming platforms popularly used for the purpose of discovery, Spotify and SoundCloud, and record each step of the music discovery process experienced by a new user. After listening to an equal representation of all genre categories within each platform, I then compare the genre, release year, artist status, and content promotion gathered from my listening history to the algorithmically-generated songs listed in my ‘Discover Weekly’ and ‘SoundCloud Weekly’ personalized playlists. The results from this experiment demonstrate that the recommendation algorithms that power these discovery playlists intrinsically facilitate the perpetuation of a star- driven, “winner-take-all” marketplace, where new, popular, trendy, music is favored, despite how diverse of a selection the music being listened to is.
    [Show full text]
  • UNIVERSITY of CALIFORNIA, SAN DIEGO Bag-Of-Concepts As a Movie
    UNIVERSITY OF CALIFORNIA, SAN DIEGO Bag-of-Concepts as a Movie Genome and Representation A Thesis submitted in partial satisfaction of the requirements for the degree Master of Science in Computer Science by Colin Zhou Committee in charge: Professor Shlomo Dubnov, Chair Professor Sanjoy Dasgupta Professor Lawrence Saul 2016 The Thesis of Colin Zhou is approved, and it is acceptable in quality and form for publication on microfilm and electronically: Chair University of California, San Diego 2016 iii DEDICATION For Mom and Dad iv TABLE OF CONTENTS Signature Page........................................................................................................... iii Dedication.................................................................................................................. iv Table of Contents....................................................................................................... v List of Figures and Tables.......................................................................................... vi Abstract of the Thesis................................................................................................ vii Introduction................................................................................................................ 1 Chapter 1 Background............................................................................................... 3 1.1 Vector Space Models............................................................................... 3 1.1.1. Bag-of-Words........................................................................
    [Show full text]
  • A Movie Recommender System: MOVREC Using Machine Learning Techniques Ashrita Kashyap1, Sunita
    ISSN 2321 3361 © 2020 IJESC Research Article Volume 10 Issue No.6 A Movie Recommender System: MOVREC using Machine Learning Techniques Ashrita Kashyap1, Sunita. B2, Sneh Srivastava3, Aishwarya. PH4, Anup Jung Shah5 Department of Computer Science & Engineering SAIT, Bengaluru, Karnataka, India Abstract: This paper discuss about recommendations of the movies. A movie recommendation is important in our social life due to its strength in providing enhanced entertainment. Such a system can suggest a set of movies to users based on their interest, or the popularities of the movies. A recommendation system is used for the purpose of suggesting items to purchase or to see. They direct users towards those items which can meet their needs through cutting down large database of Information. A recommender system, or a recommendation system (sometimes replacing 'system' with a synonym such as platform or engine), is a subclass of information filtering system that seeks to predict the "rating" or "preference" a user would give to an item[1][2]. They are primarily used in commercial applications. MOVREC also help users to find the movies of their choices based on the movie experience of other users in efficient and effective manner without wasting much time in useless browsing. Keywords: Filtering, Recommendation System, Recommender. I. INTRODUCTION emphasizing other attributes when a user "likes" a song. This is an example of a content-based approach. Recommender systems usually make use of either or both collaborative filtering and content-based filtering (also known as Each type of system has its strengths and weaknesses. In the the personality-based approach),[3] as well as other systems above example, Last.fm requires a large amount of information such as knowledge-based systems.
    [Show full text]
  • Five Approaches to Collecting Tags for Music
    FIVE APPROACHES TO COLLECTING TAGS FOR MUSIC Douglas Turnbull Luke Barrington Gert Lanckriet UC San Diego UC San Diego UC San Diego [email protected] [email protected] [email protected] ABSTRACT There are a number of key concepts to consider when com- paring these approaches. The cold start problem refers to the We compare five approaches to collecting tags for music: fact songs that are not annotated cannot be retrieved. This conducting a survey, harvesting social tags, deploying anno- problem is related to popularity bias in that popular songs (in tation games, mining web documents, and autotagging audio the short-head) tend to be annotated more thoroughly than content. The comparison includes a discussion of both scala- unpopular songs (in the long-tail)[11]. This often leads bility (financial cost, human involvement, and computational to a situation in which a short-head song is ranked above resources) and quality (the cold start problem & popularity a long-tail song despite the fact that the long-tail song may bias, strong vs. weak labeling, vocabulary structure & size, be more semantically relevant. We prefer an approach that and annotation accuracy). We then describe one state-of- avoids the cold start problem (e.g., autotagging). If this is the-art system for each approach. The performance of each not possible, we prefer approaches in which we can explic- system is evaluated using a tag-based music information itly control which songs are annotated (e.g., survey, games), retrieval task. Using this task, we are able to quantify the rather than an approach in which only the more popular songs effect of popularity bias on each approach by making use are annotated (e.g., social tags, web documents).
    [Show full text]
  • DEEP LEARNING for MUSIC RECOMMENDATION: Machine Listening & Collaborative Filtering
    DEEP LEARNING FOR MUSIC RECOMMENDATION: Machine Listening & Collaborative Filtering ORIOL NIETO [email protected] SEMINAR ON MUSIC KNOWLEDGE EXTRACTION USING MACHINE LEARNING POMPEU FABRA UNIVERSITY BARCELONA DECEMBER 4, 2016 Outline • Pandora Overview • Large Scale Music Recommendation with Deep Learning: • Machine Listening • Collaborative Filtering Outline • Pandora Overview • Large Scale Music Recommendation with Deep Learning: • Machine Listening • Collaborative Filtering TODAY 78 M 22 H 75 B + Monthly Listeners Average Listening per Month Thumbs 10 B 180 K 55 % Stations Artists Spinning per Month of all Music Streaming in USA Content&Based Collective) Intelligence Personalized Filtering Outline • Pandora Overview • Large Scale Music Recommendation with Deep Learning: • Machine Listening • Collaborative Filtering Content&Based Collective) Intelligence Personalized Filtering Short Time Fourier Transform MY GUITAR GENTLY WEEPS - THE BEATLES Extracting Information Beats Downbeats Chords Structure “electric guitar”, “drums”, “male singer”, “pop”, “classic rock” Hand Crafted Features Beats Downbeats Chords MFCCs Structure Spectral Rolloff Spectral Centroid Structural Features Chromagrams Tempograms “electric guitar”, CERNs “drums”, … “male singer”, “pop”, “classic rock” Learned Features Beats Downbeats Chords Structure DEEP LEARNING (Mostly Convolutional Neural Networks) “electric guitar”, “drums”, “male singer”, “pop”, http://blogs-images.forbes.com/kevinmurnane/files/2016/03/google-deepmind-artificial-intelligence-2-970x0-970x646.jpg
    [Show full text]
  • A Hybrid Approach to Music Recommendation: Exploiting Collaborative Music Tags and Acoustic Features Jaime C
    UNF Digital Commons UNF Graduate Theses and Dissertations Student Scholarship 2014 A Hybrid Approach to Music Recommendation: Exploiting Collaborative Music Tags and Acoustic Features Jaime C. Kaufman University of North Florida Suggested Citation Kaufman, Jaime C., "A Hybrid Approach to Music Recommendation: Exploiting Collaborative Music Tags and Acoustic Features" (2014). UNF Graduate Theses and Dissertations. 540. https://digitalcommons.unf.edu/etd/540 This Master's Thesis is brought to you for free and open access by the Student Scholarship at UNF Digital Commons. It has been accepted for inclusion in UNF Graduate Theses and Dissertations by an authorized administrator of UNF Digital Commons. For more information, please contact Digital Projects. © 2014 All Rights Reserved A HYBRID APPROACH TO MUSIC RECOMMENDATION: EXPLOITING COLLABORATIVE MUSIC TAGS AND ACOUSTIC FEATURES by Jaime C. Kaufman A thesis submitted to the School of Computing in partial fulfillment of the requirements for the degree of Master of Science in Computer and Information Sciences UNIVERSITY OF NORTH FLORIDA SCHOOL OF COMPUTING December 2014 Copyright (©) 2014 by Jaime C. Kaufman All rights reserved. Reproduction in whole or in part in any form requires the prior written permission of Jaime C. Kaufman or designated representative. ii The thesis, “A Hybrid Approach to Music Recommendation: Exploiting Collaborative Music Tags and Acoustic Features,” submitted by Jaime C. Kaufman in partial fulfillment of the requirements for the degree of Master of Science in Computer and Information Sciences has been Approved by the thesis committee: Date Dr. Ching-Hua Chuan Thesis Advisor and Committee Chairperson Dr. Sherif Elfayoumy Dr. Karthikeyan Umapathy Accepted for the School of Computing: Dr.
    [Show full text]
  • Combining Content Information with an Item-Based Collaborative Filter
    Volume 2 │ Issue 2 │ 2017 Combining Content Information with an Item-Based Collaborative Filter Daryl Bagley Harding University Arkansas Eta Chapter Vol. 2(2), 2017 Article Title: Combining Content Information with an Item-Based Collaborative Filter DOI: 10.21081/AX0126 ISSN: 2381-800X Key Words: algorithms, anime, collaborative filtering, content analysis, recommendation This work is licensed under a Creative Commons Attribution 4.0 International License. Author contact information is available from the Editor at [email protected]. Aletheia—The Alpha Chi Journal of Undergraduate Scholarship • This publication is an online, peer-reviewed, interdisciplinary undergraduate journal, whose mission is to promote high quality research and scholarship among undergraduates by showcasing exemplary work. • Submissions can be in any basic or applied field of study, including the physical and life sciences, the social sciences, the humanities, education, engineering, and the arts. • Publication in Aletheia will recognize students who excel academically and foster mentor/mentee relationships between faculty and students. • In keeping with the strong tradition of student involvement in all levels of Alpha Chi, the journal will also provide a forum for students to become actively involved in the writing, peer review, and publication process. • More information and instructions for authors is available under the publications tab at www.AlphaChiHonor.org. Questions to the editor may be directed to [email protected]. Alpha Chi is a national college honor society that admits students from all academic disciplines, with membership limited to the top 10 percent of an institution’s juniors, seniors, and graduate students. Invitation to membership comes only through an institutional chapter.
    [Show full text]
  • Kandidat 109
    INFO310 0 Advanced Topics in Model-Based Information Systems Kandidat 109 Oppgaver Oppgavetype Vurdering Status Introduction Dokument Automatisk poengsum Levert Plagiarism and Declaration Dokument Automatisk poengsum Levert 1 Essay Filopplasting Manuell poengsum Levert INFO310 0 Advanced Topics in Model-Based Information Systems Emnekode INFO310 PDF opprettet 16.11.2016 16:36 Vurderingsform INFO310 Opprettet av Andreas Lothe Opdahl Starttidspunkt: 03.11.2016 14:00 Antall sider 22 Sluttidspunkt: 09.11.2016 14:00 Oppgaver inkludert Nei Sensurfrist Ikke satt Skriv ut automatisk rettede Nei 1 Kandidat 109 Seksjon 1 1 OPPGAVE Essay Upload your file here. Maximum one file. BESVARELSE Filopplasting Filnavn 9066477_cand-9333784_9157556 Filtype pdf Filstørrelse 1660.232 KB Opplastingstid 09.11.2016 09:38:21 Neste side Besvarelse vedlagt INFO310 0 Advanced Topics in Model-Based Information Systems Page 2 av 22 Kandidat 109 SEMANTICS TECHNOLOGIES IN STREAMING SERVICES By Gonzalo Molina Gallego INFO310 0 Advanced Topics in Model-Based Information Systems Page 3 av 22 Kandidat 109 INDEX INTRODUCTION ......................................................................................................................... 3 THE ARISING OF STREAMING SERVICES ............................................................................ 3 VIDEO STREAMING SERVICES .......................................................................................... 4 MUSIC STREAMING SERVICES .........................................................................................
    [Show full text]