Entry Name: "INRIA-Perin-MC1" VAST 2013 Challenge Mini-Challenge 1: Box Office VAST

Size: px
Start display at page:

Download "Entry Name: "INRIA-Perin-MC1" VAST 2013 Challenge Mini-Challenge 1: Box Office VAST"

Transcription

1 Entry Name: "INRIA-Perin-MC1" VAST 2013 Challenge Mini-Challenge 1: Box Office VAST Team Members: Charles Perin, INRIA, Univ. Paris-Sud, CNRS-LIMSI, PRIMARY Student Team: YES Analytic Tools Used: None May we post your submission in the Visual Analytics Benchmark Repository after VAST Challenge 2013 is complete? YES Video:

2 Figure. 1: CinemAviz interface: (a) IMDN unique id input; (b) dimensions of the explored movie; (c) additional dimensions input; (d) matrix view; (e) matrix view visualization options; (f) sliders to weight each selected dimension; (g) sliders to weight movies according to the number of dimensions they have in common with the explored movie; (h) opening box office prediction view; (i) rating prediction view.

3 Description Data We used only one data source for the challenge: the Imdb database. The reason why we did not consider social data is that we wanted an independent system, mainly because using only the Imdb data allows us to predict any movie at any time, without being constrained by the temporality of social media data. We can predict any movie based on objective data and are not constrained to twitter data for example, whose quality may vary a lot according to the released movies. The database we built consists of two tables. The first one contains all the movies released in a specific time interval. We chose to keep all movies from 1990 to today because older movies would not be pertinent to compare to new ones and limit the size of the database. However, a longer period of time can easily be parsed. For each movie entry we store several information, such as their budget (converted in US dollars), and of course their opening week end box office and user rating. The second table is then the list of all people (actors, actresses, directors, music composer, etc.) involved in at least one movie of the movies table. Each movie has the list of people involved, and each people has the list of movies he or she was involved in. Overall, the data consists of 2713 movies and people. Application The tool is a client-oriented web application. Once the data files have been downloaded by the client, everything is computed locally and run offline in any modern browser. CinemAviz is built with javascript and the d3 library. The core characteristic of our tool is that it helps comparing similar movies. Using what we call dimensions of movies. Dimensions We first select a movie by typing its Imdb unique id (Fig. 1(a)). It makes the dimensions of the movie appear with the number of movies they are involved in (Fig. 1(b)). We call dimension every attribute of a movie (actors, directors, budget, etc.). We can also manually add dimensions with an entry text (Fig. 1(c)). Although we were not supposed to enter additional information ourselves, this feature was raised as very interesting by one of the analysts we got feedback from. Once the dimensions are set up, we can select/unselect them, making the dimensions appear in an adjacency matrix view (Fig. 1(d)). Each cell is the intersection of two dimensions, meaning it represents all the movies of the database having these two dimensions. We also propose a Budget dimension, which will be associated all the movies having their budget in an interval around the budget of the currently analyzed movie. Cell visualizations It is possible to switch between different visualizations for the cells. With the linechart, barchart and stripped chart views, both the opening box office (in red in the figure on the right) and the ratings (in blue) are shown, but obviously at a different scale. The color and scale of the visualizations can be set using the widgets shown Figure 1(e). Using these visualizations, one may observe the distribution through different views. These views are used to analyze the

4 dimensions and find outliers or trends for the next steps of the analysis. The last cell visualization is a scatterplot where each dot represents a movie, making the adjacency matrix become a scatterplot matrix. In this view, the x axis is the rating and the y axis the opening box office. Once again, the distribution of the movies with these two dimensions is visualized. We also associate to each dot a grayscale, according to the number of dimensions the associated movie has in common with the movie we explore. The darkest dots will be very similar to the target movie while lightest ones will share only a few dimensions with it. For instance, when exploring a movie such as Wolverine, we see in a very dark color the series of X-Men movies. Weighting dimensions Once we have explored the different dimensions using the matrix view, we select the dimensions we estimate to be of interest. This is achieved by clicking on the dimensions headers. For each selected dimension, a slider is created on the right of the interface (Fig. 1(f)). This slider is used to set the weight of the dimension. Sliders can be set between 0 and 1000 and their initiate value is 500. The analyst s expertise is crucial for this weighting process. Depending on the user, the weightings may vary a lot and so the result. This process is subjective and a limited knowledge of the dimensions from the analyst would ensure bad results to the weightings. Six other sliders are available. These sliders, named [1-6]D, are used to weight differently the movies according to the number of dimensions they have in common with the explored movie (Fig. 1(g)). Note that the 6D slider is actually a 6D+ slider. These sliders are very useful when the movie we explore is for instance the new opus of a series, and basically as soon as a movie looks very similar to several others in terms of dimensions. Estimation views When the sliders values are changed, two estimation views are updated: the opening box office view and the rating view (Fig. 1(h,i)). These views consist of one or several linechart, depending on the current mode which can be either the plot of each dimension (Fig. 3(a)), or the average of the dimensions (Fig. 3(b)). The weights of the sliders change the shape of each associated dimension linechart as well as the average linechart. The x axis is from 0 to 10 for the rating and from 0 to the maximum value in the dataset for the opening box office. The y scale is the number of movies for each value in the x scale. Because an actor will have fewer movies than a genre for instance, the views will often be stretched by dimensions with many movies (Fig. 2(1), brown linechart). To give less weight to these dimensions, we visually weight the sliders by observing the feedback in the views until we are satisfied with the importance of the dimensions (Fig. 2(2-3)). The linechart in the estimation views are colored according to their type. In Figure 2, the brown linechart is the genre and the blue ones are the actors. The colors are consistent with the ones used for the dimension selection and the headers of the matrix. Figure. 2: visually weighting a dimension

5 Estimations are performed using the two focus views, but going back and forth with the weighting dimensions step. The interactions available in the focus views are illustrated Figure 3. Moving the mouse will trigger the inspector and display the value at the current mouse position (Fig. 3(c)); the average value of all the weighted dimensions is a red line (Fig. 3(d)); brushing in the area makes a selection rectangle appear (Fig. 3(e)); and the average value within the brushed area is the orange line at its center with the associated value (Fig. 3(f)). Discussion and conclusion CinemAviz is based only on visual exploration and visual Figure. 3: exploring the focus views decision. As the challenge requested that the user have an important role, we did not use advanced mathematical models to automatize the process and focused on a tool where user s expertise is crucial and the interface is here only to present the data. Then, to obtain good results with the tool, the analyst needs to have a very good knowledge of cinematography. We found that making accurate predictions was difficult when the dimensions of the explored movies were also dimensions of only a few movies in the database. Because the tool is based on previous movies, it is for instance not well suited to predict independent movies and movies with unknown actors or directors. We think we made quite a good job overall, according to the different results and recognitions we got during the challenge and are globally satisfied with the results we obtained, in particular for the viewer rating prediction. We explain this in details in question 5 of the next part of the document. Several ameliorations may improve the analysis. For example, being able to brush each cell of the matrix, in the scatterplot mode or any other, to filter only some movies and remove outliers with a higher precision as it is for instance the case with ScatterDice. We may also take into account other dimensions such as the length of a movie, the period it was released (we know that during summer, box office are often higher), and the production company. Finally, we really enjoyed the challenge and the development of CinemAviz. Besides, we realized that our tool is really helpful to find movies similar to others although it was not its original purpose. We used it a lot for personal research and discovered movies we loved, based on their similarities with our favorite movies, actors or directors.

6 Questions 1) What data factors, alone or in combination, were most useful for predicting possible outcomes? The most useful factors were star actors and directors because their casting in a movie may appeal or the opposite spectators. Less pertinent dimensions were cinematographer, composer, or costume designer. Indeed, either they were involved in only a few movies, or they have huge numbers, of various genres, and with various opening box office and rating, making them unreliable. The genres of the movies are subject to the same remark because each genre has top movies and very bad ones. Another very important dimension was the budget. Indeed, we quickly realized that the budget highly impacts the opening box office, while it is far less the case for the rating. This is easily explained by the fact that a blockbuster movie will be extremely advertised, that star actors are in the casting, and often that incredible special effects are shown, making a very good trailer. However, if spectators can be abused and spend money for a movie even if it is not worth it they did not see the movie yet they rate the movie once they saw it and many high budget movies end up with a bad viewer rating. Finally, a crucial data factor was the number of similar dimensions to predict a movie s opening box office and rating. The scatterplot matrix was very useful for this purpose, as well as the [1-6]D sliders. 2) How did you combine factors from the structured data with factors in unstructured data and what was the impact on the results? Did you see correlations? How can a user of your system explore this combination? We made choice not to use so-called unstructured data (although we would not call the IMDB data structured, given the efforts it required to parse the entire, and not really consistent, database). 3) Do the important factors vary by class, such as movie genre? We did not find any difference between the movie genres. For instance, we realized that horror movies or comedy movies often had a lower viewer rating, but we did not modify our analysis according to that. Indeed, because we based our predictions according to similar movies, a comedy or horror movie will be closer to movies with the same genre and then be impacted by their scores. However, a very important factor, as explained before, is the budget for the opening box office, and the actors and directors when famous, for both the opening box office and the viewer rating. 4) Did you use data on previous movies to help analyze/predict outcomes for later movies? If so, how? We are not sure if the question is about using results from our previous analyses for the later ones, or about using data on previous movies. If the question is about using data on previous movies, then of course we did it, it is the core of CinemAviz, which is based only on the Imdb database. If the question is about our previous analyses, then the answer is also yes. Actually, when we started the challenge, it was already in its second phase and we had a lot of past results to exploit. Once again, because we use only the Imdb data, we can predict a movie at any time, without being constrained by the social media data temporality. Then, we trained ourselves and iteratively developed our tool using the previously released movies of the challenge to compare our predictions with the results. This has been our training part, and this step has been primordial for our late estimations.

7 5) For any prediction that you had a significant margin of error (for our challenge, this would be a high mean relative absolute error), explain possible sources of error. We are quite satisfied with our results for the viewer rating, and we believe CinemAviz is reliable for this estimation. This indicator is highly dependent on the dimensions of the movie we analyze and we finally got an average absolute error of 0.7 for the rating, with some very precise predictions. The opening box office estimation was less accurate. Although we had for the July 12 results the best opening box office prediction made at this date, the opening box office prediction was not always that accurate and we also had several bad predictions. We partly explain this because the tool is highly based on the analyst s knowledge and expertise; and we have to admit that we are not expert in all kind of movies. Our predictions were often very wrong for types of movies that we are not interested in (e.g., horror, family comedy). We truly think that CinemAviz can give accurate results, as long as the user knows the topic very well. Only him will know which weight he should give to a dimension, and this may vary a lot depending on the context, the analyst, and his subjective preferences for actors, genres or directors. We also think that the opening box office would be easier to predict using social media data, and it is one of the limitations of our tool. The opening box office is not influenced only by the dimensions of the movie, but also for example by its release date, other movies released the same week, and social events occurring at the same time (vacations, sport events, etc.) that we did not consider. 6) What data trends if any were you able to identify? How did the identification of trends affect / shape predictions? Did you see instances where early data about a movie was contradicted by later data/factors? This question is once again about the unstructured data we made the choice not to use.

MoVis Movie Recommendation and Visualization

MoVis Movie Recommendation and Visualization MoVis Movie Recommendation and Visualization Introduction CPSC 547 Infomation Visualization Project Ye Chen clara.yechen@gmail.com Yujie Yang yangyujie.hust@gmail.com Nowadays, movies becomes a popular

More information

ESCAPE. A MINWOO PARK FILM Press Kit

ESCAPE. A MINWOO PARK FILM Press Kit ESCAPE A MINWOO PARK FILM Press Kit WWW.MINU-PARK.COM Director@minu-park.com 1-646-944-6726 Logline An alien lost her part, and falls into Manhattan at night. She needs to retrieve her part in order to

More information

5/13/2009. Introduction. Introduction. Introduction. Introduction. Introduction

5/13/2009. Introduction. Introduction. Introduction. Introduction. Introduction Applying Collaborative Filtering Techniques to Movie Search for Better Ranking and Browsing Seung-Taek Park and David M. Pennock (ACM SIGKDD 2007) Two types of technologies are widely used to overcome

More information

Tips and Guidance for Analyzing Data. Executive Summary

Tips and Guidance for Analyzing Data. Executive Summary Tips and Guidance for Analyzing Data Executive Summary This document has information and suggestions about three things: 1) how to quickly do a preliminary analysis of time-series data; 2) key things to

More information

Using Data Mining to Determine User-Specific Movie Ratings

Using Data Mining to Determine User-Specific Movie Ratings Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

How to predict IMDb score

How to predict IMDb score How to predict IMDb score Jiawei Li A53226117 Computational Science, Mathematics and Engineering University of California San Diego jil206@ucsd.edu Abstract This report is based on the dataset provided

More information

Sentiments Analysis of Users Review to Improve 5 Star Rating Method for a Recommendation System

Sentiments Analysis of Users Review to Improve 5 Star Rating Method for a Recommendation System SESUG Paper 257-2018 Sentiments Analysis of Users Review to Improve 5 Star Rating Method for a Recommendation System Surabhi Arya, Graduate Student, Oklahoma State University ABSTRACT Recommendation Systems

More information

Angular 2 Development with TypeScript

Angular 2 Development with TypeScript Angular 2 Development with TypeScript Author: Yakov Fain Label: Manning Publications Release Date: Number Of Pages: 325 Angular 2 is a JavaScript-based development platform for building dynamic, interactive

More information

Your Name: Section: INTRODUCTION TO STATISTICAL REASONING Computer Lab #4 Scatterplots and Regression

Your Name: Section: INTRODUCTION TO STATISTICAL REASONING Computer Lab #4 Scatterplots and Regression Your Name: Section: 36-201 INTRODUCTION TO STATISTICAL REASONING Computer Lab #4 Scatterplots and Regression Objectives: 1. To learn how to interpret scatterplots. Specifically you will investigate, using

More information

Practice 1 f = 12 2 m = 5 3 a = 7 g = 3 8 q = 96 9 c = y = 6. Warm-up. 1 x = 2 2 x = 20 3 y = 6 4 y = 3. Warm-up

Practice 1 f = 12 2 m = 5 3 a = 7 g = 3 8 q = 96 9 c = y = 6. Warm-up. 1 x = 2 2 x = 20 3 y = 6 4 y = 3. Warm-up s Math Part B Lesson Manual Chapter Lesson Exploring Equations and Inequalities > < Lesson Solving Equations by Substitution Lesson Solving Equations with Addition and Subtraction Lesson Solving Equations

More information

boxplot - A graphic way of showing a summary of data using the median, quartiles, and extremes of the data.

boxplot - A graphic way of showing a summary of data using the median, quartiles, and extremes of the data. Learning Target Create scatterplots and identify whether there is a relationship between two sets of data. Draw a line of best fit and use it to make predictions. Focus Questions How can I organize data?

More information

Website Optimizer. Before we start building a website, it s good practice to think about the purpose, your target

Website Optimizer. Before we start building a website, it s good practice to think about the purpose, your target Website Optimizer Before we start building a website, it s good practice to think about the purpose, your target audience, what you want to have on the website, and your expectations. For this purpose

More information

Making EXCEL Work for YOU!

Making EXCEL Work for YOU! Tracking and analyzing numerical data is a large component of the daily activity in today s workplace. Microsoft Excel 2003 is a popular choice among individuals and companies for organizing, analyzing,

More information

ONLINE EVALUATION FOR: Company Name

ONLINE EVALUATION FOR: Company Name ONLINE EVALUATION FOR: Company Name Address Phone URL media advertising design P.O. Box 2430 Issaquah, WA 98027 (800) 597-1686 platypuslocal.com SUMMARY A Thank You From Platypus: Thank you for purchasing

More information

x y

x y 10. LECTURE 10 Objectives I understand the difficulty in finding an appropriate function for a data set in general. In some cases, I can define a function type that may fit a data set well. Last time,

More information

Advanced data visualization (charts, graphs, dashboards, fever charts, heat maps, etc.)

Advanced data visualization (charts, graphs, dashboards, fever charts, heat maps, etc.) Advanced data visualization (charts, graphs, dashboards, fever charts, heat maps, etc.) It is a graphical representation of numerical data. The right data visualization tool can present a complex data

More information

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Contents 1 Introduction to Using Excel Spreadsheets 2 1.1 A Serious Note About Data Security.................................... 2 1.2

More information

How to Create a Killer Resources Page (That's Crazy Profitable)

How to Create a Killer Resources Page (That's Crazy Profitable) How to Create a Killer Resources Page (That's Crazy Profitable) There is a single page on your website that, if used properly, can be amazingly profitable. And the best part is that a little effort goes

More information

Module 9 Kelsie Donaldson Casey Boland Nitish Pahwa. IMDb, August 13th, 2002

Module 9 Kelsie Donaldson Casey Boland Nitish Pahwa. IMDb, August 13th, 2002 Module 9 Kelsie Donaldson Casey Boland Nitish Pahwa IMDb, August 13th, 2002 IMDb.com Sitemap Landing Page Navigation bar News Forums Awards Movies TV Box office Search bar Header Site title logo Footer

More information

How App Ratings and Reviews Impact Rank on Google Play and the App Store

How App Ratings and Reviews Impact Rank on Google Play and the App Store APP STORE OPTIMIZATION MASTERCLASS How App Ratings and Reviews Impact Rank on Google Play and the App Store BIG APPS GET BIG RATINGS 13,927 AVERAGE NUMBER OF RATINGS FOR TOP-RATED IOS APPS 196,833 AVERAGE

More information

1 Introduction to Using Excel Spreadsheets

1 Introduction to Using Excel Spreadsheets Survey of Math: Excel Spreadsheet Guide (for Excel 2007) Page 1 of 6 1 Introduction to Using Excel Spreadsheets This section of the guide is based on the file (a faux grade sheet created for messing with)

More information

Network Simulator Project Guidelines Introduction

Network Simulator Project Guidelines Introduction Network Simulator Project Guidelines Introduction Project TAs: Ruijia Sun (rsun@caltech.edu), Zilong Chen (zcchen@caltech.edu) During the CS143 course, you will learn about the mechanics of communication

More information

Introduction. Chapter Background Recommender systems Collaborative based filtering

Introduction. Chapter Background Recommender systems Collaborative based filtering ii Abstract Recommender systems are used extensively today in many areas to help users and consumers with making decisions. Amazon recommends books based on what you have previously viewed and purchased,

More information

Table of Contents Circle Graphs. Agenda ~ Apr /4 4/5 4/6 4/7 4/8. * You need: Monday Tuesday Wednesday Thursday Friday NO SCHOOL

Table of Contents Circle Graphs. Agenda ~ Apr /4 4/5 4/6 4/7 4/8. * You need: Monday Tuesday Wednesday Thursday Friday NO SCHOOL Agenda ~ Apr 2016 * You need: 4/4 4/5 4/6 4/7 4/8 Monday Tuesday Wednesday Thursday Friday Line Plots Histograms Circle Graphs NO SCHOOL Mar 12 12:11 PM Table of Contents 3 22 Circle Graphs Apr 10 7:34

More information

ProgressTestA Unit 5. Vocabulary. Grammar

ProgressTestA Unit 5. Vocabulary. Grammar ProgressTestA Unit Vocabulary 1 Completethesentenceswithappropriate words.thefirstlettersofthewordshavebeen given. a Can you believe it? She s getting married to a man she has met on a s networking site!

More information

Week 7 Picturing Network. Vahe and Bethany

Week 7 Picturing Network. Vahe and Bethany Week 7 Picturing Network Vahe and Bethany Freeman (2005) - Graphic Techniques for Exploring Social Network Data The two main goals of analyzing social network data are identification of cohesive groups

More information

Vocabulary: Data Distributions

Vocabulary: Data Distributions Vocabulary: Data Distributions Concept Two Types of Data. I. Categorical data: is data that has been collected and recorded about some non-numerical attribute. For example: color is an attribute or variable

More information

Orange3 Data Fusion Documentation. Biolab

Orange3 Data Fusion Documentation. Biolab Biolab Mar 07, 2018 Widgets 1 IMDb Actors 1 2 Chaining 5 3 Completion Scoring 9 4 Fusion Graph 13 5 Latent Factors 17 6 Matrix Sampler 21 7 Mean Fuser 25 8 Movie Genres 29 9 Movie Ratings 33 10 Table

More information

Ryan Parsons Chad Price Jia Reese Alex Vassallo

Ryan Parsons Chad Price Jia Reese Alex Vassallo Ryan Parsons - Paper Prototype, Writing Chad Price - Paper Prototype, Digital Mockup Jia Reese - Paper Prototype, Usability Testing Alex Vassallo - Usability Testing, Writing All we have to decide is what

More information

COMP6471 WINTER User-Centered Design

COMP6471 WINTER User-Centered Design COMP6471 WINTER 2003 User-Centered Design Instructor: Shahriar Ameri, Ph.D. Student: Pedro Maroun Eid, ID# 5041872. Date of Submission: Monday, March 10, 2003. (Week 9) Outline Outline... 2 ABSTRACT...3

More information

Integrated Math 1 Module 7 Honors Connecting Algebra and Geometry Ready, Set, Go! Homework Solutions

Integrated Math 1 Module 7 Honors Connecting Algebra and Geometry Ready, Set, Go! Homework Solutions 1 Integrated Math 1 Module 7 Honors Connecting Algebra and Geometry Ready, Set, Go! Homework Solutions Adapted from The Mathematics Vision Project: Scott Hendrickson, Joleigh Honey, Barbara Kuehl, Travis

More information

GRADE CENTRE BEST PRACTICE FOR A4L

GRADE CENTRE BEST PRACTICE FOR A4L GRADE CENTRE BEST PRACTICE FOR A4L Overview A large number of reports use information from the Grade Centre to draw correlations between activity and student success (see appendix). This document serves

More information

Clergy and Chancery, Parish and School Staff. Tom Hardy, Director, Office of Information Technology

Clergy and Chancery, Parish and School Staff. Tom Hardy, Director, Office of Information Technology Memo Date: July 11, 2016 To: From: Re: Clergy and Chancery, Parish and School Staff Tom Hardy, Director, Office of Information Technology How to Use Sparklines in Excel Have you ever had a worksheet of

More information

Test Bank for Privitera, Statistics for the Behavioral Sciences

Test Bank for Privitera, Statistics for the Behavioral Sciences 1. A simple frequency distribution A) can be used to summarize grouped data B) can be used to summarize ungrouped data C) summarizes the frequency of scores in a given category or range 2. To determine

More information

Lesson: Collaboration

Lesson: Collaboration Lesson: Collaboration Collaborations can be a powerful way to reach new viewers. Forge connections to find a broader audience. Get set up A good collaboration could bring new viewers to your videos. Make

More information

Concept Fifth Grade: Third Nine Weeks *Revised 6/1/15. Time Key Content Key Vocabulary

Concept Fifth Grade: Third Nine Weeks *Revised 6/1/15. Time Key Content Key Vocabulary Algebra: Expressions and Equations Concept Fifth Grade: Third Nine Weeks 2015-2016 *Revised 6/1/15 Cumulative Review Time Key Content Key Vocabulary 1 week Review first semester material especially positive

More information

Theme Identification in RDF Graphs

Theme Identification in RDF Graphs Theme Identification in RDF Graphs Hanane Ouksili PRiSM, Univ. Versailles St Quentin, UMR CNRS 8144, Versailles France hanane.ouksili@prism.uvsq.fr Abstract. An increasing number of RDF datasets is published

More information

Finding Sentiment and the Value Within

Finding Sentiment and the Value Within WHITE PAPER Finding Sentiment and the Value Within by W H Inmon, Forest Rim Technology Nearly every corporation has a call center. Ask an executive if his/her organization has a call center and the odds

More information

Predict the box office of US movies

Predict the box office of US movies Predict the box office of US movies Group members: Hanqing Ma, Jin Sun, Zeyu Zhang 1. Introduction Our task is to predict the box office of the upcoming movies using the properties of the movies, such

More information

Project design process by Heartgrenade

Project design process by Heartgrenade Project design process by Heartgrenade The following document aims to familiarize you with the process of software development that we carry out with our Clients. We divided it into subsequent steps and

More information

5 MORE PRACTICE. 1 Complete the sentences with the words below and a suitable suffix.

5 MORE PRACTICE. 1 Complete the sentences with the words below and a suitable suffix. Name Vocabulary 1 Complete the sentences with the words below and a suitable suffix. real emotion innovate danger predict 1. Don t drive so fast, it s! 2. The film was boring and. 3. These prizes are given

More information

Security analytics: From data to action Visual and analytical approaches to detecting modern adversaries

Security analytics: From data to action Visual and analytical approaches to detecting modern adversaries Security analytics: From data to action Visual and analytical approaches to detecting modern adversaries Chris Calvert, CISSP, CISM Director of Solutions Innovation Copyright 2013 Hewlett-Packard Development

More information

IMDB Film Prediction with Cross-validation Technique

IMDB Film Prediction with Cross-validation Technique IMDB Film Prediction with Cross-validation Technique Shivansh Jagga 1, Akhil Ranjan 2, Prof. Siva Shanmugan G 3 1, 2, 3 Department of Computer Science and Technology 1, 2, 3 Vellore Institute Of Technology,

More information

Practical Introduction to SharePoint 2007

Practical Introduction to SharePoint 2007 Page 1 of 6 Practical Introduction to SharePoint 2007 (By Sven Homan, Dinamika Services Inc., June 15, 2008) WHAT ON EARTH IS THAT SHAREPOINT? SharePoint coins its name from words share and point, which

More information

EBOOK THE BEGINNER S GUIDE TO DESIGN VERIFICATION AND DESIGN VALIDATION FOR MEDICAL DEVICES

EBOOK THE BEGINNER S GUIDE TO DESIGN VERIFICATION AND DESIGN VALIDATION FOR MEDICAL DEVICES EBOOK THE BEGINNER S GUIDE TO DESIGN VERIFICATION AND DESIGN VALIDATION FOR MEDICAL DEVICES JON SPEER, FOUNDER & VP OF QA/RA GREENLIGHT.GURU THE BEGINNER S GUIDE TO DESIGN VERIFICATION AND DESIGN VALIDATION

More information

Chapter 3 Analyzing Normal Quantitative Data

Chapter 3 Analyzing Normal Quantitative Data Chapter 3 Analyzing Normal Quantitative Data Introduction: In chapters 1 and 2, we focused on analyzing categorical data and exploring relationships between categorical data sets. We will now be doing

More information

San Francisco State University

San Francisco State University San Francisco State University Michael Bar Instructions for Excel 1. Plotting analytical function. 2 Suppose that you need to plot the graph of a function f ( x) = x on the interval [ 5,5]. Step 1: make

More information

Whitepaper US SEO Ranking Factors 2012

Whitepaper US SEO Ranking Factors 2012 Whitepaper US SEO Ranking Factors 2012 Authors: Marcus Tober, Sebastian Weber Searchmetrics Inc. 1115 Broadway 12th Floor, Room 1213 New York, NY 10010 Phone: 1 866-411-9494 E-Mail: sales-us@searchmetrics.com

More information

TRAINING MATERIAL. An introduction to SONET-BULL Platform for members. HOME PAGE

TRAINING MATERIAL. An introduction to SONET-BULL Platform for members. HOME PAGE TRAINING MATERIAL An introduction to SONET-BULL Platform for members. HOME PAGE REGISTRATION The register page contains the registration form and is the users can register on the SONET-BULL platform. The

More information

Chapters 5-6: Statistical Inference Methods

Chapters 5-6: Statistical Inference Methods Chapters 5-6: Statistical Inference Methods Chapter 5: Estimation (of population parameters) Ex. Based on GSS data, we re 95% confident that the population mean of the variable LONELY (no. of days in past

More information

News English.com Ready-to-use ESL / EFL Lessons

News English.com Ready-to-use ESL / EFL Lessons www.breaking News English.com Ready-to-use ESL / EFL Lessons The Breaking News English.com Resource Book 1,000 Ideas & Activities For Language Teachers http://www.breakingnewsenglish.com/book.html Movie

More information

Balancing the pressures of a healthcare SQL Server DBA

Balancing the pressures of a healthcare SQL Server DBA Balancing the pressures of a healthcare SQL Server DBA More than security, compliance and auditing? Working with SQL Server in the healthcare industry presents many unique challenges. The majority of these

More information

GAP CLOSING. Grade 9. Facilitator s Guide

GAP CLOSING. Grade 9. Facilitator s Guide GAP CLOSING Grade 9 Facilitator s Guide Topic 3 Integers Diagnostic...5 Administer the diagnostic...5 Using diagnostic results to personalize interventions solutions... 5 Using Intervention Materials...8

More information

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below.

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below. Graphing in Excel featuring Excel 2007 1 A spreadsheet can be a powerful tool for analyzing and graphing data, but it works completely differently from the graphing calculator that you re used to. If you

More information

Unit 0: Extending Algebra 1 Concepts

Unit 0: Extending Algebra 1 Concepts 1 What is a Function? Unit 0: Extending Algebra 1 Concepts Definition: ---Function Notation--- Example: f(x) = x 2 1 Mapping Diagram Use the Vertical Line Test Interval Notation A convenient and compact

More information

CS Equalizing Society - Assignment 8. Interactive Hi-fi Prototype

CS Equalizing Society - Assignment 8. Interactive Hi-fi Prototype CS 147 - Equalizing Society - Assignment 8 Interactive Hi-fi Prototype Crystal Escolero - Design and Product Management Jessica Guo - Development and User Testing Trevor Rex - Development and User Testing

More information

Students interpret the meaning of the point of intersection of two graphs and use analytic tools to find its coordinates.

Students interpret the meaning of the point of intersection of two graphs and use analytic tools to find its coordinates. Student Outcomes Students interpret the meaning of the point of intersection of two graphs and use analytic tools to find its coordinates. Classwork Example 1 (7 minutes) Have students read the situation

More information

Cover Page. The handle holds various files of this Leiden University dissertation.

Cover Page. The handle   holds various files of this Leiden University dissertation. Cover Page The handle http://hdl.handle.net/1887/22055 holds various files of this Leiden University dissertation. Author: Koch, Patrick Title: Efficient tuning in supervised machine learning Issue Date:

More information

Amyyon customers can t wait to get their hands on it s new application, developed in Uniface.

Amyyon customers can t wait to get their hands on it s new application, developed in Uniface. customers can t wait to get their hands on it s new application, developed in Uniface. 1 CUSTOMER SECTOR Information Technology COUNTRY Netherlands CHALLENGE Migrate the rich functionality of a client/server

More information

Digital Marketing Manager, Marketing Manager, Agency Owner. Bachelors in Marketing, Advertising, Communications, or equivalent experience

Digital Marketing Manager, Marketing Manager, Agency Owner. Bachelors in Marketing, Advertising, Communications, or equivalent experience Persona name Amanda Industry, geographic or other segments B2B Roles Digital Marketing Manager, Marketing Manager, Agency Owner Reports to VP Marketing or Agency Owner Education Bachelors in Marketing,

More information

Chapter 2 Organizing and Graphing Data. 2.1 Organizing and Graphing Qualitative Data

Chapter 2 Organizing and Graphing Data. 2.1 Organizing and Graphing Qualitative Data Chapter 2 Organizing and Graphing Data 2.1 Organizing and Graphing Qualitative Data 2.2 Organizing and Graphing Quantitative Data 2.3 Stem-and-leaf Displays 2.4 Dotplots 2.1 Organizing and Graphing Qualitative

More information

12 SOURCES OF ERROR IN DATA

12 SOURCES OF ERROR IN DATA 12 SOURCES OF ERROR IN DATA In mathematics, a number always represents a precise value. In farm surveys, many of the numbers - obtained by measuring something (a field or the weight of a harvest) or by

More information

Lesson 2. Introducing Apps. In this lesson, you ll unlock the true power of your computer by learning to use apps!

Lesson 2. Introducing Apps. In this lesson, you ll unlock the true power of your computer by learning to use apps! Lesson 2 Introducing Apps In this lesson, you ll unlock the true power of your computer by learning to use apps! So What Is an App?...258 Did Someone Say Free?... 259 The Microsoft Solitaire Collection

More information

HYPERVARIATE DATA VISUALIZATION

HYPERVARIATE DATA VISUALIZATION HYPERVARIATE DATA VISUALIZATION Prof. Rahul C. Basole CS/MGT 8803-DV > January 25, 2017 Agenda Hypervariate Data Project Elevator Pitch Hypervariate Data (n > 3) Many well-known visualization techniques

More information

PRACTICE EXERCISES. Family Utility Expenses

PRACTICE EXERCISES. Family Utility Expenses PRACTICE EXERCISES Family Utility Expenses Your cousin, Rita Dansie, wants to analyze her family's utility expenses for 2012. She wants to save money during months when utility expenses are lower so that

More information

Interviewee 2 I work on various bioinformatics projects, mostly looking at database integration.

Interviewee 2 I work on various bioinformatics projects, mostly looking at database integration. Interview Transcript Interview reference: Biochemistry 10 Role: Post doc researchers from the same lab group Interview length: 1hr 13mins Format: Face to face Number of interviewees: 2 Questionnaire respondent?

More information

1

1 Zeros&asymptotes Example 1 In an early version of this activity I began with a sequence of simple examples (parabolas and cubics) working gradually up to the main idea. But now I think the best strategy

More information

EVALUATION ASSIGNMENT 2

EVALUATION ASSIGNMENT 2 EVALUATION ASSIGNMENT 2 CS5760 Graduate Human-Computer Interaction Abstract An investigation of the user interface domain, heuristic principles, and critical usability concerns for the current design and

More information

New Horizons in Project Share: An Introductory Guide to the Project Share Gateway. The Texas Education Agency 2012 Texas Education Agency

New Horizons in Project Share: An Introductory Guide to the Project Share Gateway. The Texas Education Agency 2012 Texas Education Agency New Horizons in Project Share: An Introductory Guide to the Project Share Gateway The Texas Education Agency 2012 Texas Education Agency Welcome to the Project Share gateway. This gateway is designed to

More information

Getting the most from your websites SEO. A seven point guide to understanding SEO and how to maximise results

Getting the most from your websites SEO. A seven point guide to understanding SEO and how to maximise results Getting the most from your websites SEO A seven point guide to understanding SEO and how to maximise results About this document SEO: What is it? This document is aimed at giving a SEO: What is it? 2 SEO

More information

CASE STUDY IT. Albumprinter Adopting Redgate DLM

CASE STUDY IT. Albumprinter Adopting Redgate DLM CASE STUDY IT Albumprinter Adopting Redgate DLM "Once the team saw they could deploy all their database changes error-free at the click of a button, with no more manual scripts, it spread by word of mouth.

More information

Demystifying movie ratings 224W Project Report. Amritha Raghunath Vignesh Ganapathi Subramanian

Demystifying movie ratings 224W Project Report. Amritha Raghunath Vignesh Ganapathi Subramanian Demystifying movie ratings 224W Project Report Amritha Raghunath (amrithar@stanford.edu) Vignesh Ganapathi Subramanian (vigansub@stanford.edu) 9 December, 2014 Introduction The past decade or so has seen

More information

Music is the universal language of mankind. Henry Wadsworth Longfellow

Music is the universal language of mankind. Henry Wadsworth Longfellow Music is the universal language of mankind. Henry Wadsworth Longfellow Music manages to cross boundaries. It knows no ethnicity, religion or race. It is one of the most powerful ways of expression. A constantly

More information

Case study on PhoneGap / Apache Cordova

Case study on PhoneGap / Apache Cordova Chapter 1 Case study on PhoneGap / Apache Cordova 1.1 Introduction to PhoneGap / Apache Cordova PhoneGap is a free and open source framework that allows you to create mobile applications in a cross platform

More information

Hybrid Recommendation System Using Clustering and Collaborative Filtering

Hybrid Recommendation System Using Clustering and Collaborative Filtering Hybrid Recommendation System Using Clustering and Collaborative Filtering Roshni Padate Assistant Professor roshni@frcrce.ac.in Priyanka Bane B.E. Student priyankabane56@gmail.com Jayesh Kudase B.E. Student

More information

BIOL 417: Biostatistics Laboratory #3 Tuesday, February 8, 2011 (snow day February 1) INTRODUCTION TO MYSTAT

BIOL 417: Biostatistics Laboratory #3 Tuesday, February 8, 2011 (snow day February 1) INTRODUCTION TO MYSTAT BIOL 417: Biostatistics Laboratory #3 Tuesday, February 8, 2011 (snow day February 1) INTRODUCTION TO MYSTAT Go to the course Blackboard site and download Laboratory 3 MYSTAT Intro.xls open this file in

More information

Vocabulary: Bits and Pieces III

Vocabulary: Bits and Pieces III Vocabulary: Bits and Pieces III Concept Example Meaning of decimal There are two ways to think of a decimal: As a number whose value is signaled by place value, or as a representation of a fraction.. 43

More information

Requirements Elicitation

Requirements Elicitation Requirements Elicitation Introduction into Software Engineering Lecture 4 25. April 2007 Bernd Bruegge Applied Software Engineering Technische Universitaet Muenchen 1 Outline Motivation: Software Lifecycle

More information

Yammer Product Manager Homework: LinkedІn Endorsements

Yammer Product Manager Homework: LinkedІn Endorsements BACKGROUND: Location: Mountain View, CA Industry: Social Networking Users: 300 Million PART 1 In September 2012, LinkedIn introduced the endorsements feature, which gives its users the ability to give

More information

User Interface Document version

User Interface Document version User Interface Document version 1.6 2018 Table of contents 1 General information 1.1 General technical remarks 1.2 User interface composition 1.3 Profile settings 1.4 Structure of the main menu 2 User

More information

Projekt 1 Ausarbeitung

Projekt 1 Ausarbeitung Projekt 1 Ausarbeitung Truong Vinh Phan Support for Interactive Visual Analytics in Various Software Packages Fakultät Technik und Informatik Department Informatik Faculty of Engineering and Computer Science

More information

DESIGNING RESPONSIVE DASHBOARDS. Best Practices for Building Responsive Analytic Applications

DESIGNING RESPONSIVE DASHBOARDS. Best Practices for Building Responsive Analytic Applications DESIGNING RESPONSIVE DASHBOARDS Best Practices for Building Responsive Analytic Applications CONTENTS Responsive Design and Embedded Analytics...1 6 Principles and Best Practices... 2 Tools of the Trade...

More information

GAP CLOSING. Integers. Intermediate / Senior Facilitator s Guide

GAP CLOSING. Integers. Intermediate / Senior Facilitator s Guide GAP CLOSING Integers Intermediate / Senior Facilitator s Guide Topic 3 Integers Diagnostic...5 Administer the diagnostic...5 Using diagnostic results to personalize interventions solutions...5 Using Intervention

More information

5.5 Newton s Approximation Method

5.5 Newton s Approximation Method 498CHAPTER 5. USING DERIVATIVES TO ANALYZE FUNCTIONS; FURTHER APPLICATIONS 4 3 y = x 4 3 f(x) = x cosx y = cosx 3 3 x = cosx x cosx = 0 Figure 5.: Figure showing the existence of a solution of x = cos

More information

Hershey Park. By: Alicia Danenhower. English 3880 Section 10. Deborah Welsh.

Hershey Park. By: Alicia Danenhower. English 3880 Section 10. Deborah Welsh. Hershey Park http://www.themeparkpage.com/images/hershey-web/dsc00263000.jpg By: Alicia Danenhower English 3880 Section 10 Deborah Welsh 11/8/2011 Hershey Park 1 Introduction This report analyzes the ways

More information

Exploratory data analysis with one and two variables

Exploratory data analysis with one and two variables Exploratory data analysis with one and two variables Instructions for Lab # 1 Statistics 111 - Probability and Statistical Inference DUE DATE: Upload on Sakai on July 10 Lab Objective To explore data with

More information

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 Excel Essentials Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 FREQUENTLY USED KEYBOARD SHORTCUTS... 1 FORMATTING CELLS WITH PRESET

More information

Getting Ready. Preschool. for. Fun with Dinosaurs. and. Monsters

Getting Ready. Preschool. for. Fun with Dinosaurs. and. Monsters Getting Ready for Preschool Fun with Dinosaurs and Monsters AND MANY MORE! Thank you so much for downloading my product for your classroom or for at home. Below you can read about how you can use the download.

More information

Experiencing MIS, 6e (Kroenke) Chapter 2 Business Processes, Information Systems, and Information

Experiencing MIS, 6e (Kroenke) Chapter 2 Business Processes, Information Systems, and Information Experiencing MIS, 6e (Kroenke) Chapter 2 Business Processes, Information Systems, and Information 1) Members of a team in a company need to understand business processes since they need to evaluate new

More information

Adding Depth to Games

Adding Depth to Games Game Maker Tutorial Adding Depth to Games Written by Mark Overmars Copyright 2007-2009 YoYo Games Ltd Last changed: December 23, 2009 Uses: Game Maker 8.0, Pro Edition, Advanced Mode Level: Intermediate

More information

Student Outcomes. Lesson Notes. Classwork. Discussion (4 minutes)

Student Outcomes. Lesson Notes. Classwork. Discussion (4 minutes) Student Outcomes Students write mathematical statements using symbols to represent numbers. Students know that written statements can be written as more than one correct mathematical sentence. Lesson Notes

More information

BRIEF CASE STUDY COMPETITION AREA: The area for residential customers / Department for marketing TV services and content

BRIEF CASE STUDY COMPETITION AREA: The area for residential customers / Department for marketing TV services and content BRIEF CASE STUDY COMPETITION 2018. COMPANY: HRVATSKI TELEKOM d.d. COORDINATOR: Eva Juraški (eva.juraski@estudent.hr) AREA: The area for residential customers / Department for marketing TV services and

More information

Chapter 1 Polynomials and Modeling

Chapter 1 Polynomials and Modeling Chapter 1 Polynomials and Modeling 1.1 Linear Functions Recall that a line is a function of the form y = mx+ b, where m is the slope of the line (how steep the line is) and b gives the y-intercept (where

More information

The Procedure Proposal of Manufacturing Systems Management by Using of Gained Knowledge from Production Data

The Procedure Proposal of Manufacturing Systems Management by Using of Gained Knowledge from Production Data The Procedure Proposal of Manufacturing Systems Management by Using of Gained Knowledge from Production Data Pavol Tanuska Member IAENG, Pavel Vazan, Michal Kebisek, Milan Strbo Abstract The paper gives

More information

Section 9: One Variable Statistics

Section 9: One Variable Statistics The following Mathematics Florida Standards will be covered in this section: MAFS.912.S-ID.1.1 MAFS.912.S-ID.1.2 MAFS.912.S-ID.1.3 Represent data with plots on the real number line (dot plots, histograms,

More information

STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA I. 2 nd Nine Weeks,

STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA I. 2 nd Nine Weeks, STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA I 2 nd Nine Weeks, 2016-2017 1 OVERVIEW Algebra I Content Review Notes are designed by the High School Mathematics Steering Committee as a resource for

More information

CS 4460 Intro. to Information Visualization Sep. 18, 2017 John Stasko

CS 4460 Intro. to Information Visualization Sep. 18, 2017 John Stasko Multivariate Visual Representations 1 CS 4460 Intro. to Information Visualization Sep. 18, 2017 John Stasko Learning Objectives For the following visualization techniques/systems, be able to describe each

More information

Whitepaper. Dashboard Design Tips & Tricks.

Whitepaper. Dashboard Design Tips & Tricks. Whitepaper Dashboard Design Tips & Tricks Introduction Dashboards are popular but, let s be honest, many of them are useless. Either because they are visually boring or because zealous design too often

More information

WhatsApp Group Data Analysis with R

WhatsApp Group Data Analysis with R WhatsApp Group Data Analysis with R Sanchita Patil MCA Department Vivekanand Education Society's Institute of Technology Chembur, Mumbai 400074. ABSTRACT The means of communication has changed over time

More information

List Building Starter Course. Lesson 2. Writing Your Campaign. Sean Mize

List Building Starter Course. Lesson 2. Writing Your  Campaign. Sean Mize List Building Starter Course Lesson 2 Writing Your Email Campaign 1 List Building Starter Course Lesson 2 Writing Your Email Campaign Mize List Building Starter Course Lesson 2 Writing Your Email Campaign

More information