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

Size: px
Start display at page:

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

Transcription

1 Recommender systems and the Netflix prize Charles Elkan January 14, 2011 Solving the World's Problems Creatively

2 Recommender systems We Know What You Ought To Be Watching This Summer

3

4 We re quite curious, really. To the tune of one million dollars. Netflix Prize rules 1. Goal: Improve the Netflix recommendation algorithm, Cinematch 2. Criterion: Reduction in error (RMSE) 3. Oct 06: Contest start 4. Oct 07: $50K progress prize for 8.43% improvement 5. Oct 08: $50K progress prize for 9.44% improvement 6. Sept 09: $1 million grand prize for 10.06% improvement

5 Movie rating data Training data 100 million ratings 480,000 users 17,770 movies 6 years of data: Test data Last few ratings from each user (2.8 million) Dates of ratings are given Training data score movie user Test data movie user? 62 1? 96 1? 7 2? 3 2? 47 3? 15 3? 41 4? 28 4? 93 5? 74 5? 69 6? 83 6

6 What is RMSE? RMSE stands for root mean squared error. Let p be the prediction for user u and movie m; let r be the true rating. RMSE = (p - r)² / n RMSE measures the average mistake, with higher penalty for big mistakes, i.e. large values of (p-r)². You can t have a contest without a precise goal!

7 #ratings per user 1. Avg #ratings/user: 208

8 Most Active Users User ID # Ratings Mean Rating , , , , , , , , The dataset contains 17,770 movies!

9 #ratings per movie 1. Avg #ratings/movie: 5627

10 Movies Rated Most Often Title # Ratings Mean Rating Miss Congeniality 227, Independence Day 216, The Patriot 200, The Day After Tomorrow 194, Pretty Woman 190, Pirates of the Caribbean 188, The Green Mile 180, Forrest Gump 180,

11 Important RMSE levels Global average: erroneous User average: Personalization Movie average: Cinematch system: Prize 07 (BellKor): Prize 08 (BellKor+BigChaos): Grand Prize (BellKor s Pragmatic Chaos) : accurate Inherent noise:????

12 Major Challenges 1. Size of data Need memory management and efficiency of algorithms 2. Training and test data are different Test ratings are later in time 3. 99% of data are missing Eliminates many standard methods 4. Countless factors affect ratings: Genre, movie vs. TV vs. other Style of action, dialogue, plot, music Director, actors movie #16322

13 Types of recommender systems 1. Personalized recommendations of items (e.g. Amazon products) to users 3. Content-based: Pre-specified attributes measured for items Users interests estimated for same attributes Examples: eharmony, Pandora 4. Collaborative filtering (CF): Does not require content information about items or user surveys Infers relationships from purchases or ratings Nearest neighbor methods Hidden attribute methods

14

15 Hidden attribute methods Serious The Color Purple Amadeus Braveheart Geared towards females Sense and Sensibility Ocean s 11 Lethal Weapon Geared towards males Dave The Princess Diaries The Lion King Independence Day Gus Dumb and Dumber Escapist

16 Lessons from the Netflix contest Movie # 13043

17 Lesson #1: Look at the data 1. Major steps forward were based on including new aspects of the data: Time-based effects Selection bias: Which movies a user rates is predictive of rating values Daily rating counts are predictive 2. Use human intelligence to define new features of the data.

18 Multiple sources of temporal dynamics Item-based effects: Product perception and popularity change constantly Seasonal patterns influence popularity User-based effects: Customers continually change their tastes Transient, short-term bias; anchoring Drifting rating scale Change of rater within household

19 Something happened in

20 Are old movies better than new ones?

21 Lesson #3: Mathematics helps! Matrix factorization is the leading approach Gradient-descent-based optimization Integration of biases Incorporation of implicit feedback Accounting for temporal effects Combination with a neighborhood model

22 Matrix factorization method items users = items users This is a rank-3 linear algebra approximation!

23 Estimate unknown ratings as dot-products of factor values: items users ? = items users

24 Estimate unknown ratings as inner-products of factors: items users ? = ~ items users

25 Estimate unknown ratings as inner-products of factors: items users ~ ~ items users * *0.5 + (-0.5)*1.4 = 1.6

26 Matrix factorization model = Why can t we use standard linear algebra? 1. Standard linear algebra only applies to matrices where every entry has a known value. 3. Smoothing is necessary: We must learn as much signal as possible where there are sufficient data, but not overfit where data are scarce.

27 Matrix approximation and the Netflix contest Probably the most popular contest method Powerful, fast, and easy to program Simon Funk described first gradient-descent SVD method. Immediately ranked 3 rd place on leaderboard Still today: many related discussions in the Prize forum Monday, December 11, 2006 Netflix Update: Try This at Home Simon Funk is the pseudonym of Brandyn Webb, UCSD CSE B.S. alumnus.

28 Ideas needed to win the Netflix prize 1. Matrix factorization (see your linear algebra class) 2. RMSE cost function (see your statistics class) 3. Gradient descent (see your calculus class) 4. Stochastic gradient descent (machine learning) 5. Regularization (machine learning) 6. Baseline factors 7. A different target: which movies does a user rate? 8. Time-dependent factor values 28

29 Conclusion Learn to be computer scientists, then go out and change the world! Solving the World's Problems Creatively

Recommendation Systems UE 141 Spring 2013

Recommendation Systems UE 141 Spring 2013 Recommendation Systems UE 141 Spring 2013 Jing Gao SUNY Buffalo 1 Data Recommendation Systems users 1 3 4 3 5 5 4 5 5 3 3 2 2 2 1 items Goal Learn what a user might be interested in and recommend other

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

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

Recommender Systems TIETS43 Collaborative Filtering

Recommender Systems TIETS43 Collaborative Filtering + Recommender Systems TIETS43 Collaborative Filtering Fall 2017 Kostas Stefanidis kostas.stefanidis@uta.fi https://coursepages.uta.fi/tiets43/ selection Amazon generates 35% of their sales through recommendations

More information

#Azure #MicrosoftAIJourney Feedback Forms

#Azure #MicrosoftAIJourney Feedback Forms http://aka.ms/aicommunity #Azure #MicrosoftAIJourney Feedback Forms http://aka.ms/aijourneyfeedback 21 st September, 2018 16 th October, 2018 25 th October 2018 6 th November, 2018 7 th November, 2018

More information

arxiv: v1 [cs.ir] 14 Nov 2017

arxiv: v1 [cs.ir] 14 Nov 2017 Considering Durations and Replays to Improve Music Recommender Systems Pierre HANNA Computer Science Laboratory (LaBRI), University of Bordeaux, Cours de la Libération, 33405 TALENCE, FRANCE Simbals SAS,

More information

What are Career Opportunities if You Are Good in Math? Rafal Kulik Department of Mathematics and Statistics

What are Career Opportunities if You Are Good in Math? Rafal Kulik Department of Mathematics and Statistics What are Career Opportunities if You Are Good in Math? Rafal Kulik Department of Mathematics and Statistics matchair@uottawa.ca Doing mathematics and statistics means Identifying and solving problems Proving

More information

CSE 258 Winter 2017 Assigment 2 Skill Rating Prediction on Online Video Game

CSE 258 Winter 2017 Assigment 2 Skill Rating Prediction on Online Video Game ABSTRACT CSE 258 Winter 2017 Assigment 2 Skill Rating Prediction on Online Video Game In competitive online video game communities, it s common to find players complaining about getting skill rating lower

More information

DS504/CS586: Big Data Analytics Recommender System

DS504/CS586: Big Data Analytics Recommender System Welcome to DS0/CS86: Big Data Analytics Recommender System Prof. Yanhua Li Time: 6:00pm 8:0pm Thu. Location: AK Fall 06 Example: Recommender Systems v Customer X Star War I Star War II v Customer Y Does

More information

Where We re Going. Heavyweight Applications of Lightweight User Models. Some Stories. Usenet Interface. Some Stories. Cross-Sales at GUS

Where We re Going. Heavyweight Applications of Lightweight User Models. Some Stories. Usenet Interface. Some Stories. Cross-Sales at GUS Heavyweight Applications of Lightweight User Models Collaborative Filtering Recommender Systems Joseph A. Konstan GroupLens Research Project University of Minnesota konstan@cs.umn.edu http://www.grouplens.org

More information

A&AE-190 Numerical Descriptions of Physical Quantities

A&AE-190 Numerical Descriptions of Physical Quantities A&AE-190 Numerical Descriptions of Physical Quantities Including Scientific Notation Sanity Checks in Engineering Jeopardy! Game Homework 6: Due Thursday, November 8, 2001 References: Refer to information

More information

TD-Leaf(λ) Giraffe: Using Deep Reinforcement Learning to Play Chess. Stefan Lüttgen

TD-Leaf(λ) Giraffe: Using Deep Reinforcement Learning to Play Chess. Stefan Lüttgen TD-Leaf(λ) Giraffe: Using Deep Reinforcement Learning to Play Chess Stefan Lüttgen Motivation Learn to play chess Computer approach different than human one Humans search more selective: Kasparov (3-5

More information

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

Million Song Dataset Challenge!

Million Song Dataset Challenge! 1 Introduction Million Song Dataset Challenge Fengxuan Niu, Ming Yin, Cathy Tianjiao Zhang Million Song Dataset (MSD) is a freely available collection of data for one million of contemporary songs (http://labrosa.ee.columbia.edu/millionsong/).

More information

Kernels and Support Vector Machines

Kernels and Support Vector Machines Kernels and Support Vector Machines Machine Learning CSE446 Sham Kakade University of Washington November 1, 2016 2016 Sham Kakade 1 Announcements: Project Milestones coming up HW2 You ve implemented GD,

More information

Final report - Advanced Machine Learning project Million Song Dataset Challenge

Final report - Advanced Machine Learning project Million Song Dataset Challenge Final report - Advanced Machine Learning project Million Song Dataset Challenge Xiaoxiao CHEN Yuxiang WANG Honglin LI XIAOXIAO.CHEN@TELECOM-PARISTECH.FR YUXIANG.WANG@U-PSUD.FR HONG-LIN.LI@U-PSUD.FR Abstract

More information

Dota2 is a very popular video game currently.

Dota2 is a very popular video game currently. Dota2 Outcome Prediction Zhengyao Li 1, Dingyue Cui 2 and Chen Li 3 1 ID: A53210709, Email: zhl380@eng.ucsd.edu 2 ID: A53211051, Email: dicui@eng.ucsd.edu 3 ID: A53218665, Email: lic055@eng.ucsd.edu March

More information

Sampling, Part 2. AP Statistics Chapter 12

Sampling, Part 2. AP Statistics Chapter 12 Sampling, Part 2 AP Statistics Chapter 12 bias error Sampling error is just sampling variation! Bias vs Error BIAS is something that causes your measurements to systematically miss in the same direction,

More information

Updates. v Quiz 1 has been graded (by our TA) Grades are available on Canvas

Updates. v Quiz 1 has been graded (by our TA) Grades are available on Canvas Updates v Quiz has been graded (by our TA) Grades are available on Canvas v Project timeline Post your project final reports in the discussion forum (by / Tue :9pm). Submit your self-and-peer evaluation

More information

I. INTRODUCTION II. LITERATURE SURVEY. International Journal of Advanced Networking & Applications (IJANA) ISSN:

I. INTRODUCTION II. LITERATURE SURVEY. International Journal of Advanced Networking & Applications (IJANA) ISSN: A Friend Recommendation System based on Similarity Metric and Social Graphs Rashmi. J, Dr. Asha. T Department of Computer Science Bangalore Institute of Technology, Bangalore, Karnataka, India rash003.j@gmail.com,

More information

MEDIA AD AVOIDANCE & DISTRACTION

MEDIA AD AVOIDANCE & DISTRACTION MEDIA AD AVOIDANCE & DISTRACTION December 2016 2 SURVEY OVERVIEW Survey Background and Objectives NPR has conducted research in Q4 2016 to understand how the NPR audience compares to other Americans in

More information

Affordable Real-Time Vision Guidance for Robot Motion Control

Affordable Real-Time Vision Guidance for Robot Motion Control Affordable Real-Time Vision Guidance for Robot Motion Control Cong Wang Assistant Professor ECE and MIE Departments New Jersey Institute of Technology Mobile: (510)529-6691 Office: (973)596-5744 Advanced

More information

Master of Creative Writing for Scriptwriters

Master of Creative Writing for Scriptwriters Master of Creative Writing for Scriptwriters Available onsite or via distance learning, the Master of Creative Writing (MCW) for Scriptwriters is for writers who are serious about a career in film, TV,

More information

Contents. List of Figures List of Tables. Structure of the Book How to Use this Book Online Resources Acknowledgements

Contents. List of Figures List of Tables. Structure of the Book How to Use this Book Online Resources Acknowledgements Contents List of Figures List of Tables Preface Notation Structure of the Book How to Use this Book Online Resources Acknowledgements Notational Conventions Notational Conventions for Probabilities xiii

More information

DS504/CS586: Big Data Analytics Recommender System

DS504/CS586: Big Data Analytics Recommender System Welcome to DS0/CS86: Big Data Analytics Recommender System Prof. Yanhua Li Time: 6:00pm 8:0pm Thu. Location: KH6 Fall 07 Example: Recommender Systems v Customer X Star War I Star War II v Customer Y Does

More information

Karen B. Paul, Ph.D. From Blurring Boundaries to Boundaryless

Karen B. Paul, Ph.D. From Blurring Boundaries to Boundaryless Karen B. Paul, Ph.D. From Blurring Boundaries to Boundaryless Agenda Little on the Culture for Context Blurring Boundaries Toward Boundary-less Change and Over-coming Barriers TO ACCESS THESE SLIDES PLEASE

More information

Section 6.4. Sampling Distributions and Estimators

Section 6.4. Sampling Distributions and Estimators Section 6.4 Sampling Distributions and Estimators IDEA Ch 5 and part of Ch 6 worked with population. Now we are going to work with statistics. Sample Statistics to estimate population parameters. To make

More information

Understanding User Privacy in Internet of Things Environments IEEE WORLD FORUM ON INTERNET OF THINGS / 30

Understanding User Privacy in Internet of Things Environments IEEE WORLD FORUM ON INTERNET OF THINGS / 30 Understanding User Privacy in Internet of Things Environments HOSUB LEE AND ALFRED KOBSA DONALD BREN SCHOOL OF INFORMATION AND COMPUTER SCIENCES UNIVERSITY OF CALIFORNIA, IRVINE 2016-12-13 IEEE WORLD FORUM

More information

THE ALGEBRA III MIDTERM EXAM REVIEW Name. This review MUST be turned in when you take the midterm exam

THE ALGEBRA III MIDTERM EXAM REVIEW Name. This review MUST be turned in when you take the midterm exam THE ALGEBRA III MIDTERM EXAM REVIEW Name This review MUST be turned in when you take the midterm exam ALG III Midterm Review Solve and graph on a number line. 1. x 6 14. 3x 1 5x 14 3. 4(x 1) (4x 3) Find

More information

Washington s Lottery: Daily Race Game Evaluation Study TOPLINE RESULTS. November 2009

Washington s Lottery: Daily Race Game Evaluation Study TOPLINE RESULTS. November 2009 Washington s Lottery: Daily Race Game Evaluation Study TOPLINE RESULTS November 2009 Study Objectives & Methodology Background & Objectives Washington s Lottery is in the process of evaluating two daily

More information

Minimal-Impact Audio-Based Personal Archives

Minimal-Impact Audio-Based Personal Archives Minimal-Impact Audio-Based Personal Archives Dan Ellis and Keansub Lee Laboratory for Recognition and Organization of Speech and Audio Dept. Electrical Eng., Columbia Univ., NY USA {dpwe,kslee}@ee.columbia.edu

More information

MAT 1272 STATISTICS LESSON STATISTICS AND TYPES OF STATISTICS

MAT 1272 STATISTICS LESSON STATISTICS AND TYPES OF STATISTICS MAT 1272 STATISTICS LESSON 1 1.1 STATISTICS AND TYPES OF STATISTICS WHAT IS STATISTICS? STATISTICS STATISTICS IS THE SCIENCE OF COLLECTING, ANALYZING, PRESENTING, AND INTERPRETING DATA, AS WELL AS OF MAKING

More information

Overview. Pre AI developments. Birth of AI, early successes. Overwhelming optimism underwhelming results

Overview. Pre AI developments. Birth of AI, early successes. Overwhelming optimism underwhelming results Help Overview Administrivia History/applications Modeling agents/environments What can we learn from the past? 1 Pre AI developments Philosophy: intelligence can be achieved via mechanical computation

More information

AI 101: An Opinionated Computer Scientist s View. Ed Felten

AI 101: An Opinionated Computer Scientist s View. Ed Felten AI 101: An Opinionated Computer Scientist s View Ed Felten Robert E. Kahn Professor of Computer Science and Public Affairs Director, Center for Information Technology Policy Princeton University A Brief

More information

The Story of the Brand Creative Partnerships

The Story of the Brand Creative Partnerships The Story of the Brand Creative Partnerships Creative Execution Collaborative Efforts Creative Implementation TEAM Work Print Billboards Magazines Web Presence Visitpaysonaz.com Social Media

More information

THE ALGEBRA III MIDTERM EXAM REVIEW Name

THE ALGEBRA III MIDTERM EXAM REVIEW Name THE ALGEBRA III MIDTERM EXAM REVIEW Name This review MUST be turned in when you take the midterm exam OR you will not be allowed to take the midterm and will receive a ZERO for the exam. ALG III Midterm

More information

Chess and Intelligence: Lessons for Scholastic Chess

Chess and Intelligence: Lessons for Scholastic Chess Chess and Intelligence: Lessons for Scholastic Chess Fernand Gobet Giovanni Sala Department of Psychological Sciences Overview Relation between chess and intelligence Are chess players smarter than non-players?

More information

MAT Midterm Review

MAT Midterm Review MAT 120 - Midterm Review Name Identify the population and the sample. 1) When 1094 American households were surveyed, it was found that 67% of them owned two cars. Identify whether the statement describes

More information

Class 10: Sampling and Surveys (Text: Section 3.2)

Class 10: Sampling and Surveys (Text: Section 3.2) Class 10: Sampling and Surveys (Text: Section 3.2) Populations and Samples If we talk to everyone in a population, we have taken a census. But this is often impractical, so we take a sample instead. We

More information

Stat472/572 Sampling: Theory and Practice Instructor: Yan Lu Albuquerque, UNM

Stat472/572 Sampling: Theory and Practice Instructor: Yan Lu Albuquerque, UNM Stat472/572 Sampling: Theory and Practice Instructor: Yan Lu Albuquerque, UNM 1 Chapter 1: Introduction Three Elements of Statistical Study: Collecting Data: observational data, experimental data, survey

More information

Probability Paradoxes

Probability Paradoxes Probability Paradoxes Washington University Math Circle February 20, 2011 1 Introduction We re all familiar with the idea of probability, even if we haven t studied it. That is what makes probability so

More information

Genetic algorithm applied in Clustering datasets. James Cunha Werner ) Terence C. Fogarty

Genetic algorithm applied in Clustering datasets. James Cunha Werner ) Terence C. Fogarty Genetic algorithm applied in Clustering datasets. James Cunha Werner (wernerjc@sbu.ac.uk ) Terence C. Fogarty (fogarttc@sbu.ac.uk ) SCISM South Bank University 103 Borough Road London SE1 0AA Abstract.

More information

Matthew Fox CS229 Final Project Report Beating Daily Fantasy Football. Introduction

Matthew Fox CS229 Final Project Report Beating Daily Fantasy Football. Introduction Matthew Fox CS229 Final Project Report Beating Daily Fantasy Football Introduction In this project, I ve applied machine learning concepts that we ve covered in lecture to create a profitable strategy

More information

1. How many subsets are there for the set of cards in a standard playing card deck? How many subsets are there of size 8?

1. How many subsets are there for the set of cards in a standard playing card deck? How many subsets are there of size 8? Math 1711-A Summer 2016 Final Review 1 August 2016 Time Limit: 170 Minutes Name: 1. How many subsets are there for the set of cards in a standard playing card deck? How many subsets are there of size 8?

More information

arxiv: v1 [math.ds] 30 Jul 2015

arxiv: v1 [math.ds] 30 Jul 2015 A Short Note on Nonlinear Games on a Grid arxiv:1507.08679v1 [math.ds] 30 Jul 2015 Stewart D. Johnson Department of Mathematics and Statistics Williams College, Williamstown, MA 01267 November 13, 2018

More information

Adversarial Examples and Adversarial Training. Ian Goodfellow, OpenAI Research Scientist Presentation at Quora,

Adversarial Examples and Adversarial Training. Ian Goodfellow, OpenAI Research Scientist Presentation at Quora, Adversarial Examples and Adversarial Training Ian Goodfellow, OpenAI Research Scientist Presentation at Quora, 2016-08-04 In this presentation Intriguing Properties of Neural Networks Szegedy et al, 2013

More information

The Diverse Voices Screenplay Contest by WeScreenplay Rules and Information

The Diverse Voices Screenplay Contest by WeScreenplay Rules and Information The Diverse Voices Screenplay Contest by WeScreenplay Rules and Information MISSION: Diverse Voices strives to provide a contest that is purely focused on promoting and encouraging diverse voices in Hollywood.

More information

BEST STUDENT MARKETING CAMPAIGN BNP PARIBAS CODEHUNTER

BEST STUDENT MARKETING CAMPAIGN BNP PARIBAS CODEHUNTER BEST STUDENT MARKETING CAMPAIGN BNP PARIBAS CODEHUNTER 248 players 2,400 Easter eggs given out on campus 13 fast-track interviews A doubling in the number of applications to live jobs in Technology Altogether,

More information

WHAT PANDORA MEANS FOR RADIO

WHAT PANDORA MEANS FOR RADIO WHAT PANDORA MEANS FOR RADIO Summary Report November 2012 Introduction This summary report contains the results of a survey of American online adults conducted by Vision Critical between September 26 and

More information

ROOT MULTIPLE SIGNAL CLASSIFICATION SUPER RESOLUTION TECHNIQUE FOR INDOOR WLAN CHANNEL CHARACTERIZATION. Dr. Galal Nadim

ROOT MULTIPLE SIGNAL CLASSIFICATION SUPER RESOLUTION TECHNIQUE FOR INDOOR WLAN CHANNEL CHARACTERIZATION. Dr. Galal Nadim ROOT MULTIPLE SIGNAL CLASSIFICATION SUPER RESOLUTION TECHNIQUE FOR INDOOR WLAN CHANNEL CHARACTERIZATION Dr. Galal Nadim BRIEF DESCRIPTION The root-multiple SIgnal Classification (root- MUSIC) super resolution

More information

Knowledge Directs Differences

Knowledge Directs Differences Landscape Report 2015 2015 DIREC The Most Significant Information of Digital Games Consumption in Iran Knowledge Directs Differences Digital games Research Center 25 Child under 12 years 77 Smartphone 23

More information

Systematic Privacy by Design Engineering

Systematic Privacy by Design Engineering Systematic Privacy by Design Engineering Privacy by Design Let's have it! Information and Privacy Commissioner of Ontario Article 25 European General Data Protection Regulation the controller shall [...]

More information

Grades 6 8 Innoventure Components That Meet Common Core Mathematics Standards

Grades 6 8 Innoventure Components That Meet Common Core Mathematics Standards Grades 6 8 Innoventure Components That Meet Common Core Mathematics Standards Strand Ratios and Relationships The Number System Expressions and Equations Anchor Standard Understand ratio concepts and use

More information

Video Mistakes are Powerful, https://youcubed.org/weeks/week-3-grade-1-2/ Agenda for the activity Activity Time Description Materials Mindset Message

Video Mistakes are Powerful, https://youcubed.org/weeks/week-3-grade-1-2/ Agenda for the activity Activity Time Description Materials Mindset Message Grades 1-2 Introduction This activity is a fun way to develop an understanding of quantity and ways to make a total of 10. In this activity students will have an opportunity to count, add, keep track of

More information

NUMERICAL DATA and OUTLIERS

NUMERICAL DATA and OUTLIERS ESSENTIAL MATHEMATICS 2 WEEK 2 NOTES AND EXERCISES NUMERICAL DATA and OUTLIERS Example Peter asked eight friends about the amount of pocket money they received each week. The results were: $20 $32 $32

More information

COMP3211 Project. Artificial Intelligence for Tron game. Group 7. Chiu Ka Wa ( ) Chun Wai Wong ( ) Ku Chun Kit ( )

COMP3211 Project. Artificial Intelligence for Tron game. Group 7. Chiu Ka Wa ( ) Chun Wai Wong ( ) Ku Chun Kit ( ) COMP3211 Project Artificial Intelligence for Tron game Group 7 Chiu Ka Wa (20369737) Chun Wai Wong (20265022) Ku Chun Kit (20123470) Abstract Tron is an old and popular game based on a movie of the same

More information

15-388/688 - Practical Data Science: Visualization and Data Exploration. J. Zico Kolter Carnegie Mellon University Spring 2018

15-388/688 - Practical Data Science: Visualization and Data Exploration. J. Zico Kolter Carnegie Mellon University Spring 2018 15-388/688 - Practical Data Science: Visualization and Data Exploration J. Zico Kolter Carnegie Mellon University Spring 2018 1 Outline Basics of visualization Data types and visualization types Software

More information

Lesson 08. Convolutional Neural Network. Ing. Marek Hrúz, Ph.D. Katedra Kybernetiky Fakulta aplikovaných věd Západočeská univerzita v Plzni.

Lesson 08. Convolutional Neural Network. Ing. Marek Hrúz, Ph.D. Katedra Kybernetiky Fakulta aplikovaných věd Západočeská univerzita v Plzni. Lesson 08 Convolutional Neural Network Ing. Marek Hrúz, Ph.D. Katedra Kybernetiky Fakulta aplikovaných věd Západočeská univerzita v Plzni Lesson 08 Convolution we will consider 2D convolution the result

More information

Research on Hand Gesture Recognition Using Convolutional Neural Network

Research on Hand Gesture Recognition Using Convolutional Neural Network Research on Hand Gesture Recognition Using Convolutional Neural Network Tian Zhaoyang a, Cheng Lee Lung b a Department of Electronic Engineering, City University of Hong Kong, Hong Kong, China E-mail address:

More information

Week 1 Beginner s Course

Week 1 Beginner s Course Bridge v Whist Bridge is one of the family of Whist/Trump type games. It was developed from Whist mainly in the US - and shares a lot of its features. As Whist we play with a standard pack of 52 cards

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

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 95 CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 6.1 INTRODUCTION An artificial neural network (ANN) is an information processing model that is inspired by biological nervous systems

More information

Chapter Test Form A. mean median mode. 187 Holt Algebra 1. Name Date Class. Select the best answer.

Chapter Test Form A. mean median mode. 187 Holt Algebra 1. Name Date Class. Select the best answer. Select the best answer. 1. Use this bar graph to identify how many more candies are blue than red. A 3 B 6 C 9 D 15 Form A 2. Which type of graph would be best for displaying this data? Board Members Opinions

More information

Film Exploration, Analysis & Appreciation

Film Exploration, Analysis & Appreciation Sep 7 to 8 2 Days Crouching Tiger Hidden Dragon (2000) Edward Scissorhands (1990) Sep 11 to 15 1 of 36 Art, Chapter 1 Art of Watching Films Due Sep 10 14 Parent Visitation 16 I Jersey City Public Schools

More information

Single copy license: Corporate license (multiple users): $4,375

Single copy license: Corporate license (multiple users): $4,375 mixi A case study of Japan s most successful social networking service Version 1.1, March 03, 2007 The service: mixi mixi, the #1 SNS service in Japan (more than 8 million users, 80+% market share) originally

More information

Podcasting for Business

Podcasting for Business Podcasting for Business Neville Hobson For Immediate Release www.forimmediaterelease.biz PodcastCon UK London 17 September 2005 X Listen to my podcast What is a Podcast? Digital audio file, typically MP3

More information

Balancing Bandwidth and Bytes: Managing storage and transmission across a datacast network

Balancing Bandwidth and Bytes: Managing storage and transmission across a datacast network Balancing Bandwidth and Bytes: Managing storage and transmission across a datacast network Pete Ludé iblast, Inc. Dan Radke HD+ Associates 1. Introduction The conversion of the nation s broadcast television

More information

GREATER CLARK COUNTY SCHOOLS PACING GUIDE. Algebra I MATHEMATICS G R E A T E R C L A R K C O U N T Y S C H O O L S

GREATER CLARK COUNTY SCHOOLS PACING GUIDE. Algebra I MATHEMATICS G R E A T E R C L A R K C O U N T Y S C H O O L S GREATER CLARK COUNTY SCHOOLS PACING GUIDE Algebra I MATHEMATICS 2014-2015 G R E A T E R C L A R K C O U N T Y S C H O O L S ANNUAL PACING GUIDE Quarter/Learning Check Days (Approx) Q1/LC1 11 Concept/Skill

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

TABLE OF CONTENTS ABOUT US

TABLE OF CONTENTS ABOUT US TABLE OF CONTENTS ABOUT US LIVE PLUS Why Live Plus How to play Recognitions Live Plus Services Live Plus Backoffice VIRTUAL SPORTS Virtual Football Horse Racing Greyhound Racing Virtual Racing Features

More information

Predicting Video Game Popularity With Tweets

Predicting Video Game Popularity With Tweets Predicting Video Game Popularity With Tweets Casey Cabrales (caseycab), Helen Fang (hfang9) December 10,2015 Task Definition Given a set of Twitter tweets from a given day, we want to determine the peak

More information

GIDE: Graphical Image Deblurring Exploration

GIDE: Graphical Image Deblurring Exploration GIDE: Graphical Image Deblurring Exploration Brianna R. Cash and Dianne P. O Leary We explore the use of a Matlab tool called gide that allows useraided deblurring of images. gide helps practitioners restore

More information

Energy Consumption Prediction for Optimum Storage Utilization

Energy Consumption Prediction for Optimum Storage Utilization Energy Consumption Prediction for Optimum Storage Utilization Eric Boucher, Robin Schucker, Jose Ignacio del Villar December 12, 2015 Introduction Continuous access to energy for commercial and industrial

More information

KING OF THE HILL CHALLENGE RULES

KING OF THE HILL CHALLENGE RULES KING OF THE HILL CHALLENGE RULES Last Revised: May 19 th, 2015 Table of Contents 1.0 KING of the HILL CHALLENGE... 2 2.0 CHALLENGE RULES... 2 3.0 JUDGING and SCORING... 3 4.0 KING of the HILL DIAGRAM...

More information

Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm

Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm Ahdieh Rahimi Garakani Department of Computer South Tehran Branch Islamic Azad University Tehran,

More information

Perception vs. Reality: Challenge, Control And Mystery In Video Games

Perception vs. Reality: Challenge, Control And Mystery In Video Games Perception vs. Reality: Challenge, Control And Mystery In Video Games Ali Alkhafaji Ali.A.Alkhafaji@gmail.com Brian Grey Brian.R.Grey@gmail.com Peter Hastings peterh@cdm.depaul.edu Copyright is held by

More information

How can you adjust the quotient if your estimate is too high or too low? Divide Estimate = 7. Try 7 ones )

How can you adjust the quotient if your estimate is too high or too low? Divide Estimate = 7. Try 7 ones ) ? Name 2.7 Essential Question Adjust Quotients How can you adjust the quotient if your estimate is too high or too low? Number and Operations 5.3.C Also 5.3.A MATHEMATICAL PROCESSES 5.1.D Connect When

More information

Lesson 5: Identifying Proportional and Non-Proportional Relationships in Graphs

Lesson 5: Identifying Proportional and Non-Proportional Relationships in Graphs NYS COMMON CORE MATHEMATICS CURRICULUM Lesson Lesson : Identifing Proportional and Non-Proportional Relationships in Graphs Student Outcomes Students decide whether two quantities are proportional to each

More information

Structure and Synthesis of Robot Motion

Structure and Synthesis of Robot Motion Structure and Synthesis of Robot Motion Motion Synthesis in Groups and Formations I Subramanian Ramamoorthy School of Informatics 5 March 2012 Consider Motion Problems with Many Agents How should we model

More information

Image Processing Computer Graphics I Lecture 20. Display Color Models Filters Dithering Image Compression

Image Processing Computer Graphics I Lecture 20. Display Color Models Filters Dithering Image Compression 15-462 Computer Graphics I Lecture 2 Image Processing April 18, 22 Frank Pfenning Carnegie Mellon University http://www.cs.cmu.edu/~fp/courses/graphics/ Display Color Models Filters Dithering Image Compression

More information

TUD Poker Challenge Reinforcement Learning with Imperfect Information

TUD Poker Challenge Reinforcement Learning with Imperfect Information TUD Poker Challenge 2008 Reinforcement Learning with Imperfect Information Outline Reinforcement Learning Perfect Information Imperfect Information Lagging Anchor Algorithm Matrix Form Extensive Form Poker

More information

CSE 312 Midterm Exam May 7, 2014

CSE 312 Midterm Exam May 7, 2014 Name: CSE 312 Midterm Exam May 7, 2014 Instructions: You have 50 minutes to complete the exam. Feel free to ask for clarification if something is unclear. Please do not turn the page until you are instructed

More information

Lesson Plan Mr. Baglos Course: Honors Algebra II As of: 4/2/18. After School: 2:30-3:30 Room 2232

Lesson Plan Mr. Baglos Course: Honors Algebra II As of: 4/2/18. After School: 2:30-3:30 Room 2232 Lesson Plan Mr. Baglos Course: Honors Algebra II As of: 4/2/18 After School: 2:30-3:30 Room 2232 HW: Finish all notes for the day, do the assignment from your HMH workbook, Gizmos, your Math Journal, and

More information

Tricia Berry Director, UT Austin Women in Engineering Program Director, Texas Girls Collaborative Project txgcp.org

Tricia Berry Director, UT Austin Women in Engineering Program Director, Texas Girls Collaborative Project txgcp.org EXCITE KIDS THROUGH EFFECTIVE SCIENCE, TECHNOLOGY, ENGINEERING & MATH MESSAGING Tricia Berry Director, UT Austin Women in Engineering Program Director, Texas Girls Collaborative Project Overview Changing

More information

Mathematics has a bad reputation. implies that. teaching and learning should be somehow related with the psychological situation of the learner

Mathematics has a bad reputation. implies that. teaching and learning should be somehow related with the psychological situation of the learner Mathematics has a bad reputation implies that teaching and learning should be somehow related with the psychological situation of the learner Lenni Haapasalo, University of Joensuu What can be learned

More information

Introduction to probing

Introduction to probing Introduction to probing Tuuli Mattelmäki University of Art and Design Helsinki School of Design tuuli.mattelmaki@taik.fi www.designresearch.uiah.fi Experience economy (Pine & Gilmore 1998): experiences

More information

The Diverse Voices Screenplay Contest by WeScreenplay Rules and Information

The Diverse Voices Screenplay Contest by WeScreenplay Rules and Information The Diverse Voices Screenplay Contest by WeScreenplay Rules and Information MISSION: Diverse Voices strives to provide a contest that is purely focused on promoting and encouraging diverse voices in Hollywood.

More information

MATH STUDENT BOOK. 6th Grade Unit 1

MATH STUDENT BOOK. 6th Grade Unit 1 MATH STUDENT BOOK 6th Grade Unit 1 Unit 1 Whole Numbers and Algebra MATH 601 Whole Numbers and Algebra INTRODUCTION 3 1. WHOLE NUMBERS AND THEIR PROPERTIES 5 ROUNDING AND ESTIMATION 7 WHOLE NUMBER OPERATIONS

More information

State-Space Models with Kalman Filtering for Freeway Traffic Forecasting

State-Space Models with Kalman Filtering for Freeway Traffic Forecasting State-Space Models with Kalman Filtering for Freeway Traffic Forecasting Brian Portugais Boise State University brianportugais@u.boisestate.edu Mandar Khanal Boise State University mkhanal@boisestate.edu

More information

Proposers Day Workshop

Proposers Day Workshop Proposers Day Workshop Monday, January 23, 2017 @srcjump, #JUMPpdw Cognitive Computing Vertical Research Center Mandy Pant Academic Research Director Intel Corporation Center Motivation Today s deep learning

More information

Travel Photo Album Summarization based on Aesthetic quality, Interestingness, and Memorableness

Travel Photo Album Summarization based on Aesthetic quality, Interestingness, and Memorableness Travel Photo Album Summarization based on Aesthetic quality, Interestingness, and Memorableness Jun-Hyuk Kim and Jong-Seok Lee School of Integrated Technology and Yonsei Institute of Convergence Technology

More information

Correlation of USA Daily Math Grade 2 to Common Core State Standards for Mathematics

Correlation of USA Daily Math Grade 2 to Common Core State Standards for Mathematics 2.OA 2.OA.1 Use addition and subtraction within 100 to solve one- and two-step word problems with unknowns in all positions. 2.OA.2 Fluently add and subtract within 20 using mental strategies. 2.OA.3 Determine

More information

3.NBT NBT.2

3.NBT NBT.2 Saxon Math 3 Class Description: Saxon mathematics is based on the principle of developing math skills incrementally and reviewing past skills daily. It also incorporates regular and cumulative assessments.

More information

Name: Class: Date: Ver: 2

Name: Class: Date: Ver: 2 Name: Class: Date: Ver: 2 Secondary Math 1 Unit 9 Review 1. A charity randomly selected 100 donors. The mean donation amount of those donors is calculated. Identify the sample and population. Describe

More information

Image Processing COS 426

Image Processing COS 426 Image Processing COS 426 What is a Digital Image? A digital image is a discrete array of samples representing a continuous 2D function Continuous function Discrete samples Limitations on Digital Images

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

Lesson 5: Identifying Proportional and Non-Proportional Relationships in Graphs

Lesson 5: Identifying Proportional and Non-Proportional Relationships in Graphs NYS COMMON CORE MATHEMATICS CURRICULUM Lesson Lesson : Identifing Proportional and Non-Proportional Relationships in Graphs Student Outcomes Students decide whether two quantities are proportional to each

More information

AUTOMATED MUSIC TRACK GENERATION

AUTOMATED MUSIC TRACK GENERATION AUTOMATED MUSIC TRACK GENERATION LOUIS EUGENE Stanford University leugene@stanford.edu GUILLAUME ROSTAING Stanford University rostaing@stanford.edu Abstract: This paper aims at presenting our method to

More information

Blog Post Ideas To Scare Away The Tormenting Blinking Cursor

Blog Post Ideas To Scare Away The Tormenting Blinking Cursor I thought I d help you and pull together a massive, huge list of great blog post ideas to pull you out of the blog idea doldrums. Are you ready? Blog Post Ideas To Scare Away The Tormenting Blinking Cursor

More information

Targets for pupils in Year 6

Targets for pupils in Year 6 TV addicts Ask your child to keep a record of how long he / she watches TV each day for a week. Then ask him / her to do this. Work out the total watching time for the week. Work out the average watching

More information