A Recommendation Engine Exploiting Collective Intelligence on Big Data

Size: px
Start display at page:

Download "A Recommendation Engine Exploiting Collective Intelligence on Big Data"

Transcription

1 A Recommendation Engine Exploiting Collective Intelligence on Big Data Luigi Giuri, Executive Chairman Alessandro Negro, CTO 1

2 Outline ü Introduction to recommendations ü Recommenders concepts ü Recommenders in action ü Reco4 Recommendation Engine 2

3 The questions ü Which digital camera should I buy? ü Which movie should I rent? ü Which web sites will I find interesting? ü What is the best holiday for me and my family? ü Which book should I buy for my next vacation? 3

4 How to decide? ü Conversations with friends ü Obtaining information from a trusted third party ü Consulting the Internet ü Making a gut decision ü Simply following the crowd 4

5 A software solution The software system that determines which items should be shown to a particular user is a recommender system. 5

6 Outline ü Introduction to recommendations ü Recommenders concepts ü Recommenders in action ü Reco4 Recommendation Engine 6

7 Type of recommenders ü Collaborative Filtering ü Content-based ü Knowledge-based ü Hybrid 7

8 Collaborative filtering If users shared the same interests in the past, they will also have similar tastes in the future 8

9 CF analysis ü How do we find users with similar tastes? ü How do we measure similarity? ü Are there other techniques besides looking for similarity? 9

10 CF approaches ü Memory-based: k-nearest neighborhood User-based Item-based ü Model-based ü Latent factor models Matrix factorization ü Association rule mining 10

11 User-Item Dataset Iron Man Notting Hill Star Wars Life is Beautiful Louis Mary Ben Hur Wall-E Cars Tron Matt Andy Alex

12 Ok, but ü We want to trasform the sparse matrix into a complete matrix ü We do this with predictions of the values for empty cells ü I.e., the algorithms perform rating predictions 12

13 And then... After predicting the user rating for all interesting items we recommend the top n rated items 13

14 CF pros and cons Pros No need of item knowledge Very simple data structure Scalable A lot of algorithms are available Cons Cold start problem Over-specialization Difficult explanation Require large user groups 14

15 Content-based Recommenders Leveraging structured and unstructured data sources to extract item descriptions and a user profile that assigns importance to these characteristics. 15

16 CB analysis ü How can systems automatically acquire and improve user profiles? ü What techniques can be used to extract the item descriptions? ü How do we determine which items match a user s interests? 16

17 Data source Title Genre Author Type Keywords Text The Night of the Gun The Lace Reader Into the Fire Memoir David Carr Paperback press and journalism, drug addicion, personal memoirs, New York FicIon, Mystery Romance, Suspense Brunonia Barry Suzanne Brockmann Hardcover Hardcover American contemporary ficion, detecive, historical American ficion, murder, neo- Nazism Nullam non rhoncus nisl, vitae tempor ligula. Nullam vitae faucibus ex. Suspendisse euismod, dui in auctor ornare. Morbi vesibulum ligula vitae augue egestas, in volutpat lorem efficitur. Proin porta erat non ex sagiys, vel sagiys nisl Duis sed laoreet purus. Donec iaculis aliquam justo, a commodo turpis efficitur sit amet. Morbi in nunc euismod, iaculis 17

18 CB approaches ü Similarity-based retrieval knn Relevance feedback ü Other text classification methods Probabilistic Linear classifiers and machine learning Explicit decision models 18

19 Item-Feature Dataset Genre Type Keywords The Night of the Gun The Lace Reader Memoir Romance Paperback Hardcover New York detective Into the Fire

20 CB pros and cons Pros Does not require large user groups New items can be immediately recommended Low cost for knowledge acquisition and maintenance Cons Subjective, qualitative item features acquisition User preference elicitation New users Tendency to overfit the training data 20

21 Knowledge-based recommenders Use structured quality features to derive meansend information about both the current user and the available items. 21

22 Data source id price ($) mpix opt-zoom LCD-size movies sound waterproof P x 2.5 No No Yes P x 2.7 Yes Yes No P x 2.5 Yes Yes No P x 2.7 Yes No Yes P x 3.0 Yes Yes No P x 3.0 Yes Yes No P x 3.0 Yes Yes No P x 3.0 yes Yes No 22

23 KB pros and cons Pros Applicable to low purchase rate scenario (cars, computers, houses) No ramp-up problem Conversational recommender Cons Domain specific Knowledge acquisition High user interaction required 23

24 Hybrid recommenders Combine different techniques to generate better or more precise recommendations 24

25 Outline ü Introduction to recommendations ü Recommenders concepts ü Recommenders in action ü Reco4 Recommendation Engine 25

26 Recommender systems ü A system that can recommend or present items to the user based on the user s interests and interactions ü One of the best ways to provide a personalized customer experience ü Built by exploiting collective intelligence or content based approach to perform predictions ü Examples: Amazon, YouTube, Netflix, Yahoo, Tripadvisor, Last.fm, IMDb 26

27 Why recommender systems ü Standard uses: Increase the number of items sold Sell more diverse items Increase the user satisfaction Increase user fidelity Better understand what the user wants ü Advanced uses: Create ad hoc campaigns (per geographic area, per type of users) Optimize products distribution over a wide area for large retail chains Optimize marketing campaign filtering target 27

28 Outline ü Introduction to recommendations ü Recommenders concepts ü Recommenders in action ü Reco4 Recommendation Engine 28

29 Problem ü There are no available software products for state-of-the-art recommender systems ü There is no "best solution ü There is no "one solution fits all ü The Netflix price winner composed 104 different algorithms ü A high-end recommender engine can be built only through expensive custom projects ü Large scale, multi-source datasets require a big data approach 29

30 Solution: Reco4 Recommender Engine A graph-based recommender engine 30

31 Reco4 main goals ü Implement the state-of-the-art in the recommendation on top of a graph model ü Provide a complete framework ü Offer an easy to use dashboard/console ü Provide software/cloud services/consultancy 31

32 Reco4 features ü Core Based on multiple approaches (collaborative filtering, content-based, ) Autonomous and self-learning recommender configuration Persistent and updatable models (multi model supported) Real-time and batch mode of operations ü Algorithms Commercial and research-oriented algorithms Context-aware recommendations Social recommendations ü Operations Cluster and cloud-ready for Big Data Analysis Tested on Oracle Big Data Appliance and Amazon WS Integrated into Oracle Marketing Cloud (Eloqua) 32

33 Advantage of graph database ü NoSQL database to handle BigData ü Extensibility ü No aggregate-oriented database ü Minimal information needed ü Natural way for representing connections: User - to item Item - to Item User - to User Item to Features ü Graph Based/Social Algorithms ü Graph Partitioning (sharding) ü Performance 33

34 Reco4 architecture stack 34

35 Product evolution along 3 directions Algos Model Based Memory Based Content Based Context Awareness Social Network Association Rules Composition Tools GraphDBs Apache Storm Apache Hadoop Distributed Cache Grizzly OpImizaIon/ RealTime SVD PCA Clustering Map/ Reduce Sampling 35

36 Algorithms roadmap Collaborative filtering: ü Memory based (Neighborhood) User/Item based Several distance algorithms (Cosine, Euclidean, Tanimoto, etc.) Graph based Path Based Similarity (Shortest Path, Number of Paths) Random Walk Similarity (Item Rank, Average first-passage/commute time) ü Model based ü Latent factor Stochastic gradient descendant Alternating least square SVD++ (by Koren) ü Association Rule Mining 36

37 Algorithms roadmap (cont d) Content Based: ü Latent Semantic Indexing ü Ontology Based Analysis Social recommendation: ü Trust based approach ü Probabilistic approach 37

38 Algorithms roadmap (cont d) Cross-cutting features (all algos) ü Binary (One class) ü Context awareness (pre- and post-filtering) ü Composability ü Real time ü Parallelization 38

39 Recommendation model 39

40 Reco4 Hadoop ü Based on Hadoop 2.x ü Leveraging yarn resource manager ü Tested on local installation and Amazon WS Elastic MR ü Tested on Oracle Big Data Appliance (VM) ü Export graph to HDFS and import result from HDFS to graph ü Algorithms: ü K-nearest neighbour ü Association rule mining ü K-means clustering 40

41 Reco4 in the cloud ü Recommendation as a service (RaaS) ü Reco4 cloud infrastructure will offer: Pay as you need Pay as you grow Support for burst Periodical analysis at lower costs Test/evaluate several algorithms on a reduced dataset Compose algorithms dynamically Hadoop support 41

42 Reco4 Console: Dashboard 42

43 Reco4 Console 43

44 Reco4 Console: Jobs 44

45 Reco4 Console: Graph Visualization 45

46 Current use cases Intelligent Performance Marketing Marketing campaign optimization Intelligent lead scoring Oracle Marketing Cloud (Eloqua) seamless integration Anti-Money Laundering User-Generated video content Gaming/Gambling industry 46

47 Reco4 and the Oracle stack TransacIonal Data PredicIon Data AnalyIcal Data Feedback OLTP Environments Reco4 Processing Environment Marketing Campaign Management 47

48 Thank you Luigi Giuri, Alessandro Negro, References: D. Jannach et al, Recommender Systems An Introduction, Cambridge UP F. Ricci et al, Recommender Systems Handbook, Springer 48

49 49

Poster Design Tips. Academic Technology Center

Poster Design Tips. Academic Technology Center Poster Design Tips Academic Technology Center Colors White Background Recommended Full-color backgrounds will be charged extra Use Borders, Images and Graphics to add some color instead Colors Keep it

More information

lloyd s coverholders brand GUIDELINES

lloyd s coverholders brand GUIDELINES lloyd s coverholders brand GUIDELINES contents Introduction Quick questions Part One: How may I describe my relationship with Lloyd s? Part Two: How may I use the Coverholder at Lloyd s logo? Further information

More information

Collaborative Filtering. Radek Pelánek

Collaborative Filtering. Radek Pelánek Collaborative Filtering Radek Pelánek 2015 Collaborative Filtering assumption: users with similar taste in past will have similar taste in future requires only matrix of ratings applicable in many domains

More information

Recommender Systems: Content-based, Knowledge-based, Hybrid. Radek Pelánek

Recommender Systems: Content-based, Knowledge-based, Hybrid. Radek Pelánek Recommender Systems: Content-based, Knowledge-based, Hybrid Radek Pelánek 2015 Today lecture, basic principles: content-based knowledge-based hybrid, choice of approach,... critiquing, explanations,...

More information

Software Engineering Research Group MSc Thesis Style

Software Engineering Research Group MSc Thesis Style Software Engineering Research Group MSc Thesis Style Version of July 5, 2007 Leon Moonen Software Engineering Research Group MSc Thesis Style THESIS submitted in partial fulfillment of the requirements

More information

The Need for Training in Big Data: Experiences and Case Studies

The Need for Training in Big Data: Experiences and Case Studies The Need for Training in Big Data: Experiences and Case Studies Guy Lebanon Amazon Background and Disclaimer All opinions are mine; other perspectives are legitimate. Based on my experience as a professor

More information

The package provides not only Roman fonts, but also sans serif fonts and

The package provides not only Roman fonts, but also sans serif fonts and The package provides not only Roman fonts, but also sans serif fonts and typewriter fonts. Times Roman Condensed (c, n). 0123456789, $20, C30, 60. Naïve Æsop s Œuvres in français were my first reading.

More information

Print Less. Save More.

Print Less. Save More. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut molestie scelerisque ante. Cras libero tortor, bibendum vitae, ornare vel, nonummy id, lorem. Cras sed risus sed libero luctus sagittis. Nulla

More information

Content-Based Recommendation

Content-Based Recommendation Content-Based Recommendation Content-based? Item descriptions to identify items that are of particular interest to the user Example Example Comparing with Noncontent based Items User-based CF Searches

More information

IPTV Recommender Systems. Paolo Cremonesi

IPTV Recommender Systems. Paolo Cremonesi IPTV Recommender Systems Paolo Cremonesi Agenda 2 IPTV architecture Recommender algorithms Evaluation of different algorithms Multi-model systems Valentino Rossi 3 IPTV architecture 4 Live TV Set-top-box

More information

ESS event: Big Data in Official Statistics. Antonino Virgillito, Istat

ESS event: Big Data in Official Statistics. Antonino Virgillito, Istat ESS event: Big Data in Official Statistics Antonino Virgillito, Istat v erbi v is 1 About me Head of Unit Web and BI Technologies, IT Directorate of Istat Project manager and technical coordinator of Web

More information

Have a question? Talk to us...

Have a question? Talk to us... A. Home (Level 1) Philosophy Overview & Methods Curriculum Philosophy & Overview Methods Classroom Curriculum Training Overview Continuing Classroom Training Education Student Continuing Testimonials Education

More information

A Crash Course in Internet Marketing.» A Crash Course in Internet Marketing

A Crash Course in Internet Marketing.» A Crash Course in Internet Marketing A Crash Course in Internet Marketing Internet Marketing is a broad field that encompasses SEO, PPC, Video, Social Media, and Websites Internet Marketing is important for local businesses in particular

More information

WNM 210 - Visual Design & Typography Academy of Art University Jessica Hall - halica84@gmail.com

WNM 210 - Visual Design & Typography Academy of Art University Jessica Hall - halica84@gmail.com San Francisco Cable Car Museum WNM 210 - Visual Design & Typography Academy of Art University Jessica Hall - halica84@gmail.com History & Present Status History Overview: Established in 1974, the Cable

More information

Big Data and Analytics: Challenges and Opportunities

Big Data and Analytics: Challenges and Opportunities Big Data and Analytics: Challenges and Opportunities Dr. Amin Beheshti Lecturer and Senior Research Associate University of New South Wales, Australia (Service Oriented Computing Group, CSE) Talk: Sharif

More information

COMP9321 Web Application Engineering

COMP9321 Web Application Engineering COMP9321 Web Application Engineering Semester 2, 2015 Dr. Amin Beheshti Service Oriented Computing Group, CSE, UNSW Australia Week 11 (Part II) http://webapps.cse.unsw.edu.au/webcms2/course/index.php?cid=2411

More information

! E6893 Big Data Analytics Lecture 5:! Big Data Analytics Algorithms -- II

! E6893 Big Data Analytics Lecture 5:! Big Data Analytics Algorithms -- II ! E6893 Big Data Analytics Lecture 5:! Big Data Analytics Algorithms -- II Ching-Yung Lin, Ph.D. Adjunct Professor, Dept. of Electrical Engineering and Computer Science Mgr., Dept. of Network Science and

More information

(or remove the package call from the preamble of this document).

(or remove the package call from the preamble of this document). Example for pageslts keys This example demonstrates the most common uses of package pageslts, v1.2c as of 2014/01/19 (HMM). The used options were pagecontinue=true, alphmult=ab, AlphMulti=AB, fnsymbolmult=true,

More information

IDENTITY BRANDING DANIEL DURKEE

IDENTITY BRANDING DANIEL DURKEE IDENTITY BRANDING DANIEL DURKEE DURKEE IDENTITY BRANDING INTRODUCTION VISION My previous logo lacked a clean design and it relied heavily on gradients to represent the fluid design of the letters D C D

More information

Hybrid model rating prediction with Linked Open Data for Recommender Systems

Hybrid model rating prediction with Linked Open Data for Recommender Systems Hybrid model rating prediction with Linked Open Data for Recommender Systems Andrés Moreno 12 Christian Ariza-Porras 1, Paula Lago 1, Claudia Jiménez-Guarín 1, Harold Castro 1, and Michel Riveill 2 1 School

More information

How To Make Sense Of Data With Altilia

How To Make Sense Of Data With Altilia HOW TO MAKE SENSE OF BIG DATA TO BETTER DRIVE BUSINESS PROCESSES, IMPROVE DECISION-MAKING, AND SUCCESSFULLY COMPETE IN TODAY S MARKETS. ALTILIA turns Big Data into Smart Data and enables businesses to

More information

Canada. MEETING AND TRADESHOW PUBLIC RELATIONS: A HOW-TO GUIDE Get the Most out of Your Meeting and Tradeshow Investment. June 8 12 HOW-TO GUIDE

Canada. MEETING AND TRADESHOW PUBLIC RELATIONS: A HOW-TO GUIDE Get the Most out of Your Meeting and Tradeshow Investment. June 8 12 HOW-TO GUIDE IN S ET 1 MI 20 3 1 MI 20 3 RY TH 60 A N N IV E R S A N N U AL M E ET RY TH A G A N N IV E R S IN 60 A G NM NM IN A N N IV E A N N U AL M E S 1 A N N U AL M E ET MEETING AND TRADESHOW PUBLIC RELATIONS:

More information

Advanced In-Database Analytics

Advanced In-Database Analytics Advanced In-Database Analytics Tallinn, Sept. 25th, 2012 Mikko-Pekka Bertling, BDM Greenplum EMEA 1 That sounds complicated? 2 Who can tell me how best to solve this 3 What are the main mathematical functions??

More information

BUDT 758B-0501: Big Data Analytics (Fall 2015) Decisions, Operations & Information Technologies Robert H. Smith School of Business

BUDT 758B-0501: Big Data Analytics (Fall 2015) Decisions, Operations & Information Technologies Robert H. Smith School of Business BUDT 758B-0501: Big Data Analytics (Fall 2015) Decisions, Operations & Information Technologies Robert H. Smith School of Business Instructor: Kunpeng Zhang (kzhang@rmsmith.umd.edu) Lecture-Discussions:

More information

vitae. and Lorem store this ipsum data. dolor sit amet, consectetur adipiscing elit. Integer ornare mi id mi pellentesque

vitae. and Lorem store this ipsum data. dolor sit amet, consectetur adipiscing elit. Integer ornare mi id mi pellentesque Lorem For ipsum most dolor healthcare sit amet, organizations consectetur today, adipiscing the flow elit. Integer of image ornare data between mi id hospital mi pellentesque staff and central sed commodo

More information

TRAINING PROGRAM ON BIGDATA/HADOOP

TRAINING PROGRAM ON BIGDATA/HADOOP Course: Training on Bigdata/Hadoop with Hands-on Course Duration / Dates / Time: 4 Days / 24th - 27th June 2015 / 9:30-17:30 Hrs Venue: Eagle Photonics Pvt Ltd First Floor, Plot No 31, Sector 19C, Vashi,

More information

Understanding Microsoft s BI Tools

Understanding Microsoft s BI Tools Understanding Microsoft s BI Tools The purpose of this document is to provide a high level understanding of what tools Microsoft has to support the concepts of data warehousing, business intelligence,

More information

Machine Learning using MapReduce

Machine Learning using MapReduce Machine Learning using MapReduce What is Machine Learning Machine learning is a subfield of artificial intelligence concerned with techniques that allow computers to improve their outputs based on previous

More information

Mammoth Scale Machine Learning!

Mammoth Scale Machine Learning! Mammoth Scale Machine Learning! Speaker: Robin Anil, Apache Mahout PMC Member! OSCON"10! Portland, OR! July 2010! Quick Show of Hands!# Are you fascinated about ML?!# Have you used ML?!# Do you have Gigabytes

More information

Public Relations: A How-To Guide for SNMMI Chapters

Public Relations: A How-To Guide for SNMMI Chapters Public Relations: A How-To Guide for SNMMI Chapters The Importance of Public Relations Public relations is about managing perceptions and making a good impression. It s about storytelling, and our job

More information

Sample Brand Strategy. // LAST MODIFIED May 14, 2014 BY CHRIS FORD //

Sample Brand Strategy. // LAST MODIFIED May 14, 2014 BY CHRIS FORD // Sample Brand Strategy // LAST MODIFIED May 14, 2014 BY CHRIS FORD // INTRODUCTION This document will define the most important aspects of your brand: your brand vision, brand values, the identity of your

More information

Using Data Mining and Machine Learning in Retail

Using Data Mining and Machine Learning in Retail Using Data Mining and Machine Learning in Retail Omeid Seide Senior Manager, Big Data Solutions Sears Holdings Bharat Prasad Big Data Solution Architect Sears Holdings Over a Century of Innovation A Fortune

More information

NoSQL and Hadoop Technologies On Oracle Cloud

NoSQL and Hadoop Technologies On Oracle Cloud NoSQL and Hadoop Technologies On Oracle Cloud Vatika Sharma 1, Meenu Dave 2 1 M.Tech. Scholar, Department of CSE, Jagan Nath University, Jaipur, India 2 Assistant Professor, Department of CSE, Jagan Nath

More information

Setting Up Your Website Using C# and C9

Setting Up Your Website Using C# and C9 Setting Up Our Work Environments Setting Up Our Work Environments Create and account at GitHub github.com Setting Up Our Work Environments Sign into Cloud9 with your GitHub Account c9.io Setting Up Our

More information

Chukwa, Hadoop subproject, 37, 131 Cloud enabled big data, 4 Codd s 12 rules, 1 Column-oriented databases, 18, 52 Compression pattern, 83 84

Chukwa, Hadoop subproject, 37, 131 Cloud enabled big data, 4 Codd s 12 rules, 1 Column-oriented databases, 18, 52 Compression pattern, 83 84 Index A Amazon Web Services (AWS), 50, 58 Analytics engine, 21 22 Apache Kafka, 38, 131 Apache S4, 38, 131 Apache Sqoop, 37, 131 Appliance pattern, 104 105 Application architecture, big data analytics

More information

Recommending News Articles using Cosine Similarity Function Rajendra LVN 1, Qing Wang 2 and John Dilip Raj 1

Recommending News Articles using Cosine Similarity Function Rajendra LVN 1, Qing Wang 2 and John Dilip Raj 1 Paper 1886-2014 Recommending News s using Cosine Similarity Function Rajendra LVN 1, Qing Wang 2 and John Dilip Raj 1 1 GE Capital Retail Finance, 2 Warwick Business School ABSTRACT Predicting news articles

More information

ibooks Identity Guidelines September 2013

ibooks Identity Guidelines September 2013 is Identity Guidelines September 2013 Contents Overview 3 is Badge Basics 4 Graphic Standards 5 Do s and Don ts 6 Examples 7 Promoting Your s Basics 8 Terminology 9 Do s and Don ts 10 Additional Tools

More information

IT services for analyses of various data samples

IT services for analyses of various data samples IT services for analyses of various data samples Ján Paralič, František Babič, Martin Sarnovský, Peter Butka, Cecília Havrilová, Miroslava Muchová, Michal Puheim, Martin Mikula, Gabriel Tutoky Technical

More information

Machine Learning and Cloud Computing. trends, issues, solutions. EGI-InSPIRE RI-261323

Machine Learning and Cloud Computing. trends, issues, solutions. EGI-InSPIRE RI-261323 Machine Learning and Cloud Computing trends, issues, solutions Daniel Pop HOST Workshop 2012 Future plans // Tools and methods Develop software package(s)/libraries for scalable, intelligent algorithms

More information

Challenges for Data Driven Systems

Challenges for Data Driven Systems Challenges for Data Driven Systems Eiko Yoneki University of Cambridge Computer Laboratory Quick History of Data Management 4000 B C Manual recording From tablets to papyrus to paper A. Payberah 2014 2

More information

Inventory Planning Methods: The Proper Approach to Inventory Planning

Inventory Planning Methods: The Proper Approach to Inventory Planning retail consulting Inventory and Planning industry Methods thought! 1 leadership Inventory Planning Methods: The Proper Approach to Inventory Planning! Inventory Planning Methods! 2 Merchandise planning

More information

Graphic Identity Standards Guide

Graphic Identity Standards Guide Graphic Identity Standards Guide MARCH 2014 EDITION Date of Issue: PHase 2, March 2014 This guide is a publication of The office of Communications, Marketing and Brand Management, The College of New Jersey

More information

BIG DATA TOOLS. Top 10 open source technologies for Big Data

BIG DATA TOOLS. Top 10 open source technologies for Big Data BIG DATA TOOLS Top 10 open source technologies for Big Data We are in an ever expanding marketplace!!! With shorter product lifecycles, evolving customer behavior and an economy that travels at the speed

More information

Graphic Standards Marketing Department. www.oit.edu. Hands-on education for real-world achievement.

Graphic Standards Marketing Department. www.oit.edu. Hands-on education for real-world achievement. Graphic Standards Marketing Department www.oit.edu Hands-on education for real-world achievement. Hello, you can call us Oregon Tech for short. Oregon Tech wishes to present a consistent identity to the

More information

IEEE 2015-2016 JAVA TITLES

IEEE 2015-2016 JAVA TITLES ECWAY ECHNOLGIES IEEE 2015-2016 JAVA TITLES BE, B.TECH, ME, M.TECH, MSC, MCA PROJECTS Abstract: Introduction: Literature Survey: System Analysis: Existing System: Disadvantages: Proposed System: Advantages:

More information

NEW AND UNIFIED TEMPLATES FOR CANADIAN ACOUSTICS ARTICLES

NEW AND UNIFIED TEMPLATES FOR CANADIAN ACOUSTICS ARTICLES NEW AND UNIFIED TEMPLATES FOR CANADIAN ACOUSTICS ARTICLES Cécile Le Cocq 1, Jérémie Voix 2, and Lucius Munatius Plancus 2 1 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis varius. 2 Etiam

More information

Map-Reduce for Machine Learning on Multicore

Map-Reduce for Machine Learning on Multicore Map-Reduce for Machine Learning on Multicore Chu, et al. Problem The world is going multicore New computers - dual core to 12+-core Shift to more concurrent programming paradigms and languages Erlang,

More information

The 4 Pillars of Technosoft s Big Data Practice

The 4 Pillars of Technosoft s Big Data Practice beyond possible Big Use End-user applications Big Analytics Visualisation tools Big Analytical tools Big management systems The 4 Pillars of Technosoft s Big Practice Overview Businesses have long managed

More information

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data: Global Digital Data Growth Growing leaps and bounds by 40+% Year over Year! 2009 =.8 Zetabytes =.08

More information

Lecture #2. Algorithms for Big Data

Lecture #2. Algorithms for Big Data Additional Topics: Big Data Lecture #2 Algorithms for Big Data Joseph Bonneau jcb82@cam.ac.uk April 30, 2012 Today's topic: algorithms Do we need new algorithms? Quantity is a quality of its own Joseph

More information

Big Data and Data Science: Behind the Buzz Words

Big Data and Data Science: Behind the Buzz Words Big Data and Data Science: Behind the Buzz Words Peggy Brinkmann, FCAS, MAAA Actuary Milliman, Inc. April 1, 2014 Contents Big data: from hype to value Deconstructing data science Managing big data Analyzing

More information

How To Use Spagobi Suite

How To Use Spagobi Suite Big Data Overview on SpagoBI suite A comprehensive suiteoffering a full set of analytical and reporting tools. Innovative themes and solutions: Location Intelligence, Free inquiry, KPI, Interactive cockpits,

More information

Software Engineering for Big Data. CS846 Paulo Alencar David R. Cheriton School of Computer Science University of Waterloo

Software Engineering for Big Data. CS846 Paulo Alencar David R. Cheriton School of Computer Science University of Waterloo Software Engineering for Big Data CS846 Paulo Alencar David R. Cheriton School of Computer Science University of Waterloo Big Data Big data technologies describe a new generation of technologies that aim

More information

Converged, Real-time Analytics Enabling Faster Decision Making and New Business Opportunities

Converged, Real-time Analytics Enabling Faster Decision Making and New Business Opportunities Technology Insight Paper Converged, Real-time Analytics Enabling Faster Decision Making and New Business Opportunities By John Webster February 2015 Enabling you to make the best technology decisions Enabling

More information

Data Warehouse design

Data Warehouse design Data Warehouse design Design of Enterprise Systems University of Pavia 10/12/2013 2h for the first; 2h for hadoop - 1- Table of Contents Big Data Overview Big Data DW & BI Big Data Market Hadoop & Mahout

More information

PREVIEW Health Plans. Partner Resources Small Businesses Medi-Cal. Other Languages

PREVIEW Health Plans. Partner Resources Small Businesses Medi-Cal. Other Languages Header Message Header for Members Message Here Including Lorem ipsom norte Content elibri yiun for entor the fentori Member semplor sririmt Page emptri yi sru frep sortnis. Lorem ipsom norte elibri entor

More information

Oracle Advanced Analytics 12c & SQLDEV/Oracle Data Miner 4.0 New Features

Oracle Advanced Analytics 12c & SQLDEV/Oracle Data Miner 4.0 New Features Oracle Advanced Analytics 12c & SQLDEV/Oracle Data Miner 4.0 New Features Charlie Berger, MS Eng, MBA Sr. Director Product Management, Data Mining and Advanced Analytics charlie.berger@oracle.com www.twitter.com/charliedatamine

More information

RECOMMENDATION SYSTEM

RECOMMENDATION SYSTEM RECOMMENDATION SYSTEM October 8, 2013 Team Members: 1) Duygu Kabakcı, 1746064, duygukabakci@gmail.com 2) Işınsu Katırcıoğlu, 1819432, isinsu.katircioglu@gmail.com 3) Sıla Kaya, 1746122, silakaya91@gmail.com

More information

Big Data and Scripting Systems build on top of Hadoop

Big Data and Scripting Systems build on top of Hadoop Big Data and Scripting Systems build on top of Hadoop 1, 2, Pig/Latin high-level map reduce programming platform interactive execution of map reduce jobs Pig is the name of the system Pig Latin is the

More information

BIG DATA TRENDS AND TECHNOLOGIES

BIG DATA TRENDS AND TECHNOLOGIES BIG DATA TRENDS AND TECHNOLOGIES THE WORLD OF DATA IS CHANGING Cloud WHAT IS BIG DATA? Big data are datasets that grow so large that they become awkward to work with using onhand database management tools.

More information

Data Mining for Web Personalization

Data Mining for Web Personalization 3 Data Mining for Web Personalization Bamshad Mobasher Center for Web Intelligence School of Computer Science, Telecommunication, and Information Systems DePaul University, Chicago, Illinois, USA mobasher@cs.depaul.edu

More information

A NOVEL RESEARCH PAPER RECOMMENDATION SYSTEM

A NOVEL RESEARCH PAPER RECOMMENDATION SYSTEM International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 7, Issue 1, Jan-Feb 2016, pp. 07-16, Article ID: IJARET_07_01_002 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=7&itype=1

More information

Branding Standards Draft 2 - May 2012

Branding Standards Draft 2 - May 2012 Branding Standards Draft 2 - May 2012 Table of Contents 3 4 5 11 15 17 21 24 26 28 29 30 Welcome! Who We Are Logo Usage Logo Usage - What to Avoid Written Style Typography Colour Palette Photography Graphics

More information

2013-14. CONTENTS Colors Typography Logos Photography Letterhead

2013-14. CONTENTS Colors Typography Logos Photography Letterhead 2013-14 CONTENTS Colors Typography Logos Photography Letterhead brand Standards Colors Primary Color Our primary color is green, Pantone 356. Green symbolizes growth, harmony, hope, healing, life, peace,

More information

Introduction to Big Data! with Apache Spark" UC#BERKELEY#

Introduction to Big Data! with Apache Spark UC#BERKELEY# Introduction to Big Data! with Apache Spark" UC#BERKELEY# So What is Data Science?" Doing Data Science" Data Preparation" Roles" This Lecture" What is Data Science?" Data Science aims to derive knowledge!

More information

Big Data on AWS. Services Overview. Bernie Nallamotu Principle Solutions Architect

Big Data on AWS. Services Overview. Bernie Nallamotu Principle Solutions Architect on AWS Services Overview Bernie Nallamotu Principle Solutions Architect \ So what is it? When your data sets become so large that you have to start innovating around how to collect, store, organize, analyze

More information

ACS Mexico Our Goal Is Service

ACS Mexico Our Goal Is Service ACS Mexico Our Goal Is Service ACS Mexico is the offshore operation that is closest to the heart of Xerox and the rest of the world. Spanning four sites in Hermosillo, Juarez, Monterrey and Reynosa our

More information

Search and Real-Time Analytics on Big Data

Search and Real-Time Analytics on Big Data Search and Real-Time Analytics on Big Data Sewook Wee, Ryan Tabora, Jason Rutherglen Accenture & Think Big Analytics Strata New York October, 2012 Big Data: data becomes your core asset. It realizes its

More information

How To Use Big Data For Telco (For A Telco)

How To Use Big Data For Telco (For A Telco) ON-LINE VIDEO ANALYTICS EMBRACING BIG DATA David Vanderfeesten, Bell Labs Belgium ANNO 2012 YOUR DATA IS MONEY BIG MONEY! Your click stream, your activity stream, your electricity consumption, your call

More information

Oracle Big Data SQL Technical Update

Oracle Big Data SQL Technical Update Oracle Big Data SQL Technical Update Jean-Pierre Dijcks Oracle Redwood City, CA, USA Keywords: Big Data, Hadoop, NoSQL Databases, Relational Databases, SQL, Security, Performance Introduction This technical

More information

An Introduction to Data Mining

An Introduction to Data Mining An Introduction to Intel Beijing wei.heng@intel.com January 17, 2014 Outline 1 DW Overview What is Notable Application of Conference, Software and Applications Major Process in 2 Major Tasks in Detail

More information

BIG DATA IN THE CLOUD : CHALLENGES AND OPPORTUNITIES MARY- JANE SULE & PROF. MAOZHEN LI BRUNEL UNIVERSITY, LONDON

BIG DATA IN THE CLOUD : CHALLENGES AND OPPORTUNITIES MARY- JANE SULE & PROF. MAOZHEN LI BRUNEL UNIVERSITY, LONDON BIG DATA IN THE CLOUD : CHALLENGES AND OPPORTUNITIES MARY- JANE SULE & PROF. MAOZHEN LI BRUNEL UNIVERSITY, LONDON Overview * Introduction * Multiple faces of Big Data * Challenges of Big Data * Cloud Computing

More information

Logo and Design Guidelines for Solution Partners

Logo and Design Guidelines for Solution Partners Logo and Design Guidelines for Solution Partners April 2011 version 4.0 1 TABLE OF CONTENTS 1 INTRODUCTION 2 LOGOS 3 COLORS 4 TYPOGRAPHY 5 GRAPHICS 6 TEMPLATES 7 CONTACT 2 1 INTRODUCTION WELCOME to the

More information

Getting Started Practical Input For Your Roadmap

Getting Started Practical Input For Your Roadmap Getting Started Practical Input For Your Roadmap Mike Ferguson Managing Director, Intelligent Business Strategies BA4ALL Big Data & Analytics Insight Conference Stockholm, May 2015 About Mike Ferguson

More information

Hadoop & Spark Using Amazon EMR

Hadoop & Spark Using Amazon EMR Hadoop & Spark Using Amazon EMR Michael Hanisch, AWS Solutions Architecture 2015, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Agenda Why did we build Amazon EMR? What is Amazon EMR?

More information

OVERVIEW. Team Valio. Brief from Valio. Testing Lohkeava Yoghurt. Current Packaging Analysis. Research. Concepts 1-6. Campaign

OVERVIEW. Team Valio. Brief from Valio. Testing Lohkeava Yoghurt. Current Packaging Analysis. Research. Concepts 1-6. Campaign TEAM VALIO OVERVIEW Team Valio Brief from Valio Testing Lohkeava Yoghurt Current Packaging Analysis Research Concepts 1-6 Campaign Ram Sankar Mengqi Kang Anja-Lisa Hirscher Tommi Leskinen Pinja Juvonen

More information

EMC Greenplum Driving the Future of Data Warehousing and Analytics. Tools and Technologies for Big Data

EMC Greenplum Driving the Future of Data Warehousing and Analytics. Tools and Technologies for Big Data EMC Greenplum Driving the Future of Data Warehousing and Analytics Tools and Technologies for Big Data Steven Hillion V.P. Analytics EMC Data Computing Division 1 Big Data Size: The Volume Of Data Continues

More information

A Brief Outline on Bigdata Hadoop

A Brief Outline on Bigdata Hadoop A Brief Outline on Bigdata Hadoop Twinkle Gupta 1, Shruti Dixit 2 RGPV, Department of Computer Science and Engineering, Acropolis Institute of Technology and Research, Indore, India Abstract- Bigdata is

More information

CloudRank-D:A Benchmark Suite for Private Cloud Systems

CloudRank-D:A Benchmark Suite for Private Cloud Systems CloudRank-D:A Benchmark Suite for Private Cloud Systems Jing Quan Institute of Computing Technology, Chinese Academy of Sciences and University of Science and Technology of China HVC tutorial in conjunction

More information

Recommendations in Mobile Environments. Professor Hui Xiong Rutgers Business School Rutgers University. Rutgers, the State University of New Jersey

Recommendations in Mobile Environments. Professor Hui Xiong Rutgers Business School Rutgers University. Rutgers, the State University of New Jersey 1 Recommendations in Mobile Environments Professor Hui Xiong Rutgers Business School Rutgers University ADMA-2014 Rutgers, the State University of New Jersey Big Data 3 Big Data Application Requirements

More information

Apigee Insights Increase marketing effectiveness and customer satisfaction with API-driven adaptive apps

Apigee Insights Increase marketing effectiveness and customer satisfaction with API-driven adaptive apps White provides GRASP-powered big data predictive analytics that increases marketing effectiveness and customer satisfaction with API-driven adaptive apps that anticipate, learn, and adapt to deliver contextual,

More information

Lambda Architecture. Near Real-Time Big Data Analytics Using Hadoop. January 2015. Email: bdg@qburst.com Website: www.qburst.com

Lambda Architecture. Near Real-Time Big Data Analytics Using Hadoop. January 2015. Email: bdg@qburst.com Website: www.qburst.com Lambda Architecture Near Real-Time Big Data Analytics Using Hadoop January 2015 Contents Overview... 3 Lambda Architecture: A Quick Introduction... 4 Batch Layer... 4 Serving Layer... 4 Speed Layer...

More information

The University of Jordan

The University of Jordan The University of Jordan Master in Web Intelligence Non Thesis Department of Business Information Technology King Abdullah II School for Information Technology The University of Jordan 1 STUDY PLAN MASTER'S

More information

Le book. www.coupdouest.nc

Le book. www.coupdouest.nc Le book www.coupdouest.nc 3, rue Émile Zola - Baie de l Orphelinat - 98800 Nouméa - Nouvelle-Calédonie Tél. (+687) 28 14 20 - contact@coupdouest.nc Ridet: 891440.001 - A.P.E.: 744B Le book www.coupdouest.nc

More information

vehicle tracking & fleet management system

vehicle tracking & fleet management system vehicle tracking & fleet management system about arvento Arvento was founded in 2005 with one goal in mind, to provide rich, reliable vehicle tracking systems for Turkey and world. Today, Arvento as one

More information

Pulsar Realtime Analytics At Scale. Tony Ng April 14, 2015

Pulsar Realtime Analytics At Scale. Tony Ng April 14, 2015 Pulsar Realtime Analytics At Scale Tony Ng April 14, 2015 Big Data Trends Bigger data volumes More data sources DBs, logs, behavioral & business event streams, sensors Faster analysis Next day to hours

More information

Performance Characterization of Game Recommendation Algorithms on Online Social Network Sites

Performance Characterization of Game Recommendation Algorithms on Online Social Network Sites Leroux P, Dhoedt B, Demeester P et al. Performance characterization of game recommendation algorithms on online social network sites. JOURNAL OF COMPUTER SCIENCE AND TECHNOLOGY 27(3): 611 623 May 2012.

More information

Manifest for Big Data Pig, Hive & Jaql

Manifest for Big Data Pig, Hive & Jaql Manifest for Big Data Pig, Hive & Jaql Ajay Chotrani, Priyanka Punjabi, Prachi Ratnani, Rupali Hande Final Year Student, Dept. of Computer Engineering, V.E.S.I.T, Mumbai, India Faculty, Computer Engineering,

More information

An Intelligent Matching System for the Products of Small Business/Manufactures with the Celebrities

An Intelligent Matching System for the Products of Small Business/Manufactures with the Celebrities An Intelligent Matching System for the Products of Small Business/Manufactures with the Celebrities Junho Jeong 1, Yunsik Son 2, Seokhoon Ko 1 and Seman Oh 1 1 Dept. of Computer Engineering, Dongguk University,

More information

Big Data Analytics. An Introduction. Oliver Fuchsberger University of Paderborn 2014

Big Data Analytics. An Introduction. Oliver Fuchsberger University of Paderborn 2014 Big Data Analytics An Introduction Oliver Fuchsberger University of Paderborn 2014 Table of Contents I. Introduction & Motivation What is Big Data Analytics? Why is it so important? II. Techniques & Solutions

More information

GAIN BETTER INSIGHT FROM BIG DATA USING JBOSS DATA VIRTUALIZATION

GAIN BETTER INSIGHT FROM BIG DATA USING JBOSS DATA VIRTUALIZATION GAIN BETTER INSIGHT FROM BIG DATA USING JBOSS DATA VIRTUALIZATION Syed Rasheed Solution Manager Red Hat Corp. Kenny Peeples Technical Manager Red Hat Corp. Kimberly Palko Product Manager Red Hat Corp.

More information

Social Business Intelligence For Retail Industry

Social Business Intelligence For Retail Industry Actionable Social Intelligence SOCIAL BUSINESS INTELLIGENCE FOR RETAIL INDUSTRY Leverage Voice of Customers, Competitors, and Competitor s Customers to Drive ROI Abstract Conversations on social media

More information

A Systemic Artificial Intelligence (AI) Approach to Difficult Text Analytics Tasks

A Systemic Artificial Intelligence (AI) Approach to Difficult Text Analytics Tasks A Systemic Artificial Intelligence (AI) Approach to Difficult Text Analytics Tasks Text Analytics World, Boston, 2013 Lars Hard, CTO Agenda Difficult text analytics tasks Feature extraction Bio-inspired

More information

Oracle Big Data Handbook

Oracle Big Data Handbook ORACLG Oracle Press Oracle Big Data Handbook Tom Plunkett Brian Macdonald Bruce Nelson Helen Sun Khader Mohiuddin Debra L. Harding David Segleau Gokula Mishra Mark F. Hornick Robert Stackowiak Keith Laker

More information

lloyd s BROKERs brand guidelines

lloyd s BROKERs brand guidelines lloyd s BROKERs brand guidelines contents Introduction Quick questions Part One: How may I describe my relationship with Lloyd s? Part Two: How may I use the Broker at Lloyd s logos? Promotional material

More information

Milestone Marketing Method www.unkefer.net

Milestone Marketing Method www.unkefer.net & associates Marketing & Branding Your Business & associates Fundamentally, your business runs on the quality of the relationships you develop. The Mile Stone Marketing Method (M 3 ) puts you in a position

More information

Hadoop. MPDL-Frühstück 9. Dezember 2013 MPDL INTERN

Hadoop. MPDL-Frühstück 9. Dezember 2013 MPDL INTERN Hadoop MPDL-Frühstück 9. Dezember 2013 MPDL INTERN Understanding Hadoop Understanding Hadoop What's Hadoop about? Apache Hadoop project (started 2008) downloadable open-source software library (current

More information

Architecting for Big Data Analytics and Beyond: A New Framework for Business Intelligence and Data Warehousing

Architecting for Big Data Analytics and Beyond: A New Framework for Business Intelligence and Data Warehousing Architecting for Big Data Analytics and Beyond: A New Framework for Business Intelligence and Data Warehousing Wayne W. Eckerson Director of Research, TechTarget Founder, BI Leadership Forum Business Analytics

More information

Integrating Big Data into the Computing Curricula

Integrating Big Data into the Computing Curricula Integrating Big Data into the Computing Curricula Yasin Silva, Suzanne Dietrich, Jason Reed, Lisa Tsosie Arizona State University http://www.public.asu.edu/~ynsilva/ibigdata/ 1 Overview Motivation Big

More information