Missing Value Estimation for Hierarchical Time Series: A Study of Hierarchical Web Traffic

Size: px
Start display at page:

Download "Missing Value Estimation for Hierarchical Time Series: A Study of Hierarchical Web Traffic"

Transcription

1 Missing Value Estimation for Hierarchical Time Series: A Study of Hierarchical Web Traffic Zitao Liu University of Pittsburgh ztliu@cs.pitt.edu November 16, 2015 This is the joint work with Chris Yan, Jimmy Yang and Milos Hauskrecht. Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

2 Hierarchical Time Series U.S. Home Mail Answers Groups Flickr Tumblr Games Live Screen Mobile News More World Search Web My Yahoo Sign In Politics Mail Trending Now Yahoo! Homepage News Autos Sports Finance Dating Used Cars 2 Brock Lesnar 7 19 Kids and C 3 Clint Eastwood 8 Britney Spears 5 Meagan Good Sports Autos Homes 6 Iggy Azalea 4 Mega Millions jac New Cars Weather Daily live conce 1 Elin Nordegren 9 401(k) plans 10 Oil prices Lawyer: Exit wounds indicate Brown surrendered 17 Days To Kickoff Play Fantasy Foot Experts tasked by slain teen Michael Brown's family to examine hismail body say at least six bullets hit him. 'Was my child in pain?'» 1 5 of 50 Jobs Finance Shopping Beauty Brown family's autopsy Celeb there for ex-assistant U.S. Olympic champs booed Family nabs record gator Odd truth about tasty fish Health Live Events on Yahoo Food What is hierarchical time series(hts)? Yahoo! web pages are arranged Movies in certain Travel hierarchy and their daily page views become a hierarchical time series. Tech Aug 18 More Yahoo Sites Aug 19 Taylor Swift Liv Yes 5 p.m. ET 11:30 p.m. ET REMIND ME Yahoo en Español Zitao Liu (University of Pittsburgh) REMIND ME Aug 21 John Legend 12:10 a.m. ET REMIND ME ICDM 2015 Aug 24 Justin Timberlake 5 p.m. ET REMIND ME Only on Yahoo 4 ways make your eyes November 16,to /pop 26wit

3 Hierarchical Time Series Time series are organized in a hierarchical tree structure and they are consistent between hierarchy levels. U.S. News World Yahoo! Homepage Autos Politics Used Cars Parent Sports Mail New Cars Children Finance Consistent: Parent = Child 1 + Child 2 + Child Child n Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

4 Motivation Why we care about modeling HTS? Resource management. User behaviors understanding. Advertisement pricing policy. Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

5 Problem & Goal However, missing values occur: machine failures networking disturbances human mistakes Missing values will contaminate other time series through the hierarchy consequentially. Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

6 Problem Parent x x x x Child 1 Child 2 Child 3 Child 4 Child 5 x x x x t 1 t 2 t 3 t 4 Time Accurately estimate the missing values. s.t Estimation is hierarchically consistent. Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

7 HTSImpute In this work, we develop a new missing value estimation algorithm HTSImpute which utilizes the temporal dependence information within each individual time series (LOcal regression (LOESS)) exploits the intra-relations between different time series (Subspace Projection) guarantees hierarchical consistency (Hierarchical Consistency Projection) Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

8 HTSImpute - LOESS Use LOESS to initially estimate the missing values. Value??? Time Advantages: nonparametric robust locally weighted Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

9 HTSImpute - Subspace Projection Full rank matrix Low rank matrix Rank: n Rank: l Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

10 HTSImpute - Hierarchical Consistency Projection [ ] 0 1 Summing matrix Ω? + Noise Y = Ω ˆL + ɛ Y where ˆL is the true estimate of all leaf time series. We define the hierarchical consistency projection operator using ordinary least square as follows: P HTS (Y, Ω) = ΩˆL = Ω(Ω Ω) 1 Ω Y Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

11 HTSImpute - Idea Illustration Goal Start Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

12 HTSImpute - Idea Illustration Goal Start Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

13 HTSImpute - Idea Illustration Goal Subspace Projection Start Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

14 HTSImpute - Idea Illustration Goal Subspace Projection Hierarchical Consistent Projection HTS Start Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

15 HTSImpute - Idea Illustration Goal Subspace Projection Hierarchical Consistent Projection HTS Start Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

16 HTSImpute - Idea Illustration Goal Subspace Projection Hierarchical Consistent Projection HTS Subspace HTS Start Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

17 HTSImpute - Idea Illustration Subspace Projection Hierarchical Consistent Projection HTS HTS Goal Subspace HTS Start Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

18 Experiments - Dataset 1 E (a) wide E2 E3 E4 E5 E6 E7 E8 (a) EMEA M1 F1 F2 F3 M2 M3 M4 M5 M6 M F4 F5 F6 M8 M (b) FP M10 M11 M12 (b) balance (c) deep (c) Media Figure 1: Synthetic data. Figure 2: Yahoo! web traffic data. Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

19 Experiments - Metrics Avg-MAPE: measures the estimation accuracy. Estimated Value True Value True Value Avg-HCG: measures the hierarchical consistency. Estimated Parent Value Sum of Estimated Child Values Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

20 Experiments - Baseline Regression Methods Local regression (LOESS) Subspace Methods Matrix Factorization (MF) Matrix Completion (MC) using softimpute weight Low Rank Approximation (wlra) Latent Variable Models probabilistic PCA (ppca) Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

21 Experiments - Results Table 1: Avg-MAPE results on FP dataset. # MP (%) LOESS NMF KL NMF Euclidean MC ppca wlra HTSImpute Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

22 Experiments - Results Table 2: Avg-HCG results on FP dataset (log 10 scale). # MP (%) LOESS NMF KL NMF Euclidean MC ppca wlra HTSImpute Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

23 Conclusion In this work, we have presented a algorithm for HTS missing value estimation, specializing in taking advantage of temporal dependence information within each individual time series. utilizing intra-relations between different time series across the hierarchy. providing high satisfaction of the hierarchical consistency. Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

24 Thank you November 16, 2015 Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

25 HTSImpute - Hierarchical Consistency Projection =[ ] 0 1 Summing matrix Ω Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

26 HTSImpute - Hierarchical Consistency Projection [ ] 0 1 Summing matrix Ω? + Noise Zitao Liu (University of Pittsburgh) ICDM 2015 November 16, / 26

Time-aware Collaborative Topic Regression: Towards Higher Relevance in Textual Items Recommendation

Time-aware Collaborative Topic Regression: Towards Higher Relevance in Textual Items Recommendation July, 12 th 2018 Time-aware Collaborative Topic Regression: Towards Higher Relevance in Textual Items Recommendation BIRNDL 2018, Ann Arbor Anas Alzogbi University of Freiburg Databases & Information Systems

More information

Human-Centric Trusted AI for Data-Driven Economy

Human-Centric Trusted AI for Data-Driven Economy Human-Centric Trusted AI for Data-Driven Economy Masugi Inoue 1 and Hideyuki Tokuda 2 National Institute of Information and Communications Technology inoue@nict.go.jp 1, Director, International Research

More information

First approaches to qualitative data analysis. I214 9 Oct 2008

First approaches to qualitative data analysis. I214 9 Oct 2008 First approaches to qualitative data analysis I214 9 Oct 2008 Recap: Collecting (mostly qualitative) data Observation Field notes: your own notes on what you see and think Video, photography Interviews

More information

CR - Basic Training on ICANN's Community Wiki

CR - Basic Training on ICANN's Community Wiki Sunday, March 11, 2012 11:00 to 11:30 ICANN - San Jose, Costa Rica Filiz Yilmaz: how it was set up and how it was promoted. So she will give you some pointers where you can find what in this tool that

More information

DATA-DRIVEN. AUDIENCES. BROADCAST RADIO?!

DATA-DRIVEN. AUDIENCES. BROADCAST RADIO?! DATA-DRIVEN. AUDIENCES. BROADCAST RADIO?! AGENDA 1 AUDIO Best Practices 2 Data Driven Audiences 3 Strategy & Execution AUDIO IS EXPLODING are the top selling #1Headphones electronics item SMART SPEAKERS

More information

Copyright 2008, Yan Chen

Copyright 2008, Yan Chen Unless otherwise noted, the content of this course material is licensed under a Creative Commons Attribution Non-Commercial 3.0 License. http://creativecommons.org/licenses/by-nc/3.0/ Copyright 2008, Yan

More information

Setting Up Shop with Etsy. By Ben Eggler Digital Literacy Specialist

Setting Up Shop with Etsy. By Ben Eggler Digital Literacy Specialist Setting Up Shop with Etsy By Ben Eggler Digital Literacy Specialist Upcoming Classes Teen Tech Help for Seniors 6/21/2017 Wednesdays at 2:00 PM - 3:30 PM High School Lounge Teen Tech Drop-in Help Saturdays

More information

On-site Traffic Accident Detection with Both Social Media and Traffic Data

On-site Traffic Accident Detection with Both Social Media and Traffic Data On-site Traffic Accident Detection with Both Social Media and Traffic Data Zhenhua Zhang Civil, Structural and Environmental Engineering University at Buffalo, The State University of New York, Buffalo,

More information

Your Neighbors Affect Your Ratings: On Geographical Neighborhood Influence to Rating Prediction

Your Neighbors Affect Your Ratings: On Geographical Neighborhood Influence to Rating Prediction Your Neighbors Affect Your Ratings: On Geographical Neighborhood Influence to Rating Prediction Longke Hu Aixin Sun Yong Liu Nanyang Technological University Singapore Outline 1 Introduction 2 Data analysis

More information

Scalable Methods for the Analysis of Network-Based Data

Scalable Methods for the Analysis of Network-Based Data Scalable Methods for the Analysis of Network-Based Data MURI Project: University of California, Irvine Annual Review Meeting December 8 th 2009 Principal Investigator: Padhraic Smyth Today s Meeting Goals

More information

Introduction. So, let's get this moving forward, first things first, some things you will need to get up and running...

Introduction. So, let's get this moving forward, first things first, some things you will need to get up and running... Introduction First of all, I would like to say thanks for purchasing CPA Firestorm and taking action. You have made a great decision. This upgrade will show you how to use display ad networks to scale

More information

CS188 Spring 2010 Section 3: Game Trees

CS188 Spring 2010 Section 3: Game Trees CS188 Spring 2010 Section 3: Game Trees 1 Warm-Up: Column-Row You have a 3x3 matrix of values like the one below. In a somewhat boring game, player A first selects a row, and then player B selects a column.

More information

Topic 23 Red Black Trees

Topic 23 Red Black Trees Topic 23 "People in every direction No words exchanged No time to exchange And all the little ants are marching Red and Black antennas waving" -Ants Marching, Dave Matthew's Band "Welcome to L.A.'s Automated

More information

A Two-step Technique for MRI Audio Enhancement Using Dictionary Learning and Wavelet Packet Analysis

A Two-step Technique for MRI Audio Enhancement Using Dictionary Learning and Wavelet Packet Analysis A Two-step Technique for MRI Audio Enhancement Using Dictionary Learning and Wavelet Packet Analysis Colin Vaz, Vikram Ramanarayanan, and Shrikanth Narayanan USC SAIL Lab INTERSPEECH Articulatory Data

More information

Lecture 3 - Regression

Lecture 3 - Regression Lecture 3 - Regression Instructor: Prof Ganesh Ramakrishnan July 25, 2016 1 / 30 The Simplest ML Problem: Least Square Regression Curve Fitting: Motivation Error measurement Minimizing Error Method of

More information

ARTIFICIAL INTELLIGENCE (CS 370D)

ARTIFICIAL INTELLIGENCE (CS 370D) Princess Nora University Faculty of Computer & Information Systems ARTIFICIAL INTELLIGENCE (CS 370D) (CHAPTER-5) ADVERSARIAL SEARCH ADVERSARIAL SEARCH Optimal decisions Min algorithm α-β pruning Imperfect,

More information

Vistradas: Visual Analytics for Urban Trajectory Data

Vistradas: Visual Analytics for Urban Trajectory Data Vistradas: Visual Analytics for Urban Trajectory Data Luciano Barbosa 1, Matthías Kormáksson 1, Marcos R. Vieira 1, Rafael L. Tavares 1,2, Bianca Zadrozny 1 1 IBM Research Brazil 2 Univ. Federal do Rio

More information

Automatic Image Cropping and Selection using Saliency: an Application to Historical Manuscripts

Automatic Image Cropping and Selection using Saliency: an Application to Historical Manuscripts Automatic Image Cropping and Selection using Saliency: an Application to Historical Manuscripts Marcella Cornia, Stefano Pini, Lorenzo Baraldi, and Rita Cucchiara University of Modena and Reggio Emilia

More information

Blogs (short for web logs ) have grown into one of the Internet s most. important types of websites. There are now more than 150 million of them,

Blogs (short for web logs ) have grown into one of the Internet s most. important types of websites. There are now more than 150 million of them, !! Blogs (short for web logs ) have grown into one of the Internet s most important types of websites. There are now more than 150 million of them, published by office workers, singers, businesses, and

More information

CS188 Spring 2010 Section 3: Game Trees

CS188 Spring 2010 Section 3: Game Trees CS188 Spring 2010 Section 3: Game Trees 1 Warm-Up: Column-Row You have a 3x3 matrix of values like the one below. In a somewhat boring game, player A first selects a row, and then player B selects a column.

More information

Self-Adjusting Binary Search Trees. Andrei Pârvu

Self-Adjusting Binary Search Trees. Andrei Pârvu Self-Adjusting Binary Search Trees Andrei Pârvu Andrei Pârvu 13-05-2015 1 Motivation Andrei Pârvu 13-05-2015 2 Motivation: Find Andrei Pârvu 13-05-2015 3 Motivation: Insert Andrei Pârvu 13-05-2015 4 Motivation:

More information

Lecture 1. Introduction

Lecture 1. Introduction Lecture 1. Introduction What is this course about? Logistics Questionnaire Prof. Yao Xie, ISyE 2028, Basic Statistical Methods, Georgia Tech Where you have seen statistics? Application fields of statistics

More information

TRENDS IN TECHNOLOGY: LOOKING AHEAD FOR OUTDOOR RECREATION

TRENDS IN TECHNOLOGY: LOOKING AHEAD FOR OUTDOOR RECREATION TRENDS IN TECHNOLOGY: LOOKING AHEAD FOR OUTDOOR RECREATION Christine Vogt, Ph.D. Michigan State University Department of Community Sustainability vogtc@msu.edu Presented at National Outdoor Recreation

More information

3D-Assisted Image Feature Synthesis for Novel Views of an Object

3D-Assisted Image Feature Synthesis for Novel Views of an Object 3D-Assisted Image Feature Synthesis for Novel Views of an Object Hao Su* Fan Wang* Li Yi Leonidas Guibas * Equal contribution View-agnostic Image Retrieval Retrieval using AlexNet features Query Cross-view

More information

Beasley Media Group is an Entertainment Delivery Company Surround and Engage your consumers in every way they choose to receive our content!

Beasley Media Group is an Entertainment Delivery Company Surround and Engage your consumers in every way they choose to receive our content! Beasley Media Group is an Entertainment Delivery Company Surround and Engage your consumers in every way they choose to receive our content! 360 APPROACH Radio/On-Air Collateral Digital/Online Social Media

More information

NSF. Hybrid Systems: From Models to Code. Tom Henzinger. UC Berkeley. French Guyana, June 4, 1996 $800 million embedded software failure

NSF. Hybrid Systems: From Models to Code. Tom Henzinger. UC Berkeley. French Guyana, June 4, 1996 $800 million embedded software failure Hybrid Systems: From Models to Code Tom Henzinger UC Berkeley NSF UC Berkeley: Chess Vanderbilt University: ISIS University of Memphis: MSI Foundations of Hybrid and Embedded Software Systems French Guyana,

More information

Session 2: 10 Year Vision session (11:00-12:20) - Tuesday. Session 3: Poster Highlights A (14:00-15:00) - Tuesday 20 posters (3minutes per poster)

Session 2: 10 Year Vision session (11:00-12:20) - Tuesday. Session 3: Poster Highlights A (14:00-15:00) - Tuesday 20 posters (3minutes per poster) Lessons from Collecting a Million Biometric Samples 109 Expression Robust 3D Face Recognition by Matching Multi-component Local Shape Descriptors on the Nasal and Adjoining Cheek Regions 177 Shared Representation

More information

Understanding the city to make it smart

Understanding the city to make it smart Understanding the city to make it smart Roberta De Michele and Marco Furini Communication and Economics Department Universty of Modena and Reggio Emilia, Reggio Emilia, 42121, Italy, marco.furini@unimore.it

More information

The power behind an intelligent system is knowledge.

The power behind an intelligent system is knowledge. Induction systems 1 The power behind an intelligent system is knowledge. We can trace the system success or failure to the quality of its knowledge. Difficult task: 1. Extracting the knowledge. 2. Encoding

More information

Electronic Gaming in the Digital Home: Game Advertising

Electronic Gaming in the Digital Home: Game Advertising Synopsis Forecast of Spending (2006-2012) Electronic in the Digital Home: paints a complete picture of the fledging game advertising industry. The report includes analysis and forecast for different game

More information

Video Scripting Templates. Be sure to use annotations and cards in your video ads so people can click!

Video Scripting Templates. Be sure to use annotations and cards in your video ads so people can click! Video Scripting Templates The two following scripts/templates are designed to be used for your in-stream video ads. The point of the templates is to get the viewer to take action in as little time as possible.

More information

Secure and Intelligent Mobile Crowd Sensing

Secure and Intelligent Mobile Crowd Sensing Secure and Intelligent Mobile Crowd Sensing Chi (Harold) Liu Professor and Vice Dean School of Computer Science Beijing Institute of Technology, China June 19, 2018 Marist College Agenda Introduction QoI

More information

Wavelet-based image compression

Wavelet-based image compression Institut Mines-Telecom Wavelet-based image compression Marco Cagnazzo Multimedia Compression Outline Introduction Discrete wavelet transform and multiresolution analysis Filter banks and DWT Multiresolution

More information

Online survey with children aged June 2017

Online survey with children aged June 2017 Online survey with children aged 12-15 June 2017 Establish with parent Whether a parent or guardian of a child in the household Age and gender of child Region/ nation Household socio-economic group Urbanity

More information

copyright amberpasillas2010 What is Divisibility? Divisibility means that after dividing, there will be No remainder.

copyright amberpasillas2010 What is Divisibility? Divisibility means that after dividing, there will be No remainder. What is Divisibility? Divisibility means that after dividing, there will be No remainder. 1 356,821 Can you tell by just looking at this number if it is divisible by 2? by 5? by 10? by 3? by 9? By 6? The

More information

Roberto Togneri (Signal Processing and Recognition Lab)

Roberto Togneri (Signal Processing and Recognition Lab) Signal Processing and Machine Learning for Power Quality Disturbance Detection and Classification Roberto Togneri (Signal Processing and Recognition Lab) Power Quality (PQ) disturbances are broadly classified

More information

Air Quality Sensors Real World Practicalities. Brian Stacey, IAPSC, Telford 22 Nov 18

Air Quality Sensors Real World Practicalities. Brian Stacey, IAPSC, Telford 22 Nov 18 Air Quality Sensors Real World Practicalities Brian Stacey, IAPSC, Telford 22 Nov 18 2 My presentation A reminder The issues An update Standardisation The future? 3 Sensors A reminder We ve been interested

More information

Green policies, clean technology spillovers and growth Antoine Dechezleprêtre London School of Economics

Green policies, clean technology spillovers and growth Antoine Dechezleprêtre London School of Economics Green policies, clean technology spillovers and growth Antoine Dechezleprêtre London School of Economics Joint work with Ralf Martin & Myra Mohnen Green policies can boost productivity, spur growth and

More information

Privacy preserving data mining multiplicative perturbation techniques

Privacy preserving data mining multiplicative perturbation techniques Privacy preserving data mining multiplicative perturbation techniques Li Xiong CS573 Data Privacy and Anonymity Outline Review and critique of randomization approaches (additive noise) Multiplicative data

More information

Taking Great Pictures (Automatically)

Taking Great Pictures (Automatically) Taking Great Pictures (Automatically) Computational Photography (15-463/862) Yan Ke 11/27/2007 Anyone can take great pictures if you can recognize the good ones. Photo by Chang-er @ Flickr F8 and Be There

More information

It isn t w hat what you you know. know. It s who you know.

It isn t w hat what you you know. know. It s who you know. It isn t whatyouknow. It isn t what you know. It s who you know. Benefits of Networking What is important to know about Networking Best Practices on Networking How to survive a Networking event Creating

More information

Game-Playing & Adversarial Search

Game-Playing & Adversarial Search Game-Playing & Adversarial Search This lecture topic: Game-Playing & Adversarial Search (two lectures) Chapter 5.1-5.5 Next lecture topic: Constraint Satisfaction Problems (two lectures) Chapter 6.1-6.4,

More information

TRB Innovations in Travel Modeling Atlanta, June 25, 2018

TRB Innovations in Travel Modeling Atlanta, June 25, 2018 Using an Activity-Based Model with Dynamic Traffic Simulation to Explore Scenarios for Private and Shared Autonomous Vehicle Use in Jacksonville with TRB Innovations in Travel Modeling Atlanta, June 25,

More information

Color Constancy Using Standard Deviation of Color Channels

Color Constancy Using Standard Deviation of Color Channels 2010 International Conference on Pattern Recognition Color Constancy Using Standard Deviation of Color Channels Anustup Choudhury and Gérard Medioni Department of Computer Science University of Southern

More information

Danny's Dragon [Kindle Edition] By Janet Muirhead Hill READ ONLINE

Danny's Dragon [Kindle Edition] By Janet Muirhead Hill READ ONLINE Danny's Dragon [Kindle Edition] By Janet Muirhead Hill READ ONLINE If you are searching for a ebook by Janet Muirhead Hill Danny's Dragon [Kindle Edition] in pdf format, then you have come on to right

More information

Latest Updates Regarding Your Amazing.com Membership (Mar. 9 th, 2017) This PDF relates to the video updates provided at

Latest Updates Regarding Your Amazing.com Membership (Mar. 9 th, 2017) This PDF relates to the video updates provided at Action Items: Latest Updates Regarding Your Amazing.com Membership (Mar. 9 th, 2017) This PDF relates to the video updates provided at http://my.amazing.com/mar917 1. Learn how to use Gmail Ads to send

More information

HOW TO BE A Successful Blogger

HOW TO BE A Successful Blogger HOW TO BE A Successful Blogger In 12 Steps From Popular Bloggers Increase Your Publishing Frequency To Meet Your Goals Publishing consistent content isn t your goal, growing your following is. Brainstorm

More information

Michael Jackson (Behind The Mask: What Michael Jackson's Body Language Told The World Book 1) By Craig James Baxter

Michael Jackson (Behind The Mask: What Michael Jackson's Body Language Told The World Book 1) By Craig James Baxter Michael Jackson (Behind The Mask: What Michael Jackson's Body Language Told The World Book 1) By Craig James Baxter Michael s Body Language Michael Jackson World - Craig Baxter s book Behind The Mask:

More information

The following tables provide information on the major changes that have been implemented with each software release.

The following tables provide information on the major changes that have been implemented with each software release. The following tables provide information on the major changes that have been implemented with each software release. Force 0 (Version 8.40) Release Date: /0/0 Released the games Little Shop Road Trip,

More information

Recommender systems and the Netflix prize. Charles Elkan. January 14, 2011

Recommender systems and the Netflix prize. Charles Elkan. January 14, 2011 Recommender systems and the Netflix prize Charles Elkan January 14, 2011 Solving the World's Problems Creatively Recommender systems We Know What You Ought To Be Watching This Summer We re quite curious,

More information

Front Digital page Strategy and Leadership

Front Digital page Strategy and Leadership Front Digital page Strategy and Leadership Who am I? Prof. Dr. Bob de Wit What concerns me? - How to best lead a firm - How to design the strategy process - How to best govern a country - How to adapt

More information

13 vs 18 Who says WE can t be YOU? Harry Girlea

13 vs 18 Who says WE can t be YOU? Harry Girlea 13 vs 18 Who says WE can t be YOU? Harry Girlea No matter how hard I tried to put a positive spin on my next statement, I failed miserably! There is no easy way to tell you this: There is no easy way to

More information

Front Digital page Strategy and leadership

Front Digital page Strategy and leadership Front Digital page Strategy and leadership Who am I? Prof. Dr. Bob de Wit What concerns me? - How to best lead a firm - How to design the strategy process - How to best govern a country - How to adapt

More information

iask: A Distributed Q&A System Incorporating Social Community and Global Collective Intelligence Guoxin Liu and Haiying Shen

iask: A Distributed Q&A System Incorporating Social Community and Global Collective Intelligence Guoxin Liu and Haiying Shen iask: A Distributed Q&A System Incorporating Social Community and Global Collective Intelligence Guoxin Liu and Haiying Shen Presenter: Haiying Shen Associate professor *Department of Electrical and Computer

More information

Games and Big Data: A Scalable Multi-Dimensional Churn Prediction Model

Games and Big Data: A Scalable Multi-Dimensional Churn Prediction Model Games and Big Data: A Scalable Multi-Dimensional Churn Prediction Model Paul Bertens, Anna Guitart and África Periáñez (Silicon Studio) CIG 2017 New York 23rd August 2017 Who are we? Game studio and graphics

More information

Optimizing Players Expected Enjoyment in Interactive Stories

Optimizing Players Expected Enjoyment in Interactive Stories Optimizing Players Expected Enjoyment in Interactive Stories Hong Yu and Mark O. Riedl School of Interactive Computing, Georgia Institute of Technology 85 Fifth Street NW, Atlanta, GA 30308 {hong.yu; riedl}@cc.gatech.edu

More information

Daily Dollar Questions 2017 Level 4

Daily Dollar Questions 2017 Level 4 Daily Dollar Questions 2017 Level 4 For Year 7, and Year 8 students. Curriculum level 4. What to do. For students. 1. You may work in pairs or on your own and your teacher or parent can help you. 2. Do

More information

CASE STUDY: NICK WHITEHOUSE LOS ANGELES, CA (USA) Nick Whitehouse

CASE STUDY: NICK WHITEHOUSE LOS ANGELES, CA (USA) Nick Whitehouse CASE STUDY: NICK WHITEHOUSE LOS ANGELES, CA (USA) 1 LIGHTING FOR MUSIC ROYALTY While the names Justin Timberlake, Jay Z, Coldplay, Beyoncé, and Britney Spears conjure up images of incredible concert experiences,

More information

That Will Give You A TREMENDOUS ADVANTAGE

That Will Give You A TREMENDOUS ADVANTAGE The ONE THING You Can Do IMMEDIATELY That Will Give You A TREMENDOUS ADVANTAGE Over Your Competitors! GET STARTED WITH A FREE DEMO! 100% Customized Simple Strategies Guaranteed Results Finally, An Advertising

More information

AutoScore: The Automated Music Transcriber Project Proposal , Spring 2011 Group 1

AutoScore: The Automated Music Transcriber Project Proposal , Spring 2011 Group 1 AutoScore: The Automated Music Transcriber Project Proposal 18-551, Spring 2011 Group 1 Suyog Sonwalkar, Itthi Chatnuntawech ssonwalk@andrew.cmu.edu, ichatnun@andrew.cmu.edu May 1, 2011 Abstract This project

More information

I once was flat broke, with no job, no skills and no education. I was going nowhere in life - fast.

I once was flat broke, with no job, no skills and no education. I was going nowhere in life - fast. Edwin Dollars edwindollars.com Hi I m Edwin, nice to meet you! I make six figures a year with my network of finance blogs. But before you think I m special or something, let me stop you right there. I

More information

6 IFTTT Fan Page Synd - Video Synd Alpha Case Study https://www.youtube.com/watch?v=hbjqviupwbg

6 IFTTT Fan Page Synd - Video Synd Alpha Case Study https://www.youtube.com/watch?v=hbjqviupwbg 6 IFTTT Fan Page Synd - Video Synd Alpha Case Study https://www.youtube.com/watch?v=hbjqviupwbg Okay so the next thing we want to do are 2 things, first we want to make sure we have some bookmark accounts,

More information

TCN Interview 리비아 TFT 최동호과장

TCN Interview 리비아 TFT 최동호과장 TCN Interview 리비아 TFT 최동호과장 1. ABOUT PERSONAL AFFAIRS (family, religion, others) 1) Can you tell me your name again please? - Can I have your name again? - How do you spell your first name? - What spelling

More information

Screens for Content. Kids Media Journeys revealed

Screens for Content. Kids Media Journeys revealed Screens for Content Kids Media Journeys revealed Every day children look for media content on-screen - be it on, tablet, smartphone, offline or online. We followed their content journey to understand what

More information

Fantasy Film Post 9/11 By Frances Pheasant-Kelly READ ONLINE

Fantasy Film Post 9/11 By Frances Pheasant-Kelly READ ONLINE Fantasy Film Post 9/11 By Frances Pheasant-Kelly READ ONLINE If you are looking for the book by Frances Pheasant- Kelly Fantasy Film Post 9/11 in pdf format, then you've come to loyal website. We furnish

More information

Writing Inequalities Tuesday Warm-Up Answer the following on your half sheet warm

Writing Inequalities Tuesday Warm-Up Answer the following on your half sheet warm 5.notebook Agenda Warm-Up HW Check Activity: Four Corners Notes HW: Practice #1-9 Reminders Tutoring Wed. Morning! Tuesday Warm-Up Answer the following on your half sheet warm 1. up. Be ready to turn in

More information

MS Project :Trading Accuracy for Power with an Under-designed Multiplier Architecture Parag Kulkarni Adviser : Prof. Puneet Gupta Electrical Eng.

MS Project :Trading Accuracy for Power with an Under-designed Multiplier Architecture Parag Kulkarni Adviser : Prof. Puneet Gupta Electrical Eng. MS Project :Trading Accuracy for Power with an Under-designed Multiplier Architecture Parag Kulkarni Adviser : Prof. Puneet Gupta Electrical Eng., UCLA - http://nanocad.ee.ucla.edu/ 1 Outline Introduction

More information

Audio Similarity. Mark Zadel MUMT 611 March 8, Audio Similarity p.1/23

Audio Similarity. Mark Zadel MUMT 611 March 8, Audio Similarity p.1/23 Audio Similarity Mark Zadel MUMT 611 March 8, 2004 Audio Similarity p.1/23 Overview MFCCs Foote Content-Based Retrieval of Music and Audio (1997) Logan, Salomon A Music Similarity Function Based On Signal

More information

Link State Routing. Stefano Vissicchio UCL Computer Science CS 3035/GZ01

Link State Routing. Stefano Vissicchio UCL Computer Science CS 3035/GZ01 Link State Routing Stefano Vissicchio UCL Computer Science CS 335/GZ Reminder: Intra-domain Routing Problem Shortest paths problem: What path between two vertices offers minimal sum of edge weights? Classic

More information

The Character Kids Goal Setting Activities 2008

The Character Kids Goal Setting Activities 2008 CENTER FOR SAFE SCHOOLS AND COMMUNITIES PEACE4KIDS AND FAMILIES PROGRAM The Character Kids Goal Setting Activities 2008 450 Tynan Court Erie, CO 80516 P: 303.828.9733 F: 303.828.4589 www.centerforsafeschools.org

More information

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 13

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 13 CS 70 Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 13 Introduction to Discrete Probability In the last note we considered the probabilistic experiment where we flipped a

More information

Graphical representations of functions Independent and dependent variables. In reference to Example 1 above, fill in the following blanks.

Graphical representations of functions Independent and dependent variables. In reference to Example 1 above, fill in the following blanks. Alg1, Unit 5, Lesson06_absent-student, page 1 Graphical representations of functions Independent and dependent variables Example 1: For the function p(w) = 3w + 2, produce the p values (the range) when

More information

Tyrannosaurs: Meet the Family

Tyrannosaurs: Meet the Family Australian Museum Tyrannosaurs: Meet the Family Chris Lang May 2014 Australian Museum exhibition evaluation: Tyrannosaurs 1 Table of Contents > Introduction 3 > Exhibition floor plan 4 > Exit Survey Results

More information

The Effects of Entrainment in a Tutoring Dialogue System. Huy Nguyen, Jesse Thomason CS 3710 University of Pittsburgh

The Effects of Entrainment in a Tutoring Dialogue System. Huy Nguyen, Jesse Thomason CS 3710 University of Pittsburgh The Effects of Entrainment in a Tutoring Dialogue System Huy Nguyen, Jesse Thomason CS 3710 University of Pittsburgh Outline Introduction Corpus Post-Hoc Experiment Results Summary 2 Introduction Spoken

More information

Israel Venture Capital Investments Report Q3 2017

Israel Venture Capital Investments Report Q3 2017 Israel Venture Capital Investments Report Q3 2017 NOVEMBER 2017 Summary of Israeli Venture Capital Raising Q3/2017 +14% from Q2/2017 Israeli high-tech capital raising summed up to $1.44B @ ALL RIGHTS RESERVED.

More information

Game Theory and Randomized Algorithms

Game Theory and Randomized Algorithms Game Theory and Randomized Algorithms Guy Aridor Game theory is a set of tools that allow us to understand how decisionmakers interact with each other. It has practical applications in economics, international

More information

While there are lots of different kinds of pitches, there are two that are especially useful for young designers:

While there are lots of different kinds of pitches, there are two that are especially useful for young designers: Pitching Your Game Ideas Think you ve got a great idea for the next console blockbuster? Or the next mobile hit that will take the app store by storm? Maybe you ve got an innovative idea for a game that

More information

A.M. Turing, computer pioneer, worried about intelligence in humans & machines; proposed a test (1950) thinks with electricity

A.M. Turing, computer pioneer, worried about intelligence in humans & machines; proposed a test (1950) thinks with electricity Progress has been tremendous Lawrence Snyder University of Washington, Seattle The inventors of ENIAC, 1 st computer, said it thinks with electricity Do calculators think? Does performing arithmetic, which

More information

Changjiang Yang. Computer Vision, Pattern Recognition, Machine Learning, Robotics, and Scientific Computing.

Changjiang Yang. Computer Vision, Pattern Recognition, Machine Learning, Robotics, and Scientific Computing. Changjiang Yang Mailing Address: Department of Computer Science University of Maryland College Park, MD 20742 Lab Phone: (301)405-8366 Cell Phone: (410)299-9081 Fax: (301)314-9658 Email: yangcj@cs.umd.edu

More information

computational social media lecture 04: shooting

computational social media lecture 04: shooting computational social media lecture 04: shooting daniel gatica-perez 04.05.2018 this lecture 1. a snapshot of the present flickr, instagram, snapchat 2. a look into the past 20th century image sharing practices

More information

The Paradise Plan INDEPENDENT AMBASSADOR QUICK START WORKBOOK

The Paradise Plan INDEPENDENT AMBASSADOR QUICK START WORKBOOK The Paradise Plan INDEPENDENT AMBASSADOR QUICK START WORKBOOK Bula, and welcome to Wakaya! Get comfortable. Sega Na Leqa pronounced zenga na lenga is the Fijian expression of no pressure, no worries, and

More information

Camper Fundraising Guide

Camper Fundraising Guide Camper Fundraising Guide Become a Camp Champ! Welcome to the Camp Blue Hawk Family! Whether this is your first time at camp, or you are a returning camper, we are so excited for this summer, and we can

More information

Physics Based Sensor simulation

Physics Based Sensor simulation Physics Based Sensor simulation Jordan Gorrochotegui - Product Manager Software and Services Mike Phillips Software Engineer Restricted Siemens AG 2017 Realize innovation. Siemens offers solutions across

More information

Predicting Content Virality in Social Cascade

Predicting Content Virality in Social Cascade Predicting Content Virality in Social Cascade Ming Cheung, James She, Lei Cao HKUST-NIE Social Media Lab Department of Electronic and Computer Engineering Hong Kong University of Science and Technology,

More information

We encourage you to print this booklet for easy reading. Blogging for Beginners 1

We encourage you to print this booklet for easy reading. Blogging for Beginners 1 We have strived to be as accurate and complete as possible in this report. Due to the rapidly changing nature of the Internet the contents are not warranted to be accurate. While all attempts have been

More information

LET S partner TOGETHER

LET S partner TOGETHER LET S partner TOGETHER WHITE PLAINS, NY At The Heart Of White Plains ultimate destination area development The Galleria at White Plains is an indoor shopping mall and main shopping destination that serves

More information

Fourier Analysis and Change Detection. Dynamic Network Analysis

Fourier Analysis and Change Detection. Dynamic Network Analysis Fourier Analysis and Change Detection Prof. L. Richard Carley carley@ece.cmu.edu 1 Dynamic Network Analysis Key focus Networks change over time Summary statistics typically average all data Useless for

More information

One Shot (Jack Reacher, No. 9) By Lee Child

One Shot (Jack Reacher, No. 9) By Lee Child One Shot (Jack Reacher, No. 9) By Lee Child Six shots. Five dead. One heartland city thrown into a state of terror. But within hours the cops have it solved: a slam-dunk case. Except for one thing. One

More information

Recommendations Worth a Million

Recommendations Worth a Million Recommendations Worth a Million An Introduction to Clustering 15.071x The Analytics Edge Clapper image is in the public domain. Source: Pixabay. Netflix Online DVD rental and streaming video service More

More information

Music Recommendation using Recurrent Neural Networks

Music Recommendation using Recurrent Neural Networks Music Recommendation using Recurrent Neural Networks Ashustosh Choudhary * ashutoshchou@cs.umass.edu Mayank Agarwal * mayankagarwa@cs.umass.edu Abstract A large amount of information is contained in the

More information

User Research in Fractal Spaces:

User Research in Fractal Spaces: User Research in Fractal Spaces: Behavioral analytics: Profiling users and informing game design Collaboration with national and international researchers & companies Behavior prediction and monetization:

More information

Dynamic Data-Driven Adaptive Sampling and Monitoring of Big Spatial-Temporal Data Streams for Real-Time Solar Flare Detection

Dynamic Data-Driven Adaptive Sampling and Monitoring of Big Spatial-Temporal Data Streams for Real-Time Solar Flare Detection Dynamic Data-Driven Adaptive Sampling and Monitoring of Big Spatial-Temporal Data Streams for Real-Time Solar Flare Detection Dr. Kaibo Liu Department of Industrial and Systems Engineering University of

More information

Rhythmic Similarity -- a quick paper review. Presented by: Shi Yong March 15, 2007 Music Technology, McGill University

Rhythmic Similarity -- a quick paper review. Presented by: Shi Yong March 15, 2007 Music Technology, McGill University Rhythmic Similarity -- a quick paper review Presented by: Shi Yong March 15, 2007 Music Technology, McGill University Contents Introduction Three examples J. Foote 2001, 2002 J. Paulus 2002 S. Dixon 2004

More information

Bayesian Foreground and Shadow Detection in Uncertain Frame Rate Surveillance Videos

Bayesian Foreground and Shadow Detection in Uncertain Frame Rate Surveillance Videos ABSTRACT AND FIGURES OF PAPER PUBLISHED IN IEEE TRANSACTIONS ON IMAGE PROCESSING VOL. 17, NO. 4, 2008 1 Bayesian Foreground and Shadow Detection in Uncertain Frame Rate Surveillance Videos Csaba Benedek,

More information

Session 124TS, A Practical Guide to Machine Learning for Actuaries. Presenters: Dave M. Liner, FSA, MAAA, CERA

Session 124TS, A Practical Guide to Machine Learning for Actuaries. Presenters: Dave M. Liner, FSA, MAAA, CERA Session 124TS, A Practical Guide to Machine Learning for Actuaries Presenters: Dave M. Liner, FSA, MAAA, CERA SOA Antitrust Disclaimer SOA Presentation Disclaimer A practical guide to machine learning

More information

Drum Transcription Based on Independent Subspace Analysis

Drum Transcription Based on Independent Subspace Analysis Report for EE 391 Special Studies and Reports for Electrical Engineering Drum Transcription Based on Independent Subspace Analysis Yinyi Guo Center for Computer Research in Music and Acoustics, Stanford,

More information

Progress has been tremendous. Lawrence Snyder University of Washington, Seattle

Progress has been tremendous. Lawrence Snyder University of Washington, Seattle Progress has been tremendous Lawrence Snyder University of Washington, Seattle Lawrence Snyder 2004 The inventors of ENIAC, 1 st computer, said it thinks with electricity Do calculators think? Does performing

More information

ARGUING THE SAFETY OF MACHINE LEARNING FOR HIGHLY AUTOMATED DRIVING USING ASSURANCE CASES LYDIA GAUERHOF BOSCH CORPORATE RESEARCH

ARGUING THE SAFETY OF MACHINE LEARNING FOR HIGHLY AUTOMATED DRIVING USING ASSURANCE CASES LYDIA GAUERHOF BOSCH CORPORATE RESEARCH ARGUING THE SAFETY OF MACHINE LEARNING FOR HIGHLY AUTOMATED DRIVING USING ASSURANCE CASES 14.12.2017 LYDIA GAUERHOF BOSCH CORPORATE RESEARCH Arguing Safety of Machine Learning for Highly Automated Driving

More information

Let s all have fun doing Maths!!!!

Let s all have fun doing Maths!!!! Let s all have fun doing Maths!!!! Maria Regina College Naxxar Primary - Year 3 Today the date is and the weather is Station 1- In Class Here we are in class. Look around you and count the number of windows

More information

Nikolaos Kourentzes Dr. Sven F. Crone LUMS Department of Management Science

Nikolaos Kourentzes Dr. Sven F. Crone LUMS Department of Management Science www.lancs.ac.uk Nikolaos Kourentzes Dr. Sven F. Crone LUMS Department of Management Science Agenda ISF 2009 I. Motivation II. III. IV. i. Why Neural Networks? ii. Why focus on the input vector? iii. Why

More information