Difference between revisions of "TheBigScreen"
Line 83: | Line 83: | ||
==Technical Challenges== | ==Technical Challenges== | ||
+ | |||
+ | {| class="wikitable" width="100%" | ||
+ | |- | ||
+ | ! style="width: 40%;" | Challenges | ||
+ | ! Approach | ||
+ | |- | ||
+ | | | ||
+ | <p>Data Cleaning & Exploration</p> | ||
+ | || | ||
+ | * Collaborate in data cleaning and transformations | ||
+ | |- | ||
+ | | <p>Use of Javascript and D3</p> | ||
+ | || | ||
+ | * Attend coding workshop in recess week | ||
+ | * Consult with Prakash | ||
+ | |- | ||
+ | | <p>Implementing Interactive Visualizations</p> | ||
+ | || | ||
+ | * All team members to explore the use of various visualization tools e.g. Tableau, Power BI, Qlik Sense | ||
+ | * Explore how to implement interactivity and animation through online tutorials | ||
+ | || | ||
+ | |} | ||
==Milestone and Schedule== | ==Milestone and Schedule== | ||
==Comments and Feedback== | ==Comments and Feedback== |
Revision as of 16:28, 4 October 2016
Proposal | Project Presentation | Poster | Application | Research Paper |
Contents
Problem and Motivation
Is it possible to predict how good a movie will be before it even screens? This is a subjective question. While some rely on movie critics and early reviews, others depend on instinct. However, we know reviews can take a long time to gather and human instinct is simply unreliable. Thousands of movies are produced every year and all of them our clamouring for the $11 we spend on movie tickets! Our group wants to know if we can predict which movies are worth you spending your money and time on.
Data
We are using the IMDB 5000 Movie Dataset from Kaggle. The Internet Movie Database (IMDB) is an online database of information related to films, television programs and video games [1]. Amongst its functions, IMDB allows users rate movies on a scale of 1 to 10.
The dataset contains the following variables, including but not limited to:
- movie title
- director name
- actors’ names and Facebook likes
- length of movie
- year
- gross earnings
- genres
- language
- country
- content rating
- budget
- IMDB rating
Related Work
Visualizations | Learning Points |
---|---|
|
|
| |
|
Technical Challenges
Challenges | Approach | |
---|---|---|
Data Cleaning & Exploration |
| |
Use of Javascript and D3 |
| |
Implementing Interactive Visualizations |
|