Finding Similar Music Artists for Recommendation Members :Abhay Goel, Prerak Trivedi.

Slides:



Advertisements
Similar presentations
SSA Query Interface M. Dolensky, ESO Data Access Layer Working Group Interoperability Workshop, Pune, India 27-Sep-2004.
Advertisements

1 ICS-FORTH Dimitris Plexousakis, Pisa, February 2001 The CYCLADES Mediator Service Dimitris Plexousakis Computer Science Department, University.
Samsung Smart TV is a web-based application running on an application engine installed on digital TVs connected to the Internet.
A PowerPoint Presentation
Book Recommendation System Group 3 Ameet Nanda Bhaskar Upadhyay Bhavana Parekh Guided By: Prof. Ellis Horowitz Kaijian Xu 1.
VisualRank: Applying PageRank to Large-Scale Image Search Yushi Jing, Member, IEEE, and Shumeet Baluja, Member, IEEE.
Prepared by: Prepared by: Jameela Rabaya Jameela Rabaya Fatima Darawsha Fatima Darawsha.
Finding Similar Music Artists for Recommendation Presented by :Abhay Goel, Prerak Trivedi.
Project Title: Deepin Search Member: Wenxu Li & Ziming Zhai CSCI 572 Project.
Karan Seth Rahul Dureja Salim Ali Khan.  Generate Year based timelines for celebrities.  Freely available Wikipedia datasets are being used.  Sax parser.
L. Grewe. YQL – what is it Yahoo! Query Language.
Academic Advisor: Prof. Ronen Brafman Team Members: Ran Isenberg Mirit Markovich Noa Aharon Alon Furman.
Introduction to Application Programming IST 256 Application Programming for Information Systems Xiaozhong Liu
Automatic Evaluation Of Search Engines Project Presentation Team members: Levin Boris Laserson Itamar Instructor Name: Gurevich Maxim.
-Uday Dhokale.  What is it ??? Prototype is a JavaScript Framework that aims to ease development of dynamic web applications.  Features a unique, easy-to-use.
Xpantrac connection with IDEAL Sloane Neidig, Samantha Johnson, David Cabrera, Erika Hoffman CS /6/2014.
Using the DPLA API as Community Reps Webinar August 19, 2014 A PLATFORM TO BUILD UPON Danielle Cunniff
CrowdLogger as a Community Platform for Searcher Behavior Experiments Henry Feild Center for Intelligent Information Retrieval University of Massachusetts.
LEVEL 6 – DATA HANDLING Successfully test hypothesis requiring complex lines of enquiry Complex queries on a teacher prepared databases AND, OR, NOT –
Santosh Ghimire – 066 BCT 533 Subit Raj Pokharel – 066 BCT 538 Sudip Kafle – 066 BCT
GIS technologies and Web Mapping Services
Enabling Embedded Systems to access Internet Resources.
The instructions about remote access to ip camera IP Cameras need to be accessed remotely through the Internet, we need to do port forwarding settings.
1 Applying Collaborative Filtering Techniques to Movie Search for Better Ranking and Browsing Seung-Taek Park and David M. Pennock (ACM SIGKDD 2007)
VAMDC use-case for the RDA Data Citation Working Group C.M. Zwölf and VAMDC consortium 6 th RDA Plenary PARIS September 2015.
Glynn Edwards SAA – August 22, 2015 Director, ePADD Project Archival Stewardship of using ePADD Software.
Mainframe (Host) - Communications - User Interface - Business Logic - DBMS - Operating System - Storage (DB Files) Terminal (Display/Keyboard) Terminal.
By: Pramod Jagtap Aniket Bochare. Agenda Introduction to dataset Web service description Service architecture Project plan Intended clients.
Computer Apps 1 Queries-part b. Queries Query – a database object that requests information from a database and creates a dataset (list of selected.
Tallahassee, Florida, 2015 COP4710 Database Systems Project Overview Fall 2015.
Hussein Suleman University of Cape Town Department of Computer Science Digital Libraries Laboratory February 2008 Data Curation Repositories:
WStore Programmer Guide Offering management integration.
Progress presentation
Progress Report - Year 2 Extensions of the PhD Symposium Presentation Daniel McEnnis.
Nikos Manolis Agro-Know Technologies Tutorial on data aggregation and accessing datasets.
1 Requirement Specification for IoT API layer Company:Tata Consultancy Services Author(s):Avik Ghose Contact
Finding Similar Music Artists for Recommendation Members :Abhay Goel, Prerak Trivedi.
Display Page (HTML/CSS)
YouTube Duplicate Finder Group 4 Members : Brian Kelly Darryl Parulan Vanessa Kellawan Diana Gonzalez Natoya Higgins.
A Metric Cache for Similarity Search fabrizio falchi claudio lucchese salvatore orlando fausto rabitti raffaele perego.
DEVELOPING WEB SERVICES WITH JAVA DESIGN WEB SERVICE ENDPOINT.
The AstroGrid-D Information Service Stellaris A central grid component to store, manage and transform metadata - and connect to the VO!
PROTEIN IDENTIFIER IAN ROBERTS JOSEPH INFANTI NICOLE FERRARO.
NCCUCS 軟體工程概論 Lecture 5: Ajax, Mashups April 29, 2014.
X2R Spec 1. Change log DateVersionPeopleNote 2013/11/01V0.0.1Chien-Wei Yu, Anderson Ou First draft, add X2R files spec. 2013/12/16V0.0.2Anderson Ou, Doc.
Library APIs and Web Services, SaaS, Cloud Computing.
IPDA Registry Definitions Project Dan Crichton Pedro Osuna Alain Sarkissian.
X2R Spec 1. Change log DateVersionPeopleNote 2013/11/01V0.0.1Chien-Wei Yu, Anderson Ou First draft, add X2R files spec. 2013/12/16V0.0.2Anderson Ou, Doc.
The Client-Server Model
COP4710 Database Systems Project Overview.
Document Flow Manager 4.10 CEVA Business Users
GCSE COMPUTER SCIENCE Practical Programming using Python
DSRA -Relative Web technology clarification in Technology Architecture
Introduction to Music Information Retrieval (MIR)
YQL Kevin Murphy CMPS 183.
Ashish Pandit IT Architect, Middleware & Integration Services
Search Pages and Results
Remote Data Access Update
A Restaurant Recommendation System Based on Range and Skyline Queries
Project Structure Overview
DriveScale Log Collection Method of Procedure
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Chapter 10 ADO.
Mashup Service Recommendation based on User Interest and Service Network Buqing Cao ICWS2013, IJWSR.
Procedural Information Extraction from Text:
CS4433 Database Systems Project.
Existing SQL Integration
Week 05 Node.js Week 05
Requirements “Content Guide”
Presentation transcript:

Finding Similar Music Artists for Recommendation Members :Abhay Goel, Prerak Trivedi

General Description In this project, we present Similar music artist based on their genre, ratings and Artist’s Era We implement three steps of computation in order to obtain more detail results, as defined below:  Applying comparison between artists’ genre using distance measure(Using Jaccard’s Coefficient)  Applying user rating to artists  Applying Nearest-Neighbor search on artists’ releases album(Artist’s Era) Yahoo! Music DB to form the base set to compare the results.

Technologies Used We plan to use HTML,JSON, JavaScript for presenting our webpage where the final results will be shown. Yahoo Webscope Dataset R1 Yahoo! Music User Ratings of Musical Artists, version 1.0 Yahoo Music API and YQL (  HTTP REST-based API that returns data in any format, including XML and JSON.  The Yahoo! Music API service is limited to 5,000 queries per day per IP address.

Task Division Abhay’s Task  Handle Yahoo Music API using YQL and extract Artist information  Extract Artist ratings from R1 dataset  Formulate the algorithm for Recommendation Prerak’s Task  Format the Front-End User Interface  Extract Artist ratings from R1 dataset  Formulate the algorithm for Recommendation

Screenshot of Data Collected from Yahoo Music API

Tentative User Interface

References Reference from Yahoo Webscope Publication “Finding Similar Music Artists for Recommendation”.