RESEARCH ARTICLE Intelligent Forecast of Product Purchase Based on User Behaviour and Purchase Strategies using big data

Size: px
Start display at page:

Download "RESEARCH ARTICLE Intelligent Forecast of Product Purchase Based on User Behaviour and Purchase Strategies using big data"

Transcription

1 International Journal of Advances in Engineering, 2015, 1(3), ISSN: (printed version); ISSN: (online version); url: RESEARCH ARTICLE Intelligent Forecast of Product Purchase Based on User Behaviour and Purchase Strategies using big data P.Rubini, S.Surya and S.Kumarasamy Department of Information Technology, S.K.P Engineering College, India. Received 23 February 2015 / Accepted 16 March 2015 Abstract: We all know Data Gathering Techniques are increased and Unstructured Data are plenty in availability, which could not be processed by Data Mining. Big Data Concept is utilised for Utility Mining of Purchase by the Users. User's interests of purchase of particular Products are monitored and Frequency Item set is extracted. Each node scan its local database and generates the frequent item sets using A-Priori algorithm then its corresponding gain value is computed. Based on this gain value, the high utility items sets are mined according to the user specified threshold send it to master node. Keywords: Data gathering techniques, Bigdata, Unstructured, A-Priori, Threshold. 1. INTRODUCTION By intelligently using the information in and around them, organizations are able to improve their decision-making and better realize their objectives [1,2]. Some authors even claim that organizations may lose competitiveness by not systematically analyzing the available information [3]. However, to obtain the desired insights, data need to be sourced, stored, and analyzed [4, 5]. During the past years, accessing and processing the collected, voluminous, and heterogeneous amounts of data has become increasingly time consuming and complex [6]. With a total of 1.8 zettabyte in 2011, the amount of generated data has not yet reached its climax: as expected by IDC, a global provider of IT market intelligence, the total amount of data collected until the end of 2012 is estimated to be 1.48 times the amount of data collected in previous years, with more than 90% of this data being unstructured [7]. Businesses increasingly use these data masses provided by millions of networked sensors in mobile phones, cashier systems, automobiles, or weather stations to learn more about their customers, suppliers, and operations [8]. For instance, in a recent survey, half of the respondents stressed the importance of analytics in their company and morethan 20% claimed to be under pressure to improve their business analytics [2]. This development raises the question of how companies manage to cope with the characteristics of the ever-increasing amount of data, referred to as Big Data. The aim of this paper is to provide a set of organizational contingency factors that influence different Big Data strategies organizations may implement. In order to do so, we reviewed existing literature to identify different Big Data strategies as well as contingency factors and synthesized both into a contingency matrix that may support practitioners in choosing a suitable Big Data strategy for their specific context. II. PROPOSED SYSTEM We all know Data Gathering Techniques are increased and Unstructured Data are plenty in availability, which could not be Processed by Data Mining.For each frequent itemset l, generate all nonempty subsets of l. For every nonempty subset s of l, output the rule s Æ (l-s) if support_count(l) / support_count(s) >= min_conf where min_conf is minimum confidence threshold. Big Data Concept is utilised for Utility Mining of Purchase by the Users. User's interests of purchase of particular Products are monitored and Frequency Item set is extracted. Each node scan its local database and generates the frequent item sets using A-Priori algorithm then its corresponding gain value is computed. Based on this gain value, the high utility item sets are mined according to the user specified threshold send it to master node Using Big data Concept we are Analysing follow up Purchas of the set of Products from the Date of Purchase of first Product. Purchase of the set of Products from the date of purchase of first product. Ex User 1 would have purchased Computer, then 2 to 3 months later same user would purchase Printer. Wed can also measure Expected purchase of the set of products from the first purchase. Data insertion and update In admin side we can add particular data and also update the data. Each item contains the profit and quantity. We can add and update the profit and quantity values for product list. All inserted values are added in the database. Also updated values are added in the database. We can also view the added and updated values. These values are will be display in the product list.

2 185 Int. J. Adv. Eng., 2015, 1(3), Figure.1 Proposed system Construction of up-tree The construction of UP-Tree can be performed with two scans of the original database. In First scan, TU of each transaction is computed.twu of each single item is also accumulated. Discarding global unpromising items. Unpromising items are removed from the transaction and utilities are eliminated from the TU of the transaction. The remaining promising items in the transaction are sorted in the descending order of TWU. In Second scan, Transactions are inserted into UP-Tree. Purchase the Item In client side user can enter all details. Then user can login using particular username and password. All the inserted also updated items are added into the product list. Then select user wanted items then add all items into cart products with count of the each item. A warning message will display in dialogue box when the customer type the quantity above the constraint value mentioned in the database. All selected items are displayed in the cart product list. Then purchase the required items. Discard unpromising items In FP growth mining, type the minimum utility. Based on the value of min utility we can find out the promising items and unpromising items. Transactional-weighted utility of an item set is the sum of the transaction utilites of all the transactions. If it s utility is less than a user specified minimum utility threshold. An item set is called a low utility item set. To select interesting rules from the set of all rules, constraints on several of significance and interest can be used. The best known constraints are minimum thresholds on support & confidence. Then the low utility item sets are discarded at end of the transaction. Table-I TID and transaction Figure.2 Work flow Finding the pattern from up tree

3 186 Int. J. Adv. Eng., 2015, 1(3), Searching process for high utility item set mining is difficult because a superset of a low utility item set may be a high utility item set. If transactional-weighted utility is no less than a user specified minimum utility threshold. An item set is called a high utility item set. Based on the TWU we can find out promising items and unpromising items. Based on the threshold value we discard the unpromising items. Then find out the promising items. Candidate item sets can be generated efficiently with only two scans of database. Mining high utility item sets from database refers to the discovery of item sets with high utility like profit. III. ANALYSIS OF CONSUMER BEHAVIOR Over the years Data mining (DM) can used to understand the consumer buying behavior using various techniques. Data mining has gradually increases many folds and today it is a giant 100 billion dollar industry. In data mining world every activity of a consumer in a supermarket is treated as a byte of data. How the consumer spends, which day what time normally he/she does the shopping, what they buy most often, how much they buy, in that locality etc. All this about which a consumer is not even aware and there is a big industry which is data which is gathered somewhere at the backend slicing & dicing this data & selling it at a premium price. Figure.3 Construction of FP Tree Big Data Analytics as a Service: The fourth strategy for dealing with Big Data is to buy in Big Data capabilities. The supply of BDAaaS solutions is rapidly increasing and the variety of vendors is large. Tresata, for instance, has specialized on analyzing. Another example is Cloudera, who offers a large variety of BDAaaS solutions for different industries. Therefore, organizations tackling the BDAaaS strategy are likely to find suitable solutions for their specific context. MapReduce and DFS: The second most often referenced strategy to approach Big Data analysis is the introduction of new systems that use distributedfile systems (DFS) and a MapReduce engine. A prominent exponent of such a system is Hadoop. Hadoop is an open source architecture composed of different engines such as a MapReduce engine and a DFS engine. The data to be analyzed is stored in the distributed file system and then processed using the MapReduce engine. The results are then again stored in the file system and directly streamed to a business intelligence application. In the MapReduce approach, unlike as in RDBMS, small programs are necessary to execute queries. To be more precise, users specify a map function that processes a key/value pair to generate a set of intermediate key/value pairs, and a reduce function that merges all intermediate values associated with the same intermediate key. These programs are then injected into a distributed processing framework, that decides how many map and reduce instances have to be run on which nodes.

4 187 Int. J. Adv. Eng., 2015, 1(3), Figure.4 Map reduce and DFS Capturing the relevant customer information : Earlier customer information used to be distributed across the company through different departments. Then there was a need to harmonize them. This was essential from both technical and business point of view. A customer may interact through the web or through call centers. Thus all the data regarding the customer should stay updated for the employees to interact smoothly and capture new information. Thus the CRM solution integrates information from multiple sources to create consolidated customer view and then make this customer knowledge base available as source data for the numerous CRM analytical applications [14]. Thus every customer interaction can create new insights on customer behavior. IV. CUSTOMER BEHAVIOR MODEL (CBM) The model (Fig. 2.) describes the system where the customer historical data are taken and a suitable predictive model is applied at the scoring engine. There are a number of business predictive models like statistics which is an old discipline and then using regression analysis, clustering- method by which like records are grouped together, nearest neighbor techniques, neural networks, rule induction etc. Predictive Model Historical Data Scoring Engine Prediction Figure.5 Customer Behavior Model CONCLUSION In this paper, we aimed at providing guidance for companies on how to approach the phenomenon of Big Data. Based on a review of existing scientific as well as practitioner literature, we identified four Big Data strategies and discussed them regarding contingencies influencing strategy choice. The eight respective contingency factors can be grouped into three dimensions, namely strategy, resources, and operating environment. Although other authors have already discussed context factors that might influence Big Data strategy choice [e.g. 36, 44], a structured analysis of such contingency factors has not been performed so far. We therefore contribute to the still limited research on Big Data by providing a basis for future discussions on the adequacy and success of various Big Data strategies for differing corporate environments. As illustrated by the analysis of the opportunities and challenges of Big Data in this paper, organizational decision makers need to start thinking about whether and how to facilitate Big Data analytics. They therefore benefit from our research by gaining a better understanding of the different facets they should consider before deciding on Big Data solution investments.

5 188 Int. J. Adv. Eng., 2015, 1(3), REFERENCES [1] Park, Y.-T., "An Empirical Investigation of the Effects of Data Warehousing on Decision Performance", Information & Management, 43(1), 2006, pp [2] Lavalle, S., Lesser, E., Shockley, R., Hopkins, M.S., and Kruschwitz, N., "Big Data, Analytics and the Path from Insights to Value", Sloan Management Review, 52(2), 2011, pp [3] Argyris, C., and Schön, D.A., Organizational Learning: A Theory of Action Perspective, Addison-Wesley Pub. Co., [4] Laney, D., 3d Data Management: Controlling Data Volume, Velocity, and Variety, Stanford, [5] A lmeida, F., and Calistru, C., "The Main Challenges and Issues of Big Data Management", International Journal of Research Studies in Computing, 2(1), 2013, pp [6] Ang, J., and Teo, T.S.H., "Management Issues in Data Warehousing: Insights from the Housing and Development Board", Decision Support Systems, 29(1), 2000, pp [7] Shirer, M., and Murray, P., Idc Predicts: 2012 Will Be the Year of Mobile and Cloud Platform Wars as It Vendors Vie for Leadership While the Industry Redefines Itself, IDC Analyze, [8] Manyika, J., Chui, M., Brown, B., Bughin, J., Dobbs, R., Roxburgh, C., and Hung Byers, A., "Big Data: The Next Frontier for Innovation, Competition, and Productivity", in (Editor, 'ed.''eds.'): Book Big Data: The Next Frontier for Innovation, Competition, and Productivity, McKinsey Global Institute, 2011 [9] Chen, H., Chiang, R.H.L., and Storey, V.C., "Business Intelligence and Analytics: From Big Data to Big Impact", MIS Quarterly, 36(4), 2012, pp [10] Dumbill, E., What Is Big Data? An Introduction to the Big Data Landscape., Strata, [11] Morgan, T., Ibm Global Technology Outl ook 2012, Warwick, 2012

Finding your Big Data Way

Finding your Big Data Way Finding your Big Data Way Finding your Big Data Way A multiple case study on the implementation of Big Data Date: July 2015 Author: Amani Michael Introduction New Information Technologies and new possibilities

More information

Data Mining + Business Intelligence. Integration, Design and Implementation

Data Mining + Business Intelligence. Integration, Design and Implementation Data Mining + Business Intelligence Integration, Design and Implementation ABOUT ME Vijay Kotu Data, Business, Technology, Statistics BUSINESS INTELLIGENCE - Result Making data accessible Wider distribution

More information

Business Intelligence and Big Data Analytics: An Overview

Business Intelligence and Big Data Analytics: An Overview Communications of the IIMA Volume 14 Issue 3 Double Issue 3/4 Article 1 2014 Business Intelligence and Big Data Analytics: An Overview Xin James Fairfield University, xhe@fairfield.edu Follow this and

More information

WELCOME TO THE WORLD OF BIG DATA. NEW WORLD PROBLEMS, NEW WORLD SOLUTIONS

WELCOME TO THE WORLD OF BIG DATA. NEW WORLD PROBLEMS, NEW WORLD SOLUTIONS WELCOME TO THE WORLD OF BIG DATA. NEW WORLD PROBLEMS, NEW WORLD SOLUTIONS TECHNOLOGY by Zachary Zeus Data in our world has been exploding. According to IBM research, 90% of today s data was created in

More information

Improving Data Processing Speed in Big Data Analytics Using. HDFS Method

Improving Data Processing Speed in Big Data Analytics Using. HDFS Method Improving Data Processing Speed in Big Data Analytics Using HDFS Method M.R.Sundarakumar Assistant Professor, Department Of Computer Science and Engineering, R.V College of Engineering, Bangalore, India

More information

BIG DATA IN SUPPLY CHAIN MANAGEMENT: AN EXPLORATORY STUDY

BIG DATA IN SUPPLY CHAIN MANAGEMENT: AN EXPLORATORY STUDY Gheorghe MILITARU Politehnica University of Bucharest, Romania Massimo POLLIFRONI University of Turin, Italy Alexandra IOANID Politehnica University of Bucharest, Romania BIG DATA IN SUPPLY CHAIN MANAGEMENT:

More information

Scholars Journal of Arts, Humanities and Social Sciences

Scholars Journal of Arts, Humanities and Social Sciences Scholars Journal of Arts, Humanities and Social Sciences Sch. J. Arts Humanit. Soc. Sci. 2014; 2(3B):440-444 Scholars Academic and Scientific Publishers (SAS Publishers) (An International Publisher for

More information

TECHNOLOGY ANALYSIS FOR INTERNET OF THINGS USING BIG DATA LEARNING

TECHNOLOGY ANALYSIS FOR INTERNET OF THINGS USING BIG DATA LEARNING TECHNOLOGY ANALYSIS FOR INTERNET OF THINGS USING BIG DATA LEARNING Sunghae Jun 1 1 Professor, Department of Statistics, Cheongju University, Chungbuk, Korea Abstract The internet of things (IoT) is an

More information

Keywords Big Data; OODBMS; RDBMS; hadoop; EDM; learning analytics, data abundance.

Keywords Big Data; OODBMS; RDBMS; hadoop; EDM; learning analytics, data abundance. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Analytics

More information

A Knowledge Management Framework Using Business Intelligence Solutions

A Knowledge Management Framework Using Business Intelligence Solutions www.ijcsi.org 102 A Knowledge Management Framework Using Business Intelligence Solutions Marwa Gadu 1 and Prof. Dr. Nashaat El-Khameesy 2 1 Computer and Information Systems Department, Sadat Academy For

More information

International Journal of Engineering Research ISSN: 2348-4039 & Management Technology November-2015 Volume 2, Issue-6

International Journal of Engineering Research ISSN: 2348-4039 & Management Technology November-2015 Volume 2, Issue-6 International Journal of Engineering Research ISSN: 2348-4039 & Management Technology Email: editor@ijermt.org November-2015 Volume 2, Issue-6 www.ijermt.org Modeling Big Data Characteristics for Discovering

More information

Big Data & Analytics: Your concise guide (note the irony) Wednesday 27th November 2013

Big Data & Analytics: Your concise guide (note the irony) Wednesday 27th November 2013 Big Data & Analytics: Your concise guide (note the irony) Wednesday 27th November 2013 Housekeeping 1. Any questions coming out of today s presentation can be discussed in the bar this evening 2. OCF is

More information

QOS Based Web Service Ranking Using Fuzzy C-means Clusters

QOS Based Web Service Ranking Using Fuzzy C-means Clusters Research Journal of Applied Sciences, Engineering and Technology 10(9): 1045-1050, 2015 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2015 Submitted: March 19, 2015 Accepted: April

More information

A Study of Data Management Technology for Handling Big Data

A Study of Data Management Technology for Handling Big Data Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 9, September 2014,

More information

Business Intelligence. Data Mining and Optimization for Decision Making

Business Intelligence. Data Mining and Optimization for Decision Making Brochure More information from http://www.researchandmarkets.com/reports/2325743/ Business Intelligence. Data Mining and Optimization for Decision Making Description: Business intelligence is a broad category

More information

Big data for Enhanced Learning Analytics: A case for large-scale comparative assessments

Big data for Enhanced Learning Analytics: A case for large-scale comparative assessments Big data for Enhanced Learning Analytics: A case for large-scale comparative assessments Nikolaos Korfiatis korfiatis@em.uni-frankfurt.de Big Data Analytics Research Lab, Chair for Database and Information

More information

The big data business model: opportunity and key success factors

The big data business model: opportunity and key success factors MENA Summit 2013: Enabling innovation, driving profitability The big data business model: opportunity and key success factors 6 November 2013 Justin van der Lande EVENT PARTNERS: 2 Introduction What is

More information

Development of CEP System based on Big Data Analysis Techniques and Its Application

Development of CEP System based on Big Data Analysis Techniques and Its Application , pp.26-30 http://dx.doi.org/10.14257/astl.2015.98.07 Development of CEP System based on Big Data Analysis Techniques and Its Application Mi-Jin Kim 1, Yun-Sik Yu 1 1 Convergence of IT Devices Institute

More information

The emergence of big data technology and analytics

The emergence of big data technology and analytics ABSTRACT The emergence of big data technology and analytics Bernice Purcell Holy Family University The Internet has made new sources of vast amount of data available to business executives. Big data is

More information

Framework and key technologies for big data based on manufacturing Shan Ren 1, a, Xin Zhao 2, b

Framework and key technologies for big data based on manufacturing Shan Ren 1, a, Xin Zhao 2, b International Conference on Materials Engineering and Information Technology Applications (MEITA 2015) Framework and key technologies for big data based on manufacturing Shan Ren 1, a, Xin Zhao 2, b 1

More information

Keywords: Big Data, HDFS, Map Reduce, Hadoop

Keywords: Big Data, HDFS, Map Reduce, Hadoop Volume 5, Issue 7, July 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Configuration Tuning

More information

Name: Srinivasan Govindaraj Title: Big Data Predictive Analytics

Name: Srinivasan Govindaraj Title: Big Data Predictive Analytics Name: Srinivasan Govindaraj Title: Big Data Predictive Analytics Please note the following IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice

More information

Data Refinery with Big Data Aspects

Data Refinery with Big Data Aspects International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 7 (2013), pp. 655-662 International Research Publications House http://www. irphouse.com /ijict.htm Data

More information

Transforming the Telecoms Business using Big Data and Analytics

Transforming the Telecoms Business using Big Data and Analytics Transforming the Telecoms Business using Big Data and Analytics Event: ICT Forum for HR Professionals Venue: Meikles Hotel, Harare, Zimbabwe Date: 19 th 21 st August 2015 AFRALTI 1 Objectives Describe

More information

Associate Professor, Department of CSE, Shri Vishnu Engineering College for Women, Andhra Pradesh, India 2

Associate Professor, Department of CSE, Shri Vishnu Engineering College for Women, Andhra Pradesh, India 2 Volume 6, Issue 3, March 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Special Issue

More information

This Symposium brought to you by www.ttcus.com

This Symposium brought to you by www.ttcus.com This Symposium brought to you by www.ttcus.com Linkedin/Group: Technology Training Corporation @Techtrain Technology Training Corporation www.ttcus.com Big Data Analytics as a Service (BDAaaS) Big Data

More information

ISSN: 2320-1363 CONTEXTUAL ADVERTISEMENT MINING BASED ON BIG DATA ANALYTICS

ISSN: 2320-1363 CONTEXTUAL ADVERTISEMENT MINING BASED ON BIG DATA ANALYTICS CONTEXTUAL ADVERTISEMENT MINING BASED ON BIG DATA ANALYTICS A.Divya *1, A.M.Saravanan *2, I. Anette Regina *3 MPhil, Research Scholar, Muthurangam Govt. Arts College, Vellore, Tamilnadu, India Assistant

More information

Intro to Big Data and Business Intelligence

Intro to Big Data and Business Intelligence Intro to Big Data and Business Intelligence Anjana Susarla Eli Broad College of Business What is Business Intelligence A Simple Definition: The applications and technologies transforming Business Data

More information

ISSN: 2321-7782 (Online) Volume 3, Issue 7, July 2015 International Journal of Advance Research in Computer Science and Management Studies

ISSN: 2321-7782 (Online) Volume 3, Issue 7, July 2015 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 3, Issue 7, July 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

DEVELOPMENT OF HASH TABLE BASED WEB-READY DATA MINING ENGINE

DEVELOPMENT OF HASH TABLE BASED WEB-READY DATA MINING ENGINE DEVELOPMENT OF HASH TABLE BASED WEB-READY DATA MINING ENGINE SK MD OBAIDULLAH Department of Computer Science & Engineering, Aliah University, Saltlake, Sector-V, Kol-900091, West Bengal, India sk.obaidullah@gmail.com

More information

Investigative Research on Big Data: An Analysis

Investigative Research on Big Data: An Analysis Investigative Research on Big Data: An Analysis Shyam J. Dhoble 1, Prof. Nitin Shelke 2 ME Scholar, Department of CSE, Raisoni college of Engineering and Management Amravati, Maharashtra, India. 1 Assistant

More information

The basic data mining algorithms introduced may be enhanced in a number of ways.

The basic data mining algorithms introduced may be enhanced in a number of ways. DATA MINING TECHNOLOGIES AND IMPLEMENTATIONS The basic data mining algorithms introduced may be enhanced in a number of ways. Data mining algorithms have traditionally assumed data is memory resident,

More information

Project Report. 1. Application Scenario

Project Report. 1. Application Scenario Project Report In this report, we briefly introduce the application scenario of association rule mining, give details of apriori algorithm implementation and comment on the mined rules. Also some instructions

More information

Aggregation Methodology on Map Reduce for Big Data Applications by using Traffic-Aware Partition Algorithm

Aggregation Methodology on Map Reduce for Big Data Applications by using Traffic-Aware Partition Algorithm Aggregation Methodology on Map Reduce for Big Data Applications by using Traffic-Aware Partition Algorithm R. Dhanalakshmi 1, S.Mohamed Jakkariya 2, S. Mangaiarkarasi 3 PG Scholar, Dept. of CSE, Shanmugnathan

More information

Volume 3, Issue 6, June 2015 International Journal of Advance Research in Computer Science and Management Studies

Volume 3, Issue 6, June 2015 International Journal of Advance Research in Computer Science and Management Studies Volume 3, Issue 6, June 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com Image

More information

Information Visualization WS 2013/14 11 Visual Analytics

Information Visualization WS 2013/14 11 Visual Analytics 1 11.1 Definitions and Motivation Lot of research and papers in this emerging field: Visual Analytics: Scope and Challenges of Keim et al. Illuminating the path of Thomas and Cook 2 11.1 Definitions and

More information

Customer Analysis - Customer analysis is done by analyzing the customer's buying preferences, buying time, budget cycles, etc.

Customer Analysis - Customer analysis is done by analyzing the customer's buying preferences, buying time, budget cycles, etc. Data Warehouses Data warehousing is the process of constructing and using a data warehouse. A data warehouse is constructed by integrating data from multiple heterogeneous sources that support analytical

More information

Advanced Big Data Analytics with R and Hadoop

Advanced Big Data Analytics with R and Hadoop REVOLUTION ANALYTICS WHITE PAPER Advanced Big Data Analytics with R and Hadoop 'Big Data' Analytics as a Competitive Advantage Big Analytics delivers competitive advantage in two ways compared to the traditional

More information

International Journal of Innovative Research in Computer and Communication Engineering

International Journal of Innovative Research in Computer and Communication Engineering FP Tree Algorithm and Approaches in Big Data T.Rathika 1, J.Senthil Murugan 2 Assistant Professor, Department of CSE, SRM University, Ramapuram Campus, Chennai, Tamil Nadu,India 1 Assistant Professor,

More information

Distributed Apriori in Hadoop MapReduce Framework

Distributed Apriori in Hadoop MapReduce Framework Distributed Apriori in Hadoop MapReduce Framework By Shulei Zhao (sz2352) and Rongxin Du (rd2537) Individual Contribution: Shulei Zhao: Implements centralized Apriori algorithm and input preprocessing

More information

FOUNDATIONS OF A CROSS- DISCIPLINARY PEDAGOGY FOR BIG DATA

FOUNDATIONS OF A CROSS- DISCIPLINARY PEDAGOGY FOR BIG DATA FOUNDATIONS OF A CROSSDISCIPLINARY PEDAGOGY FOR BIG DATA Joshua Eckroth Stetson University DeLand, Florida 3867402519 jeckroth@stetson.edu ABSTRACT The increasing awareness of big data is transforming

More information

Customized Report- Big Data

Customized Report- Big Data GINeVRA Digital Research Hub Customized Report- Big Data 1 2014. All Rights Reserved. Agenda Context Challenges and opportunities Solutions Market Case studies Recommendations 2 2014. All Rights Reserved.

More information

Enhanced Boosted Trees Technique for Customer Churn Prediction Model

Enhanced Boosted Trees Technique for Customer Churn Prediction Model IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 03 (March. 2014), V5 PP 41-45 www.iosrjen.org Enhanced Boosted Trees Technique for Customer Churn Prediction

More information

BIG DATA: BIG BOOST TO BIG TECH

BIG DATA: BIG BOOST TO BIG TECH BIG DATA: BIG BOOST TO BIG TECH Ms. Tosha Joshi Department of Computer Applications, Christ College, Rajkot, Gujarat (India) ABSTRACT Data formation is occurring at a record rate. A staggering 2.9 billion

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK A REVIEW ON BIG DATA MANAGEMENT AND ITS SECURITY PRUTHVIKA S. KADU 1, DR. H. R.

More information

A Survey on Association Rule Mining in Market Basket Analysis

A Survey on Association Rule Mining in Market Basket Analysis International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 4, Number 4 (2014), pp. 409-414 International Research Publications House http://www. irphouse.com /ijict.htm A Survey

More information

An Approach to Implement Map Reduce with NoSQL Databases

An Approach to Implement Map Reduce with NoSQL Databases www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 2319-7242 Volume 4 Issue 8 Aug 2015, Page No. 13635-13639 An Approach to Implement Map Reduce with NoSQL Databases Ashutosh

More information

A THREE-TIERED WEB BASED EXPLORATION AND REPORTING TOOL FOR DATA MINING

A THREE-TIERED WEB BASED EXPLORATION AND REPORTING TOOL FOR DATA MINING A THREE-TIERED WEB BASED EXPLORATION AND REPORTING TOOL FOR DATA MINING Ahmet Selman BOZKIR Hacettepe University Computer Engineering Department, Ankara, Turkey selman@cs.hacettepe.edu.tr Ebru Akcapinar

More information

A Divided Regression Analysis for Big Data

A Divided Regression Analysis for Big Data Vol., No. (0), pp. - http://dx.doi.org/0./ijseia.0...0 A Divided Regression Analysis for Big Data Sunghae Jun, Seung-Joo Lee and Jea-Bok Ryu Department of Statistics, Cheongju University, 0-, Korea shjun@cju.ac.kr,

More information

Some Economics of Cultural PSI: the Micro Perspective

Some Economics of Cultural PSI: the Micro Perspective Some Economics of Cultural PSI: the Micro Perspective Massimiliano Nuccio Research Affiliate ASK Bocconi Research Centre Bocconi University Milan - 10 October 2014 1 Agenda Which new sources of data can

More information

Surfing the Data Tsunami: A New Paradigm for Big Data Processing and Analytics

Surfing the Data Tsunami: A New Paradigm for Big Data Processing and Analytics Surfing the Data Tsunami: A New Paradigm for Big Data Processing and Analytics Dr. Liangxiu Han Future Networks and Distributed Systems Group (FUNDS) School of Computing, Mathematics and Digital Technology,

More information

Keywords Big Data Analytic Tools, Data Mining, Hadoop and MapReduce, HBase and Hive tools, User-Friendly tools.

Keywords Big Data Analytic Tools, Data Mining, Hadoop and MapReduce, HBase and Hive tools, User-Friendly tools. Volume 3, Issue 8, August 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Significant Trends

More information

RULE-BASE DATA MINING SYSTEMS FOR

RULE-BASE DATA MINING SYSTEMS FOR RULE-BASE DATA MINING SYSTEMS FOR CUSTOMER QUERIES A.Kaleeswaran 1, V.Ramasamy 2 Assistant Professor 1&2 Park College of Engineering and Technology, Coimbatore, Tamil Nadu, India. 1&2 Abstract: The main

More information

UPS battery remote monitoring system in cloud computing

UPS battery remote monitoring system in cloud computing , pp.11-15 http://dx.doi.org/10.14257/astl.2014.53.03 UPS battery remote monitoring system in cloud computing Shiwei Li, Haiying Wang, Qi Fan School of Automation, Harbin University of Science and Technology

More information

Role of Cloud Computing in Big Data Analytics Using MapReduce Component of Hadoop

Role of Cloud Computing in Big Data Analytics Using MapReduce Component of Hadoop Role of Cloud Computing in Big Data Analytics Using MapReduce Component of Hadoop Kanchan A. Khedikar Department of Computer Science & Engineering Walchand Institute of Technoloy, Solapur, Maharashtra,

More information

Data Mining Techniques

Data Mining Techniques 15.564 Information Technology I Business Intelligence Outline Operational vs. Decision Support Systems What is Data Mining? Overview of Data Mining Techniques Overview of Data Mining Process Data Warehouses

More information

Data Mining & Knowledge Discovery: Personalization and Profiling Technologies

Data Mining & Knowledge Discovery: Personalization and Profiling Technologies Data Mining & Knowledge Discovery: Personalization and Profiling Technologies 1 Predictive Modeling and Knowledge Discovery via Data Mining v A black box that makes predictions about the future based on

More information

An Enhanced Quality Approach for Ecommerce Website using DEA and High Utility Item Set Mining

An Enhanced Quality Approach for Ecommerce Website using DEA and High Utility Item Set Mining An Enhanced Quality Approach for Ecommerce Website using DEA and High Utility Item Set Mining Varsha Kulkarni 1, Vilas Jadhav 2. 1 PG Scholar, Dept. of Computer Engineering, MGMCET, Kamothe, Navi Mumbai,

More information

Developing the SMEs Innovative Capacity Using a Big Data Approach

Developing the SMEs Innovative Capacity Using a Big Data Approach Economy Informatics vol. 14, no. 1/2014 55 Developing the SMEs Innovative Capacity Using a Big Data Approach Alexandra Elena RUSĂNEANU, Victor LAVRIC The Bucharest University of Economic Studies, Romania

More information

Keywords: Big Data, Hadoop, cluster, heterogeneous, HDFS, MapReduce

Keywords: Big Data, Hadoop, cluster, heterogeneous, HDFS, MapReduce Volume 5, Issue 9, September 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Study of

More information

BIG DATA & DATA SCIENCE

BIG DATA & DATA SCIENCE BIG DATA & DATA SCIENCE ACADEMY PROGRAMS IN-COMPANY TRAINING PORTFOLIO 2 TRAINING PORTFOLIO 2016 Synergic Academy Solutions BIG DATA FOR LEADING BUSINESS Big data promises a significant shift in the way

More information

ISSN: 2321-7782 (Online) Volume 3, Issue 4, April 2015 International Journal of Advance Research in Computer Science and Management Studies

ISSN: 2321-7782 (Online) Volume 3, Issue 4, April 2015 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 3, Issue 4, April 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

SIGNIFICANCE OF BUSINESS INTELLIGENCE APPLICATIONS FOR BETTER DECISION MAKING & BUSINESS PERFORMANCE

SIGNIFICANCE OF BUSINESS INTELLIGENCE APPLICATIONS FOR BETTER DECISION MAKING & BUSINESS PERFORMANCE SIGNIFICANCE OF BUSINESS INTELLIGENCE APPLICATIONS FOR BETTER DECISION MAKING & BUSINESS PERFORMANCE Dr. Nitin P. Mankar Professor (Director), Jayawantrao Sawant Institute of Management & Research (JSIMR).

More information

What is Hot on the Market and Trends. SDA Bocconi Quantitative Methods Competence Center

What is Hot on the Market and Trends. SDA Bocconi Quantitative Methods Competence Center What is Hot on the Market and Trends SDA Bocconi Quantitative Methods Competence Center 1. What is hot in the market 2. Focus: Big Data Application 3. Trends 4. Examples of Techniques for analyzing data

More information

Big Data. Fast Forward. Putting data to productive use

Big Data. Fast Forward. Putting data to productive use Big Data Putting data to productive use Fast Forward What is big data, and why should you care? Get familiar with big data terminology, technologies, and techniques. Getting started with big data to realize

More information

Finding Frequent Patterns Based On Quantitative Binary Attributes Using FP-Growth Algorithm

Finding Frequent Patterns Based On Quantitative Binary Attributes Using FP-Growth Algorithm R. Sridevi et al Int. Journal of Engineering Research and Applications RESEARCH ARTICLE OPEN ACCESS Finding Frequent Patterns Based On Quantitative Binary Attributes Using FP-Growth Algorithm R. Sridevi,*

More information

Opportunities and Challenges of Big Data Analytics

Opportunities and Challenges of Big Data Analytics Opportunities and Challenges of Big Data Analytics Faruk Bagci Department of Computer Engineering Kuwait University Kuwait City, Kuwait dr.faruk.bagci@gmail.com Abstract In the era of information explosion,

More information

Big Data Analytics Predicting Risk of Readmissions of Diabetic Patients

Big Data Analytics Predicting Risk of Readmissions of Diabetic Patients Big Data Analytics Predicting Risk of Readmissions of Diabetic Patients Saumya Salian 1, Dr. G. Harisekaran 2 1 SRM University, Department of Information and Technology, SRM Nagar, Chennai 603203, India

More information

DATA MINING TECHNIQUES SUPPORT TO KNOWLEGDE OF BUSINESS INTELLIGENT SYSTEM

DATA MINING TECHNIQUES SUPPORT TO KNOWLEGDE OF BUSINESS INTELLIGENT SYSTEM INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 DATA MINING TECHNIQUES SUPPORT TO KNOWLEGDE OF BUSINESS INTELLIGENT SYSTEM M. Mayilvaganan 1, S. Aparna 2 1 Associate

More information

International Journal of Advanced Engineering Research and Applications (IJAERA) ISSN: 2454-2377 Vol. 1, Issue 6, October 2015. Big Data and Hadoop

International Journal of Advanced Engineering Research and Applications (IJAERA) ISSN: 2454-2377 Vol. 1, Issue 6, October 2015. Big Data and Hadoop ISSN: 2454-2377, October 2015 Big Data and Hadoop Simmi Bagga 1 Satinder Kaur 2 1 Assistant Professor, Sant Hira Dass Kanya MahaVidyalaya, Kala Sanghian, Distt Kpt. INDIA E-mail: simmibagga12@gmail.com

More information

Federico Rajola. Customer Relationship. Management in the. Financial Industry. Organizational Processes and. Technology Innovation.

Federico Rajola. Customer Relationship. Management in the. Financial Industry. Organizational Processes and. Technology Innovation. Federico Rajola Customer Relationship Management in the Financial Industry Organizational Processes and Technology Innovation Second edition ^ Springer Contents 1 Introduction 1 1.1 Identification and

More information

Data-intensive HPC: opportunities and challenges. Patrick Valduriez

Data-intensive HPC: opportunities and challenges. Patrick Valduriez Data-intensive HPC: opportunities and challenges Patrick Valduriez Big Data Landscape Multi-$billion market! Big data = Hadoop = MapReduce? No one-size-fits-all solution: SQL, NoSQL, MapReduce, No standard,

More information

Big Data Framework for u-healthcare System. Tae-Woong Kim 1, Jai-Hyun Seu 2. jaiseu@inje.ac.kr

Big Data Framework for u-healthcare System. Tae-Woong Kim 1, Jai-Hyun Seu 2. jaiseu@inje.ac.kr Big Data Framework for u-healthcare System Tae-Woong Kim 1, Jai-Hyun Seu 2 1. Department of Computer Education, Silla University, Sasang-Gu, Busan, Korea 2. School of Computer Engineering, Inje University,

More information

BIG DATA & ANALYTICS. Transforming the business and driving revenue through big data and analytics

BIG DATA & ANALYTICS. Transforming the business and driving revenue through big data and analytics BIG DATA & ANALYTICS Transforming the business and driving revenue through big data and analytics Collection, storage and extraction of business value from data generated from a variety of sources are

More information

Big Data Explained. An introduction to Big Data Science.

Big Data Explained. An introduction to Big Data Science. Big Data Explained An introduction to Big Data Science. 1 Presentation Agenda What is Big Data Why learn Big Data Who is it for How to start learning Big Data When to learn it Objective and Benefits of

More information

Improving Apriori Algorithm to get better performance with Cloud Computing

Improving Apriori Algorithm to get better performance with Cloud Computing Improving Apriori Algorithm to get better performance with Cloud Computing Zeba Qureshi 1 ; Sanjay Bansal 2 Affiliation: A.I.T.R, RGPV, India 1, A.I.T.R, RGPV, India 2 ABSTRACT Cloud computing has become

More information

Bringing Together ESB and Big Data

Bringing Together ESB and Big Data Bringing Together ESB and Big Data Bringing Together ESB and Big Data Table of Contents Why ESB and Big Data?...3 Exploring the Promise of Big Data and ESB... 4 Moving Forward With ESB and Big Data...5

More information

Chapter 2 Big Data Panel at SIGDSS Pre-ICIS Conference 2013: A Swiss-Army Knife? The Profile of a Data Scientist

Chapter 2 Big Data Panel at SIGDSS Pre-ICIS Conference 2013: A Swiss-Army Knife? The Profile of a Data Scientist Chapter 2 Big Data Panel at SIGDSS Pre-ICIS Conference 2013: A Swiss-Army Knife? The Profile of a Data Scientist Barbara Dinter, David Douglas, Roger H.L. Chiang, Francesco Mari, Sudha Ram, and Detlef

More information

Big Data in Customer Relationship Management (CRM)

Big Data in Customer Relationship Management (CRM) Brochure More information from http://www.researchandmarkets.com/reports/2623207/ Big Data in Customer Relationship Management (CRM) Description: Customer Relationship Management (CRM) is a model of managing

More information

Clinic + - A Clinical Decision Support System Using Association Rule Mining

Clinic + - A Clinical Decision Support System Using Association Rule Mining Clinic + - A Clinical Decision Support System Using Association Rule Mining Sangeetha Santhosh, Mercelin Francis M.Tech Student, Dept. of CSE., Marian Engineering College, Kerala University, Trivandrum,

More information

BIG DATA Alignment of Supply & Demand Nuria de Lama Representative of Atos Research &

BIG DATA Alignment of Supply & Demand Nuria de Lama Representative of Atos Research & BIG DATA Alignment of Supply & Demand Nuria de Lama Representative of Atos Research & Innovation 04-08-2011 to the EC 8 th February, Luxembourg Your Atos business Research technologists. and Innovation

More information

How to use Big Data in Industry 4.0 implementations. LAURI ILISON, PhD Head of Big Data and Machine Learning

How to use Big Data in Industry 4.0 implementations. LAURI ILISON, PhD Head of Big Data and Machine Learning How to use Big Data in Industry 4.0 implementations LAURI ILISON, PhD Head of Big Data and Machine Learning Big Data definition? Big Data is about structured vs unstructured data Big Data is about Volume

More information

Nine Common Types of Data Mining Techniques Used in Predictive Analytics

Nine Common Types of Data Mining Techniques Used in Predictive Analytics 1 Nine Common Types of Data Mining Techniques Used in Predictive Analytics By Laura Patterson, President, VisionEdge Marketing Predictive analytics enable you to develop mathematical models to help better

More information

Big Data Introduction, Importance and Current Perspective of Challenges

Big Data Introduction, Importance and Current Perspective of Challenges International Journal of Advances in Engineering Science and Technology 221 Available online at www.ijaestonline.com ISSN: 2319-1120 Big Data Introduction, Importance and Current Perspective of Challenges

More information

Survey of Big Data Benchmarking

Survey of Big Data Benchmarking Page 1 of 7 Survey of Big Data Benchmarking Kyle Cooper, kdc1@wustl.edu (A paper written under the guidance of Prof. Raj Jain) Download Abstract: The purpose of this paper is provide a survey of up to

More information

A STUDY ON DATA MINING INVESTIGATING ITS METHODS, APPROACHES AND APPLICATIONS

A STUDY ON DATA MINING INVESTIGATING ITS METHODS, APPROACHES AND APPLICATIONS A STUDY ON DATA MINING INVESTIGATING ITS METHODS, APPROACHES AND APPLICATIONS Mrs. Jyoti Nawade 1, Dr. Balaji D 2, Mr. Pravin Nawade 3 1 Lecturer, JSPM S Bhivrabai Sawant Polytechnic, Pune (India) 2 Assistant

More information

www.pwc.com/oracle Next presentation starting soon Business Analytics using Big Data to gain competitive advantage

www.pwc.com/oracle Next presentation starting soon Business Analytics using Big Data to gain competitive advantage www.pwc.com/oracle Next presentation starting soon Business Analytics using Big Data to gain competitive advantage If every image made and every word written from the earliest stirring of civilization

More information

Database Marketing, Business Intelligence and Knowledge Discovery

Database Marketing, Business Intelligence and Knowledge Discovery Database Marketing, Business Intelligence and Knowledge Discovery Note: Using material from Tan / Steinbach / Kumar (2005) Introduction to Data Mining,, Addison Wesley; and Cios / Pedrycz / Swiniarski

More information

DATA MINING TECHNIQUES AND APPLICATIONS

DATA MINING TECHNIQUES AND APPLICATIONS DATA MINING TECHNIQUES AND APPLICATIONS Mrs. Bharati M. Ramageri, Lecturer Modern Institute of Information Technology and Research, Department of Computer Application, Yamunanagar, Nigdi Pune, Maharashtra,

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK A COMPREHENSIVE VIEW OF HADOOP ER. AMRINDER KAUR Assistant Professor, Department

More information

From Data to Insight: Big Data and Analytics for Smart Manufacturing Systems

From Data to Insight: Big Data and Analytics for Smart Manufacturing Systems From Data to Insight: Big Data and Analytics for Smart Manufacturing Systems Dr. Sudarsan Rachuri Program Manager Smart Manufacturing Systems Design and Analysis Systems Integration Division Engineering

More information

ANALYTICS BUILT FOR INTERNET OF THINGS

ANALYTICS BUILT FOR INTERNET OF THINGS ANALYTICS BUILT FOR INTERNET OF THINGS Big Data Reporting is Out, Actionable Insights are In In recent years, it has become clear that data in itself has little relevance, it is the analysis of it that

More information

Survey on Scheduling Algorithm in MapReduce Framework

Survey on Scheduling Algorithm in MapReduce Framework Survey on Scheduling Algorithm in MapReduce Framework Pravin P. Nimbalkar 1, Devendra P.Gadekar 2 1,2 Department of Computer Engineering, JSPM s Imperial College of Engineering and Research, Pune, India

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

Forecast of Big Data Trends. Assoc. Prof. Dr. Thanachart Numnonda Executive Director IMC Institute 3 September 2014

Forecast of Big Data Trends. Assoc. Prof. Dr. Thanachart Numnonda Executive Director IMC Institute 3 September 2014 Forecast of Big Data Trends Assoc. Prof. Dr. Thanachart Numnonda Executive Director IMC Institute 3 September 2014 Big Data transforms Business 2 Data created every minute Source http://mashable.com/2012/06/22/data-created-every-minute/

More information

Using the HP Vertica Analytics Platform to Manage Massive Volumes of Smart Meter Data

Using the HP Vertica Analytics Platform to Manage Massive Volumes of Smart Meter Data Technical white paper Using the HP Vertica Analytics Platform to Manage Massive Volumes of Smart Meter Data The Internet of Things is expected to connect billions of sensors that continuously gather data

More information

Integrating VoltDB with Hadoop

Integrating VoltDB with Hadoop The NewSQL database you ll never outgrow Integrating with Hadoop Hadoop is an open source framework for managing and manipulating massive volumes of data. is an database for handling high velocity data.

More information

OLAP and Data Mining. Data Warehousing and End-User Access Tools. Introducing OLAP. Introducing OLAP

OLAP and Data Mining. Data Warehousing and End-User Access Tools. Introducing OLAP. Introducing OLAP Data Warehousing and End-User Access Tools OLAP and Data Mining Accompanying growth in data warehouses is increasing demands for more powerful access tools providing advanced analytical capabilities. Key

More information

What happens when Big Data and Master Data come together?

What happens when Big Data and Master Data come together? What happens when Big Data and Master Data come together? Jeremy Pritchard Master Data Management fgdd 1 What is Master Data? Master data is data that is shared by multiple computer systems. The Information

More information

Various Data-Mining Techniques for Big Data

Various Data-Mining Techniques for Big Data Various Data-Mining Techniques for Big Data Manisha R. Thakare Mtech (CSE) B.D. College of Engineering, Sevagram, Wardha, India S. W. Mohod Assistant Professor, Department of C.E. B.D. College of EngineeringWardha,

More information