Neural Network Predicating Movie Box Office Performance

Size: px
Start display at page:

Download "Neural Network Predicating Movie Box Office Performance"

Transcription

1 Neural Network Predicating Movie Box Office Performance Alex Larson ECE 539 Fall 2013

2 Abstract The movie industry is a large part of modern day culture. With the rise of websites like Netflix, where people are able to watch hundreds of movies at any time, it is evident that film is a large part of our culture today. Movie studios are always trying to come up with the next big thing to make the largest profit. Studios have been adapting books, plays, and comic books to cash in on an already existing popular intellectual property. Studios have also been remaking older films in the hopes that they will have the same level of success as its predecessor. Making a movie is an expensive endeavor and people want to know if a remake, an adaptation, or an entirely new idea will be successful. Some current examples of how things are being predicated as being done by using data from sites like google and Wikipedia. Studies have been done using the number of searches a movie gets on google or how many hits a Wikipedia page gets for a certain movie to predict its box office success. The above methods have been shown to work well but I also believe you can predict the success of a movie based on many of its features. Some of these features may include genre, budget, release date, which studio making the movie, if the movie is or is not a new intellectual property, actors involved, MPAA rating (PG, PG-13, etc.), and many more. Using these features one should be able a prediction of a movie s potential box office success. I propose to use some artificial neural network methods to classify and predict a movie s potential box office success. Using some of the above features of movies described above I would like to create a data set based on movies within the past few years. After a good set of features and classes have been established, I will use artificial neural network algorithms and experiment with various pattern recognition classifiers like Multi-Layer Perceptron (MLP), k-nearest neighbor classifier, etc. to predict the potential box office success of a movie. Introduction and Motivation The movie industry is a large part of modern day culture. Many companies look to profit off the success of a movie. The distributor of the movie gains the profit from ticket sales while many other companies advertise and promote their products by featuring them in movies or having the movie associated with their own products to boost revenue. One major motivation behind this project to help investors choose which movies could have the highest possible return. Movies are very expensive to make and some wish to know if the payoff will be worth their investment. Movies are also something I

3 enjoy very much. Like many people I think they are a wonderful form of entertainment. It was my hope that this project would be fun and interesting way to look deeper into movies and the box office performance behind them. Related Work There have been a few recent projects that have dealt with predicating movie box office performance. One study was done based on the hits of a movie s Wikipedia page. The researchers for this study analyzed the activity of editors on the online encyclopedia Wikipedia. Based on this data they built a minimalistic predictive model for a movies box office success. [1] Google also performed research on movies box office success. Google used trailer related searches for a particular movie along with the franchise status of the movie and the season to predict the opening weekend of a movie with 94% accuracy. Problem Statement The goal of this project is to predict the potential box office success of a given movie based only on its given characteristics at its release. Data The data for the project was acquired from the-numbers.com. This website tabulates many movie characteristics and statistics. Movie data from the years 2008, 2009, 2010, 2011, 2012, and an incomplete version of 2013 were obtained. This project was performed late in While it was incomplete its data was still a good representation for movies released earlier in Features that were extracted from the data were as follows: movie s release month, distributor, genre, MPAA rating, and whether or not the movie was a sequel. Values were assigned for distributors, genre, and MPAA rating. For each year a subset of movies were selected at random from the top performing movies for that given year. Based on the movies yearly gross I choose to divide the data into 3 classes: Movies grossing less that 49 million, between 49 million and 91 million and more than 91 million. This data was

4 then translated into machine readable text flies that were used by various MATLAB programs used to run the experiments for this project. Experiments Using the MATLAB programs from the ECE 539 website various experiments were done with the k nearest neighbor classifier, maximum likelihood classifier and multilayer perceptron. The initial results of experimentation were not promising. Each classifier was achieving on average around 30% classification rate. This value is unacceptable because it is essentially the same as random guessing when there are 3 possible classification labels. From here the data was reevaluated. I plotted histograms each feature for each class label. I found that there were many outliers in the distributor, and genre features. Some smaller distribution studios would have a successful movie in one of the years where data was collected but not in others. Similarly in genre some genres like western and musical for example are just not represented enough in the data. These outliers where then removed from the data. The values assigned to the features were also reorganized. The distributor with the most successful movies was given a higher value, and the same thing was done with genre and MPAA rating. Results For all classifiers cross validation was used. I would leave one year out of the training data and train the classifier with the data from the remaining years. After classification had completed I would test the trained classifier using the data from the remaining year that was not included in the training data. The k-nearest neighbor classifier was the fastest of the 3 classifiers used. For the knn classifier I tested many different values of for K. the best results I achieved where when I used 14 nearest neighbors. This resulted in and average classification rate around 48% an improvement from the first implementation. KNN Classifier Testing Data Average C Rate (%)

5 Confusion Matrix I then performed classification of the data using the maximum likelihood classifier. This classifier also computes its results very quickly. The results of the maximum likelihood classifier do not change between different runs so this classifier only had to be run once. This classifier performed on average about as well as the knn model. Maximum Likelihood Classifier Testing Data Average C Rate (%) Confusion Matrix Finally classification was done using the multi-layer perception. Many various perceptron networks were experimented with. This program took the longest out of the three classifiers to run. It also was run over multiple trials because the results change for each trial run. The MLP training was showing promise. It was classifying around 60% during training but when it came to the actual testing data it performing similarly to the knn and maximum likelihood classifiers with an average classification rate around 47.3%.

6 MLP back propagation Testing Data Average C Rate (%) Confusion Matrix Discussion The results of these experiments where not superb but they were an improvement from my preliminary classification runs. Some interesting predictions that I found with the MLP model for 2013 were that it correctly predicted into the most successful class label were Iron Man 3, Hunger Games: Catching Fire, and Oblivion. Some interesting misclassifications were Gravity which was in the most successful category but classified in the worst. Other interesting misclassifications were After Earth and The Internship both did poorly but were predicted to do well. All three classifiers tended to do better classifying movies on for either the low class or the high class where in the middle it would seldom choose correctly. There may not be enough of a correlation between this set of feature vectors and the chosen class labels. Movie performance can be erratic as shown in the preliminary testing. Every so often you get outliers that come out of nowhere from lesser known studios and do extremely well and on the other hand sometimes you have huge movie flops coming from studios that normally put out great movies. This classifier in the end did not perform as well as the google or Wikipedia classifiers. Some improvements that could be made to this data set would be to increase the sample size of the movies

7 this may lessen the effect of that outliers may have been effecting classification. Adding more features to the feature vectors could also improve performance. Other characteristics such as a movie s budget, leading actor, director could also have an effect on the classification. References: [1] Mestyán M, Yasseri T, Kertész J (2013) Early Prediction of Movie Box Office Success Based on Wikipedia Activity Big Data. PLoS ONE 8(8): e71226.doi: /journal.pone [2]Chen, Andrea, Panaligan Reggie (2013) Quantifying Movie Magic with Google Search [3] [4]

Detecting Musical Key with Supervised Learning

Detecting Musical Key with Supervised Learning Detecting Musical Key with Supervised Learning Robert Mahieu Department of Electrical Engineering Stanford University rmahieu@stanford.edu Abstract This paper proposes and tests performance of two different

More information

WHAT MAKES FOR A HIT POP SONG? WHAT MAKES FOR A POP SONG?

WHAT MAKES FOR A HIT POP SONG? WHAT MAKES FOR A POP SONG? WHAT MAKES FOR A HIT POP SONG? WHAT MAKES FOR A POP SONG? NICHOLAS BORG AND GEORGE HOKKANEN Abstract. The possibility of a hit song prediction algorithm is both academically interesting and industry motivated.

More information

Sentiment Analysis on YouTube Movie Trailer comments to determine the impact on Box-Office Earning Rishanki Jain, Oklahoma State University

Sentiment Analysis on YouTube Movie Trailer comments to determine the impact on Box-Office Earning Rishanki Jain, Oklahoma State University Sentiment Analysis on YouTube Movie Trailer comments to determine the impact on Box-Office Earning Rishanki Jain, Oklahoma State University ABSTRACT The video-sharing website YouTube encourages interaction

More information

Description of Variables

Description of Variables To Review or Not to Review? Limited Strategic Thinking at the Movie Box Office Alexander L. Brown, Colin F. Camerer and Dan Lovallo Web Appendix A Description of Variables To determine if a movie was cold

More information

Hidden Markov Model based dance recognition

Hidden Markov Model based dance recognition Hidden Markov Model based dance recognition Dragutin Hrenek, Nenad Mikša, Robert Perica, Pavle Prentašić and Boris Trubić University of Zagreb, Faculty of Electrical Engineering and Computing Unska 3,

More information

Analysis of Film Revenues: Saturated and Limited Films Megan Gold

Analysis of Film Revenues: Saturated and Limited Films Megan Gold Analysis of Film Revenues: Saturated and Limited Films Megan Gold University of Nevada, Las Vegas. Department of. DOI: http://dx.doi.org/10.15629/6.7.8.7.5_3-1_s-2017-3 Abstract: This paper analyzes film

More information

Outline. Why do we classify? Audio Classification

Outline. Why do we classify? Audio Classification Outline Introduction Music Information Retrieval Classification Process Steps Pitch Histograms Multiple Pitch Detection Algorithm Musical Genre Classification Implementation Future Work Why do we classify

More information

Supervised Learning in Genre Classification

Supervised Learning in Genre Classification Supervised Learning in Genre Classification Introduction & Motivation Mohit Rajani and Luke Ekkizogloy {i.mohit,luke.ekkizogloy}@gmail.com Stanford University, CS229: Machine Learning, 2009 Now that music

More information

Automatic Music Genre Classification

Automatic Music Genre Classification Automatic Music Genre Classification Nathan YongHoon Kwon, SUNY Binghamton Ingrid Tchakoua, Jackson State University Matthew Pietrosanu, University of Alberta Freya Fu, Colorado State University Yue Wang,

More information

INTER GENRE SIMILARITY MODELLING FOR AUTOMATIC MUSIC GENRE CLASSIFICATION

INTER GENRE SIMILARITY MODELLING FOR AUTOMATIC MUSIC GENRE CLASSIFICATION INTER GENRE SIMILARITY MODELLING FOR AUTOMATIC MUSIC GENRE CLASSIFICATION ULAŞ BAĞCI AND ENGIN ERZIN arxiv:0907.3220v1 [cs.sd] 18 Jul 2009 ABSTRACT. Music genre classification is an essential tool for

More information

Arundel Partners TEAM 4

Arundel Partners TEAM 4 Arundel Partners TEAM 4 Universal Success of Terminator 2: Judgement Day - Box Office: - Opened in 2,300 theaters across the country on the Fourth of July Weekend 1991, $52m - Superstar at the box office,

More information

Music Genre Classification and Variance Comparison on Number of Genres

Music Genre Classification and Variance Comparison on Number of Genres Music Genre Classification and Variance Comparison on Number of Genres Miguel Francisco, miguelf@stanford.edu Dong Myung Kim, dmk8265@stanford.edu 1 Abstract In this project we apply machine learning techniques

More information

WHAT'S HOT: LINEAR POPULARITY PREDICTION FROM TV AND SOCIAL USAGE DATA Jan Neumann, Xiaodong Yu, and Mohamad Ali Torkamani Comcast Labs

WHAT'S HOT: LINEAR POPULARITY PREDICTION FROM TV AND SOCIAL USAGE DATA Jan Neumann, Xiaodong Yu, and Mohamad Ali Torkamani Comcast Labs WHAT'S HOT: LINEAR POPULARITY PREDICTION FROM TV AND SOCIAL USAGE DATA Jan Neumann, Xiaodong Yu, and Mohamad Ali Torkamani Comcast Labs Abstract Large numbers of TV channels are available to TV consumers

More information

A Study of Predict Sales Based on Random Forest Classification

A Study of Predict Sales Based on Random Forest Classification , pp.25-34 http://dx.doi.org/10.14257/ijunesst.2017.10.7.03 A Study of Predict Sales Based on Random Forest Classification Hyeon-Kyung Lee 1, Hong-Jae Lee 2, Jaewon Park 3, Jaehyun Choi 4 and Jong-Bae

More information

Chord Classification of an Audio Signal using Artificial Neural Network

Chord Classification of an Audio Signal using Artificial Neural Network Chord Classification of an Audio Signal using Artificial Neural Network Ronesh Shrestha Student, Department of Electrical and Electronic Engineering, Kathmandu University, Dhulikhel, Nepal ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

Music Genre Classification

Music Genre Classification Music Genre Classification chunya25 Fall 2017 1 Introduction A genre is defined as a category of artistic composition, characterized by similarities in form, style, or subject matter. [1] Some researchers

More information

Neural Network for Music Instrument Identi cation

Neural Network for Music Instrument Identi cation Neural Network for Music Instrument Identi cation Zhiwen Zhang(MSE), Hanze Tu(CCRMA), Yuan Li(CCRMA) SUN ID: zhiwen, hanze, yuanli92 Abstract - In the context of music, instrument identi cation would contribute

More information

Composer Style Attribution

Composer Style Attribution Composer Style Attribution Jacqueline Speiser, Vishesh Gupta Introduction Josquin des Prez (1450 1521) is one of the most famous composers of the Renaissance. Despite his fame, there exists a significant

More information

A Computational Model for Discriminating Music Performers

A Computational Model for Discriminating Music Performers A Computational Model for Discriminating Music Performers Efstathios Stamatatos Austrian Research Institute for Artificial Intelligence Schottengasse 3, A-1010 Vienna stathis@ai.univie.ac.at Abstract In

More information

Enabling editors through machine learning

Enabling editors through machine learning Meta Follow Meta is an AI company that provides academics & innovation-driven companies with powerful views of t Dec 9, 2016 9 min read Enabling editors through machine learning Examining the data science

More information

Sarcasm Detection in Text: Design Document

Sarcasm Detection in Text: Design Document CSC 59866 Senior Design Project Specification Professor Jie Wei Wednesday, November 23, 2016 Sarcasm Detection in Text: Design Document Jesse Feinman, James Kasakyan, Jeff Stolzenberg 1 Table of contents

More information

Jazz Melody Generation and Recognition

Jazz Melody Generation and Recognition Jazz Melody Generation and Recognition Joseph Victor December 14, 2012 Introduction In this project, we attempt to use machine learning methods to study jazz solos. The reason we study jazz in particular

More information

Automatic Piano Music Transcription

Automatic Piano Music Transcription Automatic Piano Music Transcription Jianyu Fan Qiuhan Wang Xin Li Jianyu.Fan.Gr@dartmouth.edu Qiuhan.Wang.Gr@dartmouth.edu Xi.Li.Gr@dartmouth.edu 1. Introduction Writing down the score while listening

More information

arxiv: v1 [cs.ir] 16 Jan 2019

arxiv: v1 [cs.ir] 16 Jan 2019 It s Only Words And Words Are All I Have Manash Pratim Barman 1, Kavish Dahekar 2, Abhinav Anshuman 3, and Amit Awekar 4 1 Indian Institute of Information Technology, Guwahati 2 SAP Labs, Bengaluru 3 Dell

More information

Distortion Analysis Of Tamil Language Characters Recognition

Distortion Analysis Of Tamil Language Characters Recognition www.ijcsi.org 390 Distortion Analysis Of Tamil Language Characters Recognition Gowri.N 1, R. Bhaskaran 2, 1. T.B.A.K. College for Women, Kilakarai, 2. School Of Mathematics, Madurai Kamaraj University,

More information

WEB APPENDIX. Managing Innovation Sequences Over Iterated Offerings: Developing and Testing a Relative Innovation, Comfort, and Stimulation

WEB APPENDIX. Managing Innovation Sequences Over Iterated Offerings: Developing and Testing a Relative Innovation, Comfort, and Stimulation WEB APPENDIX Managing Innovation Sequences Over Iterated Offerings: Developing and Testing a Relative Innovation, Comfort, and Stimulation Framework of Consumer Responses Timothy B. Heath Subimal Chatterjee

More information

Musical Instrument Identification Using Principal Component Analysis and Multi-Layered Perceptrons

Musical Instrument Identification Using Principal Component Analysis and Multi-Layered Perceptrons Musical Instrument Identification Using Principal Component Analysis and Multi-Layered Perceptrons Róisín Loughran roisin.loughran@ul.ie Jacqueline Walker jacqueline.walker@ul.ie Michael O Neill University

More information

Can Song Lyrics Predict Genre? Danny Diekroeger Stanford University

Can Song Lyrics Predict Genre? Danny Diekroeger Stanford University Can Song Lyrics Predict Genre? Danny Diekroeger Stanford University danny1@stanford.edu 1. Motivation and Goal Music has long been a way for people to express their emotions. And because we all have a

More information

IMDB Movie Review Analysis

IMDB Movie Review Analysis IMDB Movie Review Analysis IST565-Data Mining Professor Jonathan Fox By Daniel Hanks Jr Executive Summary The movie industry is an extremely competitive industry in a variety of ways. Not only are movie

More information

TV RESEARCH, FANSHIP AND VIEWING

TV RESEARCH, FANSHIP AND VIEWING The Role of Digital in TV RESEARCH, FANSHIP AND VIEWING THE RUNDOWN Digital platforms such as YouTube and Google Search are changing the way people experience television. With 90% of TV viewers visiting

More information

For the following resource view the trailer for Touching the Void at

For the following resource view the trailer for Touching the Void at For the following resource view the trailer for Touching the Void at www.filmeducation.org/secondary/ttv Marketing a film When a new film is made, it has to be advertised like any other new product, to

More information

Sean O Driscoll x

Sean O Driscoll x Early prediction of a film s box office success using natural language processing techniques and machine learning MSc Research Project Data Analytics Sean O Driscoll x15001288 School of Computing National

More information

Automatic Laughter Detection

Automatic Laughter Detection Automatic Laughter Detection Mary Knox Final Project (EECS 94) knoxm@eecs.berkeley.edu December 1, 006 1 Introduction Laughter is a powerful cue in communication. It communicates to listeners the emotional

More information

MUSI-6201 Computational Music Analysis

MUSI-6201 Computational Music Analysis MUSI-6201 Computational Music Analysis Part 9.1: Genre Classification alexander lerch November 4, 2015 temporal analysis overview text book Chapter 8: Musical Genre, Similarity, and Mood (pp. 151 155)

More information

AP Statistics Sampling. Sampling Exercise (adapted from a document from the NCSSM Leadership Institute, July 2000).

AP Statistics Sampling. Sampling Exercise (adapted from a document from the NCSSM Leadership Institute, July 2000). AP Statistics Sampling Name Sampling Exercise (adapted from a document from the NCSSM Leadership Institute, July 2000). Problem: A farmer has just cleared a field for corn that can be divided into 100

More information

CS 1674: Intro to Computer Vision. Face Detection. Prof. Adriana Kovashka University of Pittsburgh November 7, 2016

CS 1674: Intro to Computer Vision. Face Detection. Prof. Adriana Kovashka University of Pittsburgh November 7, 2016 CS 1674: Intro to Computer Vision Face Detection Prof. Adriana Kovashka University of Pittsburgh November 7, 2016 Today Window-based generic object detection basic pipeline boosting classifiers face detection

More information

Dick Rolfe, Chairman

Dick Rolfe, Chairman Greetings! In the summer of 1990, a group of fathers approached me and asked if I would join them in a search for ways to accumulate enough knowledge so we could talk to our kids about which movies were

More information

TELEVISIONS. Overview PRODUCT CATEGORY REPORT

TELEVISIONS. Overview PRODUCT CATEGORY REPORT PRODUCT CATEGORY REPORT TELEVISIONS Overview The television set is an integral part of American family life. Even with the ever-increasing proliferation of smartphones and other visual devices, Nielsen

More information

Bach-Prop: Modeling Bach s Harmonization Style with a Back- Propagation Network

Bach-Prop: Modeling Bach s Harmonization Style with a Back- Propagation Network Indiana Undergraduate Journal of Cognitive Science 1 (2006) 3-14 Copyright 2006 IUJCS. All rights reserved Bach-Prop: Modeling Bach s Harmonization Style with a Back- Propagation Network Rob Meyerson Cognitive

More information

Sunday Maximum All TV News Big Four Average Saturday

Sunday Maximum All TV News Big Four Average Saturday RTNDA/Ball State University Survey 2004 Additional Data: Newsroom Staffing and Amount of News Television Hours of Local TV News Per Day TV News Budgets: Up, Down or Same? TV News Profitability by Size

More information

Modeling memory for melodies

Modeling memory for melodies Modeling memory for melodies Daniel Müllensiefen 1 and Christian Hennig 2 1 Musikwissenschaftliches Institut, Universität Hamburg, 20354 Hamburg, Germany 2 Department of Statistical Science, University

More information

Automatic Laughter Detection

Automatic Laughter Detection Automatic Laughter Detection Mary Knox 1803707 knoxm@eecs.berkeley.edu December 1, 006 Abstract We built a system to automatically detect laughter from acoustic features of audio. To implement the system,

More information

Music Emotion Recognition. Jaesung Lee. Chung-Ang University

Music Emotion Recognition. Jaesung Lee. Chung-Ang University Music Emotion Recognition Jaesung Lee Chung-Ang University Introduction Searching Music in Music Information Retrieval Some information about target music is available Query by Text: Title, Artist, or

More information

Deep Neural Networks Scanning for patterns (aka convolutional networks) Bhiksha Raj

Deep Neural Networks Scanning for patterns (aka convolutional networks) Bhiksha Raj Deep Neural Networks Scanning for patterns (aka convolutional networks) Bhiksha Raj 1 Story so far MLPs are universal function approximators Boolean functions, classifiers, and regressions MLPs can be

More information

Motion Picture, Video and Television Program Production, Post-Production and Distribution Activities

Motion Picture, Video and Television Program Production, Post-Production and Distribution Activities The 31 th Voorburg Group Meeting Zagreb Croatia 19-23 September 2016 Mini-Presentation SPPI for ISIC4 Group 591 Motion Picture, Video and Television Program Production, Post-Production and Distribution

More information

International Journal of Advance Engineering and Research Development MUSICAL INSTRUMENT IDENTIFICATION AND STATUS FINDING WITH MFCC

International Journal of Advance Engineering and Research Development MUSICAL INSTRUMENT IDENTIFICATION AND STATUS FINDING WITH MFCC Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 04, April -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 MUSICAL

More information

Identifying Table Tennis Balls From Real Match Scenes Using Image Processing And Artificial Intelligence Techniques

Identifying Table Tennis Balls From Real Match Scenes Using Image Processing And Artificial Intelligence Techniques Identifying Table Tennis Balls From Real Match Scenes Using Image Processing And Artificial Intelligence Techniques K. C. P. Wong Department of Communication and Systems Open University Milton Keynes,

More information

Working Paper IIMK/WPS/284/QM&OM/2018/28. May 2018

Working Paper IIMK/WPS/284/QM&OM/2018/28. May 2018 Working Paper IIMK/WPS/284/QM&OM/2018/28 May 2018 Does Story Really Matter In The Movie Industry? : Pre- Production Stage Predictive Models Krishnan Jeesha 1 Sumod S D 2 Prashant Premkumar 3 Shovan Chowdhury

More information

A combination of approaches to solve Task How Many Ratings? of the KDD CUP 2007

A combination of approaches to solve Task How Many Ratings? of the KDD CUP 2007 A combination of approaches to solve Tas How Many Ratings? of the KDD CUP 2007 Jorge Sueiras C/ Arequipa +34 9 382 45 54 orge.sueiras@neo-metrics.com Daniel Vélez C/ Arequipa +34 9 382 45 54 José Luis

More information

DOES MOVIE SOUNDTRACK MATTER? THE ROLE OF SOUNDTRACK IN PREDICTING MOVIE REVENUE

DOES MOVIE SOUNDTRACK MATTER? THE ROLE OF SOUNDTRACK IN PREDICTING MOVIE REVENUE DOES MOVIE SOUNDTRACK MATTER? THE ROLE OF SOUNDTRACK IN PREDICTING MOVIE REVENUE Haifeng Xu, Department of Information Systems, National University of Singapore, Singapore, xu-haif@comp.nus.edu.sg Nadee

More information

IDENTIFYING TABLE TENNIS BALLS FROM REAL MATCH SCENES USING IMAGE PROCESSING AND ARTIFICIAL INTELLIGENCE TECHNIQUES

IDENTIFYING TABLE TENNIS BALLS FROM REAL MATCH SCENES USING IMAGE PROCESSING AND ARTIFICIAL INTELLIGENCE TECHNIQUES IDENTIFYING TABLE TENNIS BALLS FROM REAL MATCH SCENES USING IMAGE PROCESSING AND ARTIFICIAL INTELLIGENCE TECHNIQUES Dr. K. C. P. WONG Department of Communication and Systems Open University, Walton Hall

More information

A Discriminative Approach to Topic-based Citation Recommendation

A Discriminative Approach to Topic-based Citation Recommendation A Discriminative Approach to Topic-based Citation Recommendation Jie Tang and Jing Zhang Department of Computer Science and Technology, Tsinghua University, Beijing, 100084. China jietang@tsinghua.edu.cn,zhangjing@keg.cs.tsinghua.edu.cn

More information

Melody Extraction from Generic Audio Clips Thaminda Edirisooriya, Hansohl Kim, Connie Zeng

Melody Extraction from Generic Audio Clips Thaminda Edirisooriya, Hansohl Kim, Connie Zeng Melody Extraction from Generic Audio Clips Thaminda Edirisooriya, Hansohl Kim, Connie Zeng Introduction In this project we were interested in extracting the melody from generic audio files. Due to the

More information

spackmanentertainmentgroup

spackmanentertainmentgroup NEWS RELEASE spackmanentertainmentgroup SPACKMAN ENTERTAINMENT GROUP SWINGS TO PROFITABILITY, RECORDING A NET PROFIT OF US$3.0 MILLION FOR FY2017 Profitability came on the back of a 36% year-on-year increase

More information

Automatic LP Digitalization Spring Group 6: Michael Sibley, Alexander Su, Daphne Tsatsoulis {msibley, ahs1,

Automatic LP Digitalization Spring Group 6: Michael Sibley, Alexander Su, Daphne Tsatsoulis {msibley, ahs1, Automatic LP Digitalization 18-551 Spring 2011 Group 6: Michael Sibley, Alexander Su, Daphne Tsatsoulis {msibley, ahs1, ptsatsou}@andrew.cmu.edu Introduction This project was originated from our interest

More information

The Bias-Variance Tradeoff

The Bias-Variance Tradeoff CS 2750: Machine Learning The Bias-Variance Tradeoff Prof. Adriana Kovashka University of Pittsburgh January 13, 2016 Plan for Today More Matlab Measuring performance The bias-variance trade-off Matlab

More information

CS229 Project Report Polyphonic Piano Transcription

CS229 Project Report Polyphonic Piano Transcription CS229 Project Report Polyphonic Piano Transcription Mohammad Sadegh Ebrahimi Stanford University Jean-Baptiste Boin Stanford University sadegh@stanford.edu jbboin@stanford.edu 1. Introduction In this project

More information

Automatic Music Clustering using Audio Attributes

Automatic Music Clustering using Audio Attributes Automatic Music Clustering using Audio Attributes Abhishek Sen BTech (Electronics) Veermata Jijabai Technological Institute (VJTI), Mumbai, India abhishekpsen@gmail.com Abstract Music brings people together,

More information

GOLDEN DAWN FILMS, LLC Phn:

GOLDEN DAWN FILMS, LLC Phn: GOLDEN DAWN FILMS, LLC Phn: 310.598.2801 peter@goldendawnfilms.com teresa@goldendawnfilms.com www.goldendawnfilms.com PETER LANCETT Peter is the writer/director and co-producer of feature film, THE XLITHERMAN,

More information

Netflix: Amazing Growth But At A High Price

Netflix: Amazing Growth But At A High Price Netflix: Amazing Growth But At A High Price Mar. 17, 2018 5:27 AM ET8 comments by: Jonathan Cooper Summary Amazing user growth, projected to accelerate into Q1'18. Contribution profit per subscriber continues

More information

EXPERIMENTAL STUDIES REGARDING THE IMPLEMENTATION POSSIBILITIES OF A QUALITY CONTROL SYSTEM FOR CERAMIC PRODUCTS IN CONTINUOUS FLUX PRODUCTION

EXPERIMENTAL STUDIES REGARDING THE IMPLEMENTATION POSSIBILITIES OF A QUALITY CONTROL SYSTEM FOR CERAMIC PRODUCTS IN CONTINUOUS FLUX PRODUCTION FO N D AT Ă 197 6 THE ANNALS OF DUNAREA DE JOS UNIVERSITY OF GALATI. N0. 1 2009, ISSN 1453 083X EXPERIMENTAL STUDIES REGARDING THE IMPLEMENTATION POSSIBILITIES OF A QUALITY CONTROL SYSTEM FOR CERAMIC PRODUCTS

More information

INVESTOR PRESENTATION. March 2016

INVESTOR PRESENTATION. March 2016 INVESTOR PRESENTATION March 2016 DISCLAIMER Safe Harbor: - Some information in this report may contain forward-looking statements. We have based these forward looking statements on our current beliefs,

More information

Domestic Box Office Admissions per Capita ( ) Admissions per cap Home entertainment advancements Cinematic experience advancements

Domestic Box Office Admissions per Capita ( ) Admissions per cap Home entertainment advancements Cinematic experience advancements Video Killed The Radio Star: But It Hasn t Killed Movie-Going With new innovations and choices in home entertainment over the past years, you might guess that moviegoing is waning. However, despite the

More information

Detection of Panoramic Takes in Soccer Videos Using Phase Correlation and Boosting

Detection of Panoramic Takes in Soccer Videos Using Phase Correlation and Boosting Detection of Panoramic Takes in Soccer Videos Using Phase Correlation and Boosting Luiz G. L. B. M. de Vasconcelos Research & Development Department Globo TV Network Email: luiz.vasconcelos@tvglobo.com.br

More information

GCE AS/A level 1182/01-A FILM STUDIES FM2 British and American Film

GCE AS/A level 1182/01-A FILM STUDIES FM2 British and American Film GCE AS/A level 1182/01-A FILM STUDIES FM2 British and American Film P.M. THURSDAY, 12 January 2012 2½ hours RESOURCE MATERIAL FOR USE WITH SECTION A 1182 01A001 CJ*(W12-1182-01A) 2 Resource Material: Part

More information

MUSICAL MOODS: A MASS PARTICIPATION EXPERIMENT FOR AFFECTIVE CLASSIFICATION OF MUSIC

MUSICAL MOODS: A MASS PARTICIPATION EXPERIMENT FOR AFFECTIVE CLASSIFICATION OF MUSIC 12th International Society for Music Information Retrieval Conference (ISMIR 2011) MUSICAL MOODS: A MASS PARTICIPATION EXPERIMENT FOR AFFECTIVE CLASSIFICATION OF MUSIC Sam Davies, Penelope Allen, Mark

More information

FILM, TV & GAMES CONFERENCE 2015

FILM, TV & GAMES CONFERENCE 2015 FILM, TV & GAMES CONFERENCE 2015 Sponsored by April 2015 at The Royal Institution Session 5: Movie Market Update Ben Keen, Chief Analyst & VP, Media, IHS This report summarises a session that took place

More information

Skip Length and Inter-Starvation Distance as a Combined Metric to Assess the Quality of Transmitted Video

Skip Length and Inter-Starvation Distance as a Combined Metric to Assess the Quality of Transmitted Video Skip Length and Inter-Starvation Distance as a Combined Metric to Assess the Quality of Transmitted Video Mohamed Hassan, Taha Landolsi, Husameldin Mukhtar, and Tamer Shanableh College of Engineering American

More information

Sonic's Third Quarter Results Reflect Current Challenges

Sonic's Third Quarter Results Reflect Current Challenges Sonic's Third Quarter Results Reflect Current Challenges Sales Improve Steadily after Slow March, and Development Initiatives Maintain Strong Momentum Partner Drive-in Operations Slip OKLAHOMA CITY, Jun

More information

A TEXT RETRIEVAL APPROACH TO CONTENT-BASED AUDIO RETRIEVAL

A TEXT RETRIEVAL APPROACH TO CONTENT-BASED AUDIO RETRIEVAL A TEXT RETRIEVAL APPROACH TO CONTENT-BASED AUDIO RETRIEVAL Matthew Riley University of Texas at Austin mriley@gmail.com Eric Heinen University of Texas at Austin eheinen@mail.utexas.edu Joydeep Ghosh University

More information

Predicting the immediate future with Recurrent Neural Networks: Pre-training and Applications

Predicting the immediate future with Recurrent Neural Networks: Pre-training and Applications Predicting the immediate future with Recurrent Neural Networks: Pre-training and Applications Introduction Brandon Richardson December 16, 2011 Research preformed from the last 5 years has shown that the

More information

The Interrelation of Box Office Results How does one weekend s movie attendance affect the next?

The Interrelation of Box Office Results How does one weekend s movie attendance affect the next? Syracuse University SURFACE Syracuse University Honors Program Capstone Projects Syracuse University Honors Program Capstone Projects Spring 5-1-2010 The Interrelation of Box Office Results How does one

More information

SALES DATA REPORT

SALES DATA REPORT SALES DATA REPORT 2013-16 EXECUTIVE SUMMARY AND HEADLINES PUBLISHED NOVEMBER 2017 ANALYSIS AND COMMENTARY BY Contents INTRODUCTION 3 Introduction by Fiona Allan 4 Introduction by David Brownlee 5 HEADLINES

More information

This is a licensed product of AM Mindpower Solutions and should not be copied

This is a licensed product of AM Mindpower Solutions and should not be copied 1 TABLE OF CONTENTS 1. The US Theater Industry Introduction 2. The US Theater Industry Size, 2006-2011 2.1. By Box Office Revenue, 2006-2011 2.2. By Number of Theatres and Screens, 2006-2011 2.3. By Number

More information

Automatic Labelling of tabla signals

Automatic Labelling of tabla signals ISMIR 2003 Oct. 27th 30th 2003 Baltimore (USA) Automatic Labelling of tabla signals Olivier K. GILLET, Gaël RICHARD Introduction Exponential growth of available digital information need for Indexing and

More information

For the SIA. Applications of Propagation Delay & Skew tool. Introduction. Theory of Operation. Propagation Delay & Skew Tool

For the SIA. Applications of Propagation Delay & Skew tool. Introduction. Theory of Operation. Propagation Delay & Skew Tool For the SIA Applications of Propagation Delay & Skew tool Determine signal propagation delay time Detect skewing between channels on rising or falling edges Create histograms of different edge relationships

More information

VLSI implementation of a skin detector based on a neural network

VLSI implementation of a skin detector based on a neural network Edith Cowan University Research Online ECU Publications Pre. 211 25 VLSI implementation of a skin detector based on a neural network Farid Boussaid University of Western Australia Abdesselam Bouzerdoum

More information

Week 14 Music Understanding and Classification

Week 14 Music Understanding and Classification Week 14 Music Understanding and Classification Roger B. Dannenberg Professor of Computer Science, Music & Art Overview n Music Style Classification n What s a classifier? n Naïve Bayesian Classifiers n

More information

Centre for Economic Policy Research

Centre for Economic Policy Research The Australian National University Centre for Economic Policy Research DISCUSSION PAPER The Reliability of Matches in the 2002-2004 Vietnam Household Living Standards Survey Panel Brian McCaig DISCUSSION

More information

1) New Paths to New Machine Learning Science. 2) How an Unruly Mob Almost Stole. Jeff Howbert University of Washington

1) New Paths to New Machine Learning Science. 2) How an Unruly Mob Almost Stole. Jeff Howbert University of Washington 1) New Paths to New Machine Learning Science 2) How an Unruly Mob Almost Stole the Grand Prize at the Last Moment Jeff Howbert University of Washington February 4, 2014 Netflix Viewing Recommendations

More information

Music Composition with RNN

Music Composition with RNN Music Composition with RNN Jason Wang Department of Statistics Stanford University zwang01@stanford.edu Abstract Music composition is an interesting problem that tests the creativity capacities of artificial

More information

Improving Performance in Neural Networks Using a Boosting Algorithm

Improving Performance in Neural Networks Using a Boosting Algorithm - Improving Performance in Neural Networks Using a Boosting Algorithm Harris Drucker AT&T Bell Laboratories Holmdel, NJ 07733 Robert Schapire AT&T Bell Laboratories Murray Hill, NJ 07974 Patrice Simard

More information

ABSOLUTE OR RELATIVE? A NEW APPROACH TO BUILDING FEATURE VECTORS FOR EMOTION TRACKING IN MUSIC

ABSOLUTE OR RELATIVE? A NEW APPROACH TO BUILDING FEATURE VECTORS FOR EMOTION TRACKING IN MUSIC ABSOLUTE OR RELATIVE? A NEW APPROACH TO BUILDING FEATURE VECTORS FOR EMOTION TRACKING IN MUSIC Vaiva Imbrasaitė, Peter Robinson Computer Laboratory, University of Cambridge, UK Vaiva.Imbrasaite@cl.cam.ac.uk

More information

STAT 113: Statistics and Society Ellen Gundlach, Purdue University. (Chapters refer to Moore and Notz, Statistics: Concepts and Controversies, 8e)

STAT 113: Statistics and Society Ellen Gundlach, Purdue University. (Chapters refer to Moore and Notz, Statistics: Concepts and Controversies, 8e) STAT 113: Statistics and Society Ellen Gundlach, Purdue University (Chapters refer to Moore and Notz, Statistics: Concepts and Controversies, 8e) Learning Objectives for Exam 1: Unit 1, Part 1: Population

More information

Speech Recognition Combining MFCCs and Image Features

Speech Recognition Combining MFCCs and Image Features Speech Recognition Combining MFCCs and Image Featres S. Karlos from Department of Mathematics N. Fazakis from Department of Electrical and Compter Engineering K. Karanikola from Department of Mathematics

More information

Feature-Based Analysis of Haydn String Quartets

Feature-Based Analysis of Haydn String Quartets Feature-Based Analysis of Haydn String Quartets Lawson Wong 5/5/2 Introduction When listening to multi-movement works, amateur listeners have almost certainly asked the following situation : Am I still

More information

Efficient Implementation of Neural Network Deinterlacing

Efficient Implementation of Neural Network Deinterlacing Efficient Implementation of Neural Network Deinterlacing Guiwon Seo, Hyunsoo Choi and Chulhee Lee Dept. Electrical and Electronic Engineering, Yonsei University 34 Shinchon-dong Seodeamun-gu, Seoul -749,

More information

Other funding sources. Amount requested/awarded: $200,000 This is matching funding per the CASC SCRI project

Other funding sources. Amount requested/awarded: $200,000 This is matching funding per the CASC SCRI project FINAL PROJECT REPORT Project Title: Robotic scout for tree fruit PI: Tony Koselka Organization: Vision Robotics Corp Telephone: (858) 523-0857, ext 1# Email: tkoselka@visionrobotics.com Address: 11722

More information

THE UK FILM ECONOMY B F I R E S E A R C H A N D S T A T I S T I C S

THE UK FILM ECONOMY B F I R E S E A R C H A N D S T A T I S T I C S THE UK FILM ECONOMY BFI RESEARCH AND STATISTICS PUBLISHED AUGUST 217 The UK film industry is a valuable component of the creative economy; in 215 its direct contribution to Gross Domestic Product was 5.2

More information

DISTRIBUTION B F I R E S E A R C H A N D S T A T I S T I C S

DISTRIBUTION B F I R E S E A R C H A N D S T A T I S T I C S BFI RESEARCH AND STATISTICS PUBLISHED J U LY 2017 The UK theatrical marketplace is dominated by a few very large companies. In 2016, the top 10 distributors generated over 1.2 billion in box office revenues,

More information

Lesson 49: Cinema (20-25 minutes)

Lesson 49: Cinema (20-25 minutes) Main Topic 8: Entertainment Lesson 49: Cinema (20-25 minutes) Today, you will: 1. Learn useful vocabulary related to a CINEMA. 2. Review of Real Condition IF Clause Not in Present Tense I. VOCABULARY Exercise

More information

An Impact Analysis of Features in a Classification Approach to Irony Detection in Product Reviews

An Impact Analysis of Features in a Classification Approach to Irony Detection in Product Reviews Universität Bielefeld June 27, 2014 An Impact Analysis of Features in a Classification Approach to Irony Detection in Product Reviews Konstantin Buschmeier, Philipp Cimiano, Roman Klinger Semantic Computing

More information

Topics in Computer Music Instrument Identification. Ioanna Karydi

Topics in Computer Music Instrument Identification. Ioanna Karydi Topics in Computer Music Instrument Identification Ioanna Karydi Presentation overview What is instrument identification? Sound attributes & Timbre Human performance The ideal algorithm Selected approaches

More information

gresearch Focus Cognitive Sciences

gresearch Focus Cognitive Sciences Learning about Music Cognition by Asking MIR Questions Sebastian Stober August 12, 2016 CogMIR, New York City sstober@uni-potsdam.de http://www.uni-potsdam.de/mlcog/ MLC g Machine Learning in Cognitive

More information

DAY 1. Intelligent Audio Systems: A review of the foundations and applications of semantic audio analysis and music information retrieval

DAY 1. Intelligent Audio Systems: A review of the foundations and applications of semantic audio analysis and music information retrieval DAY 1 Intelligent Audio Systems: A review of the foundations and applications of semantic audio analysis and music information retrieval Jay LeBoeuf Imagine Research jay{at}imagine-research.com Rebecca

More information

CALCULATING SIMILARITY OF FOLK SONG VARIANTS WITH MELODY-BASED FEATURES

CALCULATING SIMILARITY OF FOLK SONG VARIANTS WITH MELODY-BASED FEATURES CALCULATING SIMILARITY OF FOLK SONG VARIANTS WITH MELODY-BASED FEATURES Ciril Bohak, Matija Marolt Faculty of Computer and Information Science University of Ljubljana, Slovenia {ciril.bohak, matija.marolt}@fri.uni-lj.si

More information

IMPROVING RHYTHMIC SIMILARITY COMPUTATION BY BEAT HISTOGRAM TRANSFORMATIONS

IMPROVING RHYTHMIC SIMILARITY COMPUTATION BY BEAT HISTOGRAM TRANSFORMATIONS 1th International Society for Music Information Retrieval Conference (ISMIR 29) IMPROVING RHYTHMIC SIMILARITY COMPUTATION BY BEAT HISTOGRAM TRANSFORMATIONS Matthias Gruhne Bach Technology AS ghe@bachtechnology.com

More information

Introduction to Knowledge Systems

Introduction to Knowledge Systems Introduction to Knowledge Systems 1 Knowledge Systems Knowledge systems aim at achieving intelligent behavior through computational means 2 Knowledge Systems Knowledge is usually represented as a kind

More information

ur-caim: Improved CAIM Discretization for Unbalanced and Balanced Data

ur-caim: Improved CAIM Discretization for Unbalanced and Balanced Data Noname manuscript No. (will be inserted by the editor) ur-caim: Improved CAIM Discretization for Unbalanced and Balanced Data Alberto Cano Dat T. Nguyen Sebastián Ventura Krzysztof J. Cios Received: date

More information

Release Year Prediction for Songs

Release Year Prediction for Songs Release Year Prediction for Songs [CSE 258 Assignment 2] Ruyu Tan University of California San Diego PID: A53099216 rut003@ucsd.edu Jiaying Liu University of California San Diego PID: A53107720 jil672@ucsd.edu

More information