Mobile Social Media Mining Challenges Overview: A Case Study of WeChat

Size: px
Start display at page:

Download "Mobile Social Media Mining Challenges Overview: A Case Study of WeChat"

Transcription

1 Mobile Social Media Mining Challenges Overview: A Case Study of WeChat Thomas E. Epalle School of Mathematics, Physics and Information Engineering Zhejiang Normal University, Jinhua, China epallethomas@yahoo.fr Abstract Data mining is likely to be considered a much valuable tool especially when applied to social media. Social media mining is the process of representing, analyzing and extracting useful patterns from data in social media, resulting from social interactions. Since its release in 2011 WeChat quickly became the most fast-growing networking mobile app in China. People of similar interests and backgrounds meet and cooperate using this social network, enabling them to share information flexibly and globally. Today just like Facebook and Twitter, WeChat contains millions of unprocessed raw data. The mined information from this mobile social media can considerably impact business strategy of any business enterprise. However, for the general public, mining WeChat unlike Facebook and Twitter remains a very complex task. This paper identifies and analyzes some challenges engineers and researchers may face if they want to mine this rich user-generated contains from WeChat database. Keywords: Mobile Social Media; WeChat; Challenges; Data Mining; Opinion Mining; 1 Introduction This era is known to be the big data age. Hundreds of millions of people all over the world are spending countless hours to connect, interact, communicate and share data using social media. Social media is now one of the biggest repositories of big data. With this big data comes an unprecedented opportunity and potential for data mining research. Mining data in social media is the process of collecting, searching, and analyzing social media structure as well as the large amount of user-generated data so as to discover useful patterns and relationships. This new research field has attracted researchers from different backgrounds such as computer science, social sciences, data mining, machine learning, natural language processing, text mining, social media analysis and information retrieval. Because social media data differs from data used in classical data mining, new methods are needed to explore and analyze this unparalleled source of data. Many definitions of social media have been proposed in the literature[1][2][3]. Some definitions are more abstract than others like the one proposed by the authors of [2] who define social media as a set whose elements are social atoms (individuals), entity and interactions. Kaplan and Haenlein propose a more concise definition. They consider social media as the group of internet-based applications that build on the ideological and technological foundations of web 2.0, and that allow the creation and exchange of user generated content[4]. There are many types of social media. Social media classification and characterization varies from author to author in the rich social media literature[1][2]. [4] classify social media sites into blogs, content communities, collaborative projects, virtual social worlds, virtual game works and social networking. The authors of [2] give another but interesting classification of social media. The table below summarizes their classification and lists some real examples: Type of social media Social networking Microblogging Photo sharing News aggregation Examples Facebook, LinkedIn Twitter, Weibo Flickr, Photobucket, Picasa Google Reader, StumbleUpon, Feedburner Youtube, Youku, MetaCafe Ustream Justin.TV Kaneva World of Warcraft Google, Bing, Ask Google talk, Skype, Yahoo!Messenger, WeChat, QQ, Bigo, Whatsapp Table 1: Types of social media Video sharing Livecasting Virtual worlds Social gaming Social search Instant messaging Mobile social media are those providing an app we can use both on our computer and our Android, iphone, BlackBerry, Windows Phone and Symbian. 347

2 In this paper we consider the challenges data mining researchers and engineers have to overcome in other to mine their vast amount of user generated data. WeChat is used in a case study approach with the hypothesis that its mining challenges can be easily generalized to other mobile social media apps. 2 What is WeChat? WeChat ( 微 信, Weixin) which literally means micro message is the mostly used mobile voice and text messaging stand alone app in China. It was first released in January 2011 by Tencent company. By august 2014 WeChat already had active users with users outside of China. WeChat app is available for Android, iphone, Black- Berry, Windows Phone and Symbian phones. There are also web based clients, but the user must have the app installed on a supported mobile phone for identification by scanning a QR code. WeChat registration is done with the phone numbers or with Facebook account. This app provides text messaging, hold-to-talk voice messaging, broadcast messaging, sharing of pictures and videos, and location sharing. It can exchange contacts with people nearby via Bluetooth, as well as providing various features for contacting people at random if desired (if these people are open to it) and integration with social networking services such as those run by Facebook and Tencent QQ. Photographs may also be embellished with filters and captions, and a machine translation service is also available. Thus it is obvious that WeChat is a rich warehouse for data mining engineering and research. The network structure, relationships, groups, communities and users-generated contain (text, video file, audio files and pictures) both can be used for mining. The scope of this work is limited to network structure mining and text mining (facts as well as opinions). The relevance of studying WeChat mining challenges as an instance of mobile social media challenges can be explained by the fact that this app factors the common characteristics of other mobile social networking and instant messages sites with the same properties such as identity, conversation, sharing, presence, relationship and groups. 3 WeChat mining challenges: Unlike Twitter and Facebook mining on which much research and technical works have focused in these last few years[5], WeChat mining has obtained very little attention from the research community. Though mining WeChat has a lot of premises, access to this rich mine of data is obstructed by some challenges we want to address in the remainder of this paper. 3.1 Data extraction and pattern evaluation challenges Social media mining is an emerging field which has more problems than ready solutions. One of the basic steps in social media mining is data extraction. The most commonly used method to collect data from social media is via application programming interfaces (APIs). Available API for WeChat can be obtained at com/wechatapi. This available API allows a programmer to develop an app that can send messages to WeChat users either in their message boxes or in their WeChat moments. This API has two versions: iphone version and android version. For now there is no publicly available API that can help collecting user generated data from WeChat. This lack of open API may be the most challenging issue if we want to mine WeChat. One way of getting rid of this challenge is to develop an API for this purpose. Programmers who are interested in this should learn how to use WeChat SDK platform and the XCode environment to provide a free API to the general public. The new API should allow users to collect data from remote WeChat database servers to a computer for mining purposes. The present limited API works only on mobile devices whose computational power is low for running mining algorithms on big data. Still there may be other troubles arising from internet legal issues in China (see section 3.5). Even if this major API issue should be solved there remain other data extraction challenges: What has been called the big data paradox: While mobile social media data is undoubtedly big, however information about particular entity can be very little. Sampling problems: Without knowing in advance WeChat population statistical distribution, how can we be sure that the sample is representative of the global data? Consequently it becomes difficult to make sure that the findings obtained from mining are indicators of true patterns profitable to business development or research. Mining results evaluation challenges: In classical data mining data sets are used as training and test sets. In the case of social media how can one construct these training and test sets? Evaluating patterns in mobile social media mining seems to be nearly insurmountable 348

3 3.2 Mobile social media analysis challenges Mobile social media practically has a classical social media structure. Being networks through which individuals can be connected through special links they are generally modeled using graph representations. Such networks are represented by graphs whose nodes are peoples and whose vertices characterize links between people. Many graphs models for social media analysis have been proposed[2], among which the little world model is the most used. Mining social media structure is an important aspect of social media mining. Unfortunately the methods used generally to carry out data mining are poorly adapted to the graph structure of social network. This graph structure makes data mining algorithms ineffective when mining social media due to their size and dynamic properties. Let us illustrate this point by considering for instance some group detection algorithms in social media: Graph partitioning by minimum cuts [6]: This algorithm can only be effective if the size of the graph is known in advance. Hierarchical clustering[7]: This method requires a high cost in time (O(n 2 log n)) and is not adapted to structures that are not basically hierarchical. K-means clustering[8]: Like for other graph partitioning algorithms, the number of partitions must be set in advance. The spectral clustering algorithm which uses graph matrix representations and their eigenvalues to define clusters[9]. In this case also the size of the graph must be constant. Moreover these dynamic properties of social networking graphs have not yet been considerably addressed in literature. 3.3 Natural language processing challenges Text messages or tweets are the most common communicaton method used by WeChat users in Taiwan, India, Hong-Kong, USA, Thailand, Indonesia and of course Mainland China. With more than 70 million users outside China mainland, WeChat tweets are undoubtedly multilingual. WeChat text messages use many languages including simplified and traditional Chinese, English, french, spanish and other languages. Language identification in tweets is a particular problem, due to their short length, and the use of language independent tokens: numbers, URLs, emoticons. This are new challenges for text mining and natural language processing. Therefore we should employ proper language identification tools in mining textual data from WeChat. 3.4 Opinion mining and sentiment analysis challenges One of the most interesting areas of social media mining is opinion mining or sentiment analysis. The expressions sentiments analysis and opinion mining are generally synonymously used in the literature[10]. This field of study analyzes people s opinions, sentiments, evaluations, appraisals, attitudes, and emotions towards entities such as products, services, organizations, individuals, issues, events, topics, and their attributes. In recent years a large amount of research has focus on opinion mining from the web in general like in discussion forums, review sites, blogs and e-commerce sites[11][1][12][13], and from social media in particular[14][15]. The purpose of opinion mining and sentiment analysis is to predict, for example, customer s preferences for a specific product which is valuable for economic or marketing research. The purpose of opinion mining from social media can also be to make a summerization of opinions concerning a specific entity (event, product, policy, persons). The social media is full of opinionated text. The challenges faced by opinion mining in social media are inherited from the challenges faced by natural language processing and text mining in this area. There are many challenges in applying traditional opinion and sentiment analysis techniques to mobile social media like WeChat[14][16]. Tweets do not always follow a conversation thread leading to the lost of contextual information and ambiguity. Some works, [17] for example, have tried to reduce this contextual ambiguity using n-grams but this issue remains a great challenge. Irony and sarcasm in expressing opinion in mobile social media are difficult for a machine to detect. Most opinion mining techniques in social media make use of machine learning techniques. Classifiers like support vector machines (SVM) and naive Bayes built using supervised methods perform well on sentiment polarity detection, but when applied in new domains, their accuracy reduces drastically[18][19][20]. 3.5 China internet censorship challenges China is one of the countries that practice internet control and censorship. Methods of internet control include web contain regulation techniques that decide if some tweets should be present in social media (or any other website) or should be automatically 349

4 deleted[21]. Other censorship techniques consist of restricting user behavior, physical network connections, market orders and technological standards[22]. These deletions and restrictions have a negative effect on data integrity and are likely to bring a lot of hardships in the process of data extraction. Whether data in WeChat database belong to Tencent Company in Shenzhen or to the central government of the People s Republic of China, in either case, due to internet monitoring and control policy in the country, it may be illegal for Tencent Company (and any other person or business) to develop an API making WeChat massive data available to the public for mining purposes[23], except under the strict supervision of the government. 4 Conclusion In this short paper we used the famous Chinese mobile social networking app WeChat as an instance to illustrate a variety of challenges in mobile social media data mining engineering and research. Most of these challenges could be applied to other mobile social networking sites. There are legal challenges depending on each country internet law and policies. China is a special case where legal challenges apply with internet control and censorship laws in this country. There are also technical challenges like the development of new application programming interfaces (API). This technical challenge requires learning new programming languages, like Xcode for WeChat. Still there are challenges related to the size and the dynamic characteristics of mobile social media graphs which cause social media structure mining algorithms to work poorly. Other challenges concern the fields of natural language processing and opinion mining from social media where obtaining adequate samples and applying proper evaluation to mining results seem insurmountable. More future research could be dedicated to address each of these challenges. References [1] Pippal Sanjeev, Batra Lakshay, Krishna Akhila, Gupta Hina, and Arora Kunal. Data mining in social networking sites: A social media mining approach to generate effective business strategies. International journal of Innovations and Advancement in Computer Science Volume 3, Issue 2, pages 22 27, April [2] Zafarani Reza, Ali Abbasi Mohammad, and Liu Huang. Social media mining: an introduction. Cambridge university press, [3] boyd Danah M. and Ellison Nicole B. Social network sites: definition, history, and scholarship. Journal of Computer-Mediated Communication 13, No. 1, pages 59 68, [4] Kaplan Andreas M. and Haenlein Michael. Users of the world, unite! the challenges and opportunities of social media. Business horizons 53, No. 1, pages , [5] Zafarani Reza, Abbasi Mohammad Ali, and Liu Huang. Mining the Social Web Analyzing Data from Facebook, Twitter, LinkedIn, and Other Social Media Sites. O Reilly Media, [6] Nagamochi Hiroshi. Algorithms for the minimum partitioning problems in graphs. Electronics and Communications in Japan, Part 3, Vol. 90, No. 10, Translated from Denshi Joho Tsushin Gakkai Ronbunshi, Vol. J86-D-I, No. 2, February 2003, pp , pages 63 78, [7] Jonyer Istvan, Cook Diane J., and Holder Lawrence B. Graph-based hierarchical conceptual clustering. Journal of Machine Learning Research, pages 19 43, February [8] Galluccio Laurent, Michel Olivier, Comon Pierre, and Hero Alfred O. Graph based k-means clustering. Signal Processing Volume 92, Issue 9, pages , September [9] Nascimento Maria C.V. and de Carvalho Andre C.P.L.F. Spectral methods for graph clustering: A survey. European Journal of Operational Research Volume 211, Issue 2, pages , June [10] Liu Bing. Sentiment Analysis and Opinion Mining. Morgan Claypool Publishers, [11] Vinodhini G. and Chandrasekaran RM. Sentiment analysis and opinion mining: a survey. International Journal of Advanced Research in Computer Science and Software Engineering, pages , June [12] Todi Aditi, Agrawal Anahita, Taparia Ankit, Lakhmani Nikhlesh, and Shettar Rajashree. An opinion-tree based flexible opinion mining model. International Journal of Engineering Science and Advanced technology, Volume-2, Issue-3, pages , [13] Siddiki Ahmad Tasnim and Aljahdali Sultan. Web mining techniques in e-commerce applications. International Journal of Computer Applications Volume 69, No.8, pages 39 43, May [14] Karamibekr Mostafa and Ghorbani Ali A. A structure for opinion mining in social domains. Social- Com/PASSAT/BigData/EconCom/BioMedCom, pages , 2013 IEEE. [15] Maynard Diana, Bontcheva Kalina, and Rout Dominic. Challenges in developping opinion mining tools for social media. [16] Rahmath P. Haseena. Opinion mining ans sentiment analysis: challenges and applications. International Journal of Application or Inovation in Engineering and Management, Volume 3, Issue 5, pages , May

5 [17] Shelke Nilesh M., Deshpande Shriniwas, and Thakre Vilas. Survey of techniques for opinion mining. International Journal of Computer Applications, Volume 57, No. 13, pages 30 35, November [18] Khairnar Jayashri and Kinikar Mayura. Machine learning algorithms for opinion mining and sentiment classification. International Journal of Scientific and Research Publication, Volume 3, Issue 6, June [19] Singh Pravesh Kumar and Husain Mohd Shahid. Methodological study of opinion mining and sentiment analysis techniques. International Journal on Soft Computing, Vol.5, No. 1, pages 11 21, February [20] Buche Arti, Chandak M.B., and Zadgaonkar Akshay. Opinion mining and analysis: a survey. International Journal on Natural Language Computing, Volume 2, No. 3, pages 39 47, June [21] D. Bamman, B. O Connor, and Smith N. Censorship and deletion practices in chinese social media. First Monday Online 17(3), [22] Li Xiaoyu and Robbin Alice. How china regulates online content: a policy evolution framework. IADIS International Journal on WWW/Internet Vol. 11, No. 3, pages 35 45, [23] Khanna Rohan, Dhingra Vikram, and Choudhary Kavita. Internet censorship: Freedom vs security. International Journal of Computer Trends and Technology(IJCTT), volume 4 Issue 8, pages , August

Introduction. Chapter 1

Introduction. Chapter 1 This chapter is from Social Media Mining: An Introduction. By Reza Zafarani, Mohammad Ali Abbasi, and Huan Liu. Cambridge University Press, 2014. Draft version: April 20, 2014. Complete Draft and Slides

More information

Role of Social Networking in Marketing using Data Mining

Role of Social Networking in Marketing using Data Mining Role of Social Networking in Marketing using Data Mining Mrs. Saroj Junghare Astt. Professor, Department of Computer Science and Application St. Aloysius College, Jabalpur, Madhya Pradesh, India Abstract:

More information

Contemporary Techniques for Data Mining Social Media

Contemporary Techniques for Data Mining Social Media Contemporary Techniques for Data Mining Social Media Stephen Cutting (100063482) 1 Introduction Social media websites such as Facebook, Twitter and Google+ allow millions of users to communicate with one

More information

Big Data: Study in Structured and Unstructured Data

Big Data: Study in Structured and Unstructured Data Big Data: Study in Structured and Unstructured Data Motashim Rasool 1, Wasim Khan 2 mail2motashim@gmail.com, khanwasim051@gmail.com Abstract With the overlay of digital world, Information is available

More information

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

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

More information

Sentiment Analysis on Big Data

Sentiment Analysis on Big Data SPAN White Paper!? Sentiment Analysis on Big Data Machine Learning Approach Several sources on the web provide deep insight about people s opinions on the products and services of various companies. Social

More information

Sentiment Analysis. D. Skrepetos 1. University of Waterloo. NLP Presenation, 06/17/2015

Sentiment Analysis. D. Skrepetos 1. University of Waterloo. NLP Presenation, 06/17/2015 Sentiment Analysis D. Skrepetos 1 1 Department of Computer Science University of Waterloo NLP Presenation, 06/17/2015 D. Skrepetos (University of Waterloo) Sentiment Analysis NLP Presenation, 06/17/2015

More information

MLg. Big Data and Its Implication to Research Methodologies and Funding. Cornelia Caragea TARDIS 2014. November 7, 2014. Machine Learning Group

MLg. Big Data and Its Implication to Research Methodologies and Funding. Cornelia Caragea TARDIS 2014. November 7, 2014. Machine Learning Group Big Data and Its Implication to Research Methodologies and Funding Cornelia Caragea TARDIS 2014 November 7, 2014 UNT Computer Science and Engineering Data Everywhere Lots of data is being collected and

More information

How To Solve The Kd Cup 2010 Challenge

How To Solve The Kd Cup 2010 Challenge A Lightweight Solution to the Educational Data Mining Challenge Kun Liu Yan Xing Faculty of Automation Guangdong University of Technology Guangzhou, 510090, China catch0327@yahoo.com yanxing@gdut.edu.cn

More information

Social Networks and Social Media

Social Networks and Social Media Social Networks and Social Media Social Media: Many-to-Many Social Networking Content Sharing Social Media Blogs Microblogging Wiki Forum 2 Characteristics of Social Media Consumers become Producers Rich

More information

Research Article 2015. International Journal of Emerging Research in Management &Technology ISSN: 2278-9359 (Volume-4, Issue-4) Abstract-

Research Article 2015. International Journal of Emerging Research in Management &Technology ISSN: 2278-9359 (Volume-4, Issue-4) Abstract- International Journal of Emerging Research in Management &Technology Research Article April 2015 Enterprising Social Network Using Google Analytics- A Review Nethravathi B S, H Venugopal, M Siddappa Dept.

More information

Sentiment analysis on tweets in a financial domain

Sentiment analysis on tweets in a financial domain Sentiment analysis on tweets in a financial domain Jasmina Smailović 1,2, Miha Grčar 1, Martin Žnidaršič 1 1 Dept of Knowledge Technologies, Jožef Stefan Institute, Ljubljana, Slovenia 2 Jožef Stefan International

More information

GRAPHICAL USER INTERFACE, ACCESS, SEARCH AND REPORTING

GRAPHICAL USER INTERFACE, ACCESS, SEARCH AND REPORTING MEDIA MONITORING AND ANALYSIS GRAPHICAL USER INTERFACE, ACCESS, SEARCH AND REPORTING Searchers Reporting Delivery (Player Selection) DATA PROCESSING AND CONTENT REPOSITORY ADMINISTRATION AND MANAGEMENT

More information

Keywords social media, internet, data, sentiment analysis, opinion mining, business

Keywords social media, internet, data, sentiment analysis, opinion mining, business Volume 5, Issue 8, August 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Real time Extraction

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

CHAPTER 2 Social Media as an Emerging E-Marketing Tool

CHAPTER 2 Social Media as an Emerging E-Marketing Tool Targeted Product Promotion Using Firefly Algorithm On Social Networks CHAPTER 2 Social Media as an Emerging E-Marketing Tool Social media has emerged as a common means of connecting and communication with

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

Mobile Gaming on Messenger Apps: The Future of Mobile Entertainment

Mobile Gaming on Messenger Apps: The Future of Mobile Entertainment Mobile Gaming on Messenger Apps: The Future of Mobile Entertainment Exponential Growth of New Gaming Channels Predicts the Future of Mobile Game Distribution John Golden johng@playphone.com Overview Opportunity

More information

MALLET-Privacy Preserving Influencer Mining in Social Media Networks via Hypergraph

MALLET-Privacy Preserving Influencer Mining in Social Media Networks via Hypergraph MALLET-Privacy Preserving Influencer Mining in Social Media Networks via Hypergraph Janani K 1, Narmatha S 2 Assistant Professor, Department of Computer Science and Engineering, Sri Shakthi Institute of

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

IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource Virtualization

IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource Virtualization 2011 International Conference on Information and Electronics Engineering IPCSIT vol.6 (2011) (2011) IACSIT Press, Singapore IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource

More information

Sampi Marketing. Reach across the Great Wall! www.sampi.co

Sampi Marketing. Reach across the Great Wall! www.sampi.co Sampi Marketing Reach across the Great Wall! www.sampi.co Do you have a product or service to offer for Chinese market? How can you start selling it in China? How can you reach Do you have a millions of

More information

Neuro-Fuzzy Classification Techniques for Sentiment Analysis using Intelligent Agents on Twitter Data

Neuro-Fuzzy Classification Techniques for Sentiment Analysis using Intelligent Agents on Twitter Data International Journal of Innovation and Scientific Research ISSN 2351-8014 Vol. 23 No. 2 May 2016, pp. 356-360 2015 Innovative Space of Scientific Research Journals http://www.ijisr.issr-journals.org/

More information

Twitter Sentiment Analysis of Movie Reviews using Machine Learning Techniques.

Twitter Sentiment Analysis of Movie Reviews using Machine Learning Techniques. Twitter Sentiment Analysis of Movie Reviews using Machine Learning Techniques. Akshay Amolik, Niketan Jivane, Mahavir Bhandari, Dr.M.Venkatesan School of Computer Science and Engineering, VIT University,

More information

The British Academy of Management. Website and Social Media Policy

The British Academy of Management. Website and Social Media Policy The British Academy of Management s Website and Social Media Policy The creation of management knowledge through research and its dissemination through teaching and application The British Academy of Management

More information

How To Analyze Sentiment On A Microsoft Microsoft Twitter Account

How To Analyze Sentiment On A Microsoft Microsoft Twitter Account Sentiment Analysis on Hadoop with Hadoop Streaming Piyush Gupta Research Scholar Pardeep Kumar Assistant Professor Girdhar Gopal Assistant Professor ABSTRACT Ideas and opinions of peoples are influenced

More information

Text Mining - Scope and Applications

Text Mining - Scope and Applications Journal of Computer Science and Applications. ISSN 2231-1270 Volume 5, Number 2 (2013), pp. 51-55 International Research Publication House http://www.irphouse.com Text Mining - Scope and Applications Miss

More information

Towards SoMEST Combining Social Media Monitoring with Event Extraction and Timeline Analysis

Towards SoMEST Combining Social Media Monitoring with Event Extraction and Timeline Analysis Towards SoMEST Combining Social Media Monitoring with Event Extraction and Timeline Analysis Yue Dai, Ernest Arendarenko, Tuomo Kakkonen, Ding Liao School of Computing University of Eastern Finland {yvedai,

More information

INTRODUCTION TO SOCIAL MEDIA

INTRODUCTION TO SOCIAL MEDIA Amy De Genaro, Summer 2011 INTRODUCTION TO SOCIAL MEDIA AND ITS USES IN GOVERNMENT AGENCY RECYCLING CAMPAIGNS Connecticut Department of Energy & Environmental Protection Source Reduction & Recycling Program

More information

MULTI-DOMAIN CLOUD SOCIAL NETWORK SERVICE PLATFORM SUPPORTING ONLINE COLLABORATIONS ON CAMPUS

MULTI-DOMAIN CLOUD SOCIAL NETWORK SERVICE PLATFORM SUPPORTING ONLINE COLLABORATIONS ON CAMPUS MULTI-DOMAIN CLOUD SOCIAL NETWORK SERVICE PLATFORM SUPPORTING ONLINE COLLABORATIONS ON CAMPUS Zhao Du, Xiaolong Fu, Can Zhao, Ting Liu, Qifeng Liu, Qixin Liu Information Technology Center, Tsinghua University,

More information

SOCIAL MEDIA MARKETING 101. By Debbie Laskey, MBA

SOCIAL MEDIA MARKETING 101. By Debbie Laskey, MBA SOCIAL MEDIA MARKETING 101 By Debbie Laskey, MBA Marketing, Strategic Branding, Communications & Website Consultant December 2009 What is social media? According to Wikipedia, the term social media has

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 SURVEY ON BIG DATA ISSUES AMRINDER KAUR Assistant Professor, Department of Computer

More information

Introduction to Social Networking. Tim Trampedach, RockYou!

Introduction to Social Networking. Tim Trampedach, RockYou! Introduction to Social Networking Tim Trampedach, RockYou! Agenda Introduction & terminology Market overview Applications The business of social networking Where do I fit in? Future direction Q&A 2 Introduction

More information

Random forest algorithm in big data environment

Random forest algorithm in big data environment Random forest algorithm in big data environment Yingchun Liu * School of Economics and Management, Beihang University, Beijing 100191, China Received 1 September 2014, www.cmnt.lv Abstract Random forest

More information

Distributed Computing and Big Data: Hadoop and MapReduce

Distributed Computing and Big Data: Hadoop and MapReduce Distributed Computing and Big Data: Hadoop and MapReduce Bill Keenan, Director Terry Heinze, Architect Thomson Reuters Research & Development Agenda R&D Overview Hadoop and MapReduce Overview Use Case:

More information

VCU-TSA at Semeval-2016 Task 4: Sentiment Analysis in Twitter

VCU-TSA at Semeval-2016 Task 4: Sentiment Analysis in Twitter VCU-TSA at Semeval-2016 Task 4: Sentiment Analysis in Twitter Gerard Briones and Kasun Amarasinghe and Bridget T. McInnes, PhD. Department of Computer Science Virginia Commonwealth University Richmond,

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014 RESEARCH ARTICLE OPEN ACCESS A Survey of Data Mining: Concepts with Applications and its Future Scope Dr. Zubair Khan 1, Ashish Kumar 2, Sunny Kumar 3 M.Tech Research Scholar 2. Department of Computer

More information

What do Big Data & HAVEn mean? Robert Lejnert HP Autonomy

What do Big Data & HAVEn mean? Robert Lejnert HP Autonomy What do Big Data & HAVEn mean? Robert Lejnert HP Autonomy Much higher Volumes. Processed with more Velocity. With much more Variety. Is Big Data so big? Big Data Smart Data Project HAVEn: Adaptive Intelligence

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

More information

STATISTICAL ANALYSIS OF SOCIAL NETWORKS. Agostino Di Ciaccio, Giovanni Maria Giorgi

STATISTICAL ANALYSIS OF SOCIAL NETWORKS. Agostino Di Ciaccio, Giovanni Maria Giorgi Rivista Italiana di Economia Demografia e Statistica Volume LXVII n. 3/4 Luglio-Dicembre 2013 STATISTICAL ANALYSIS OF SOCIAL NETWORKS Agostino Di Ciaccio, Giovanni Maria Giorgi 1. Introduction The marked

More information

Prediction of Heart Disease Using Naïve Bayes Algorithm

Prediction of Heart Disease Using Naïve Bayes Algorithm Prediction of Heart Disease Using Naïve Bayes Algorithm R.Karthiyayini 1, S.Chithaara 2 Assistant Professor, Department of computer Applications, Anna University, BIT campus, Tiruchirapalli, Tamilnadu,

More information

An Overview of Knowledge Discovery Database and Data mining Techniques

An Overview of Knowledge Discovery Database and Data mining Techniques An Overview of Knowledge Discovery Database and Data mining Techniques Priyadharsini.C 1, Dr. Antony Selvadoss Thanamani 2 M.Phil, Department of Computer Science, NGM College, Pollachi, Coimbatore, Tamilnadu,

More information

Rushern L. Baker, III County Executive. Presented By: Eben Smith, Contract Compliance Officer Minority Business Development Division

Rushern L. Baker, III County Executive. Presented By: Eben Smith, Contract Compliance Officer Minority Business Development Division Rushern L. Baker, III County Executive a Presented By: Eben Smith, Contract Compliance Officer Minority Business Development Division 1 2 3 4 5 Social media includes web- and mobile-based technologies

More information

iphone Translation Apps

iphone Translation Apps 1 of 21 4/29/2012 6:06 PM 15 Mobile Translation Apps for the International Businessperson September 13, 2010 by Sarah Kessler 62 The International Business Series is brought to you by UPS. Discover the

More information

JamiQ Social Media Monitoring Software

JamiQ Social Media Monitoring Software JamiQ Social Media Monitoring Software JamiQ's multilingual social media monitoring software helps businesses listen, measure, and gain insights from conversations taking place online. JamiQ makes cutting-edge

More information

Inner Classification of Clusters for Online News

Inner Classification of Clusters for Online News Inner Classification of Clusters for Online News Harmandeep Kaur 1, Sheenam Malhotra 2 1 (Computer Science and Engineering Department, Shri Guru Granth Sahib World University Fatehgarh Sahib) 2 (Assistant

More information

Integration of Social Media in Businesses

Integration of Social Media in Businesses International Journal of Business and Social Science Vol. 5, No. 8; July 2014 Integration of Social Media in Businesses Mohammad Yousef Abuhashesh Doctoral student Argosy University Chicago, USA. Abstract

More information

How To Design A Website In China

How To Design A Website In China GREAT China Welcome Digital and Social Marketing Digital Marketing The starting point to digital marketing in China is to understand its importance in personal and commercial life when compared to that

More information

Available online at www.sciencedirect.com Available online at www.sciencedirect.com. Advanced in Control Engineering and Information Science

Available online at www.sciencedirect.com Available online at www.sciencedirect.com. Advanced in Control Engineering and Information Science Available online at www.sciencedirect.com Available online at www.sciencedirect.com Procedia Procedia Engineering Engineering 00 (2011) 15 (2011) 000 000 1822 1826 Procedia Engineering www.elsevier.com/locate/procedia

More information

Search Result Optimization using Annotators

Search Result Optimization using Annotators Search Result Optimization using Annotators Vishal A. Kamble 1, Amit B. Chougule 2 1 Department of Computer Science and Engineering, D Y Patil College of engineering, Kolhapur, Maharashtra, India 2 Professor,

More information

How To Be Successful With Social Media And Email Marketing

How To Be Successful With Social Media And Email Marketing Brought to you by: ExtremeDigitalMarketing.com B2B Social Media + Email Marketing: Rock Solid Strategies For Doing It Right! Businesses Connecting With Businesses Through The Power Of Social Media! By

More information

Bridging CAQDAS with text mining: Text analyst s toolbox for Big Data: Science in the Media Project

Bridging CAQDAS with text mining: Text analyst s toolbox for Big Data: Science in the Media Project Bridging CAQDAS with text mining: Text analyst s toolbox for Big Data: Science in the Media Project Ahmet Suerdem Istanbul Bilgi University; LSE Methodology Dept. Science in the media project is funded

More information

Research on Sentiment Classification of Chinese Micro Blog Based on

Research on Sentiment Classification of Chinese Micro Blog Based on Research on Sentiment Classification of Chinese Micro Blog Based on Machine Learning School of Economics and Management, Shenyang Ligong University, Shenyang, 110159, China E-mail: 8e8@163.com Abstract

More information

Bisecting K-Means for Clustering Web Log data

Bisecting K-Means for Clustering Web Log data Bisecting K-Means for Clustering Web Log data Ruchika R. Patil Department of Computer Technology YCCE Nagpur, India Amreen Khan Department of Computer Technology YCCE Nagpur, India ABSTRACT Web usage mining

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

social media - mobile media MediaPro Burgdorf / Olli Alm 30.8.2012 Olli.Alm@metropolia.fi

social media - mobile media MediaPro Burgdorf / Olli Alm 30.8.2012 Olli.Alm@metropolia.fi social media - mobile media MediaPro Burgdorf / Olli Alm 30.8.2012 Olli.Alm@metropolia.fi social What is social media? New platforms of communication providing user generated content and ways for reflecting

More information

CAP4773/CIS6930 Projects in Data Science, Fall 2014 [Review] Overview of Data Science

CAP4773/CIS6930 Projects in Data Science, Fall 2014 [Review] Overview of Data Science CAP4773/CIS6930 Projects in Data Science, Fall 2014 [Review] Overview of Data Science Dr. Daisy Zhe Wang CISE Department University of Florida August 25th 2014 20 Review Overview of Data Science Why Data

More information

Performance Analysis of Naive Bayes and J48 Classification Algorithm for Data Classification

Performance Analysis of Naive Bayes and J48 Classification Algorithm for Data Classification Performance Analysis of Naive Bayes and J48 Classification Algorithm for Data Classification Tina R. Patil, Mrs. S. S. Sherekar Sant Gadgebaba Amravati University, Amravati tnpatil2@gmail.com, ss_sherekar@rediffmail.com

More information

Data Mining in Web Search Engine Optimization and User Assisted Rank Results

Data Mining in Web Search Engine Optimization and User Assisted Rank Results Data Mining in Web Search Engine Optimization and User Assisted Rank Results Minky Jindal Institute of Technology and Management Gurgaon 122017, Haryana, India Nisha kharb Institute of Technology and Management

More information

Above the fold: It refers to the section of a web page that is visible to a visitor without the need to scroll down.

Above the fold: It refers to the section of a web page that is visible to a visitor without the need to scroll down. Above the fold: It refers to the section of a web page that is visible to a visitor without the need to scroll down. Access: It is the ability to see what you are trying to view (e.g. you can see a friend

More information

Social Media Measurement Meeting Robert Wood Johnson Foundation April 25, 2013 SOCIAL MEDIA MONITORING TOOLS

Social Media Measurement Meeting Robert Wood Johnson Foundation April 25, 2013 SOCIAL MEDIA MONITORING TOOLS Social Media Measurement Meeting Robert Wood Johnson Foundation April 25, 2013 SOCIAL MEDIA MONITORING TOOLS This resource provides a sampling of tools available to produce social media metrics. The list

More information

How To Market Your Website Online

How To Market Your Website Online Internet marketing Corporate Training Program- Delhi School of Internet Marketing Under the training program all the trainees will not only be trained in internet marketing but they will be working on

More information

Big Data. What is Big Data? Over the past years. Big Data. Big Data: Introduction and Applications

Big Data. What is Big Data? Over the past years. Big Data. Big Data: Introduction and Applications Big Data Big Data: Introduction and Applications August 20, 2015 HKU-HKJC ExCEL3 Seminar Michael Chau, Associate Professor School of Business, The University of Hong Kong Ample opportunities for business

More information

An Effective Analysis of Weblog Files to improve Website Performance

An Effective Analysis of Weblog Files to improve Website Performance An Effective Analysis of Weblog Files to improve Website Performance 1 T.Revathi, 2 M.Praveen Kumar, 3 R.Ravindra Babu, 4 Md.Khaleelur Rahaman, 5 B.Aditya Reddy Department of Information Technology, KL

More information

Text and data analytics for social network mining

Text and data analytics for social network mining Text and data analytics for social network mining Goran Nenadic John Keane, Xiao-Jun Zeng School of Computer Science G.Nenadic@manchester.ac.uk Manchester Institute of Biotechnology Topics Aim and tasks

More information

Digital Marketing Capabilities

Digital Marketing Capabilities Digital Marketing Capabilities Version : 1.0 Date : 17-Apr-2015 Company Framework Focus on ROI 2 Introduction SPACECOS is a leading IT services and marketing solutions provider. We provide the winning

More information

A NEW APPROACH TO FILTER SPAMS FROM ONLINE SOCIAL NETWORK USER WALLS

A NEW APPROACH TO FILTER SPAMS FROM ONLINE SOCIAL NETWORK USER WALLS INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 A NEW APPROACH TO FILTER SPAMS FROM ONLINE SOCIAL NETWORK USER WALLS M. Bhavish Santhosh Kumar 1, G. V. R. Reddy 2

More information

Sentiment analysis on news articles using Natural Language Processing and Machine Learning Approach.

Sentiment analysis on news articles using Natural Language Processing and Machine Learning Approach. Sentiment analysis on news articles using Natural Language Processing and Machine Learning Approach. Pranali Chilekar 1, Swati Ubale 2, Pragati Sonkambale 3, Reema Panarkar 4, Gopal Upadhye 5 1 2 3 4 5

More information

China Search International Introducing Baidu

China Search International Introducing Baidu China Search International Introducing Baidu Introducing Baidu THE CHINA OPPORTUNITY China China is the third largest country in the world in terms of land mass after Russia and Canada. It s the largest

More information

Using Data Mining for Mobile Communication Clustering and Characterization

Using Data Mining for Mobile Communication Clustering and Characterization Using Data Mining for Mobile Communication Clustering and Characterization A. Bascacov *, C. Cernazanu ** and M. Marcu ** * Lasting Software, Timisoara, Romania ** Politehnica University of Timisoara/Computer

More information

Keywords : Data Warehouse, Data Warehouse Testing, Lifecycle based Testing

Keywords : Data Warehouse, Data Warehouse Testing, Lifecycle based Testing Volume 4, Issue 12, December 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Lifecycle

More information

Blog Post Extraction Using Title Finding

Blog Post Extraction Using Title Finding Blog Post Extraction Using Title Finding Linhai Song 1, 2, Xueqi Cheng 1, Yan Guo 1, Bo Wu 1, 2, Yu Wang 1, 2 1 Institute of Computing Technology, Chinese Academy of Sciences, Beijing 2 Graduate School

More information

Whitepaper. Leveraging Social Media Analytics for Competitive Advantage

Whitepaper. Leveraging Social Media Analytics for Competitive Advantage Whitepaper Leveraging Social Media Analytics for Competitive Advantage May 2012 Overview - Social Media and Vertica From the Internet s earliest days computer scientists and programmers have worked to

More information

Analysis of Tweets for Prediction of Indian Stock Markets

Analysis of Tweets for Prediction of Indian Stock Markets Analysis of Tweets for Prediction of Indian Stock Markets Phillip Tichaona Sumbureru Department of Computer Science and Engineering, JNTU College of Engineering Hyderabad, Kukatpally, Hyderabad-500 085,

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

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

Purpose. Introduction to the Guidelines. Social Media Definition. http://www.ohioerc.org

Purpose. Introduction to the Guidelines. Social Media Definition. http://www.ohioerc.org http://www.ohioerc.org Purpose SOCIAL MEDIA: THE RECORDS MANAGEMENT CHALLENGE As society shifts from traditional methods of recordkeeping to electronic recordkeeping, the issues surrounding the management

More information

CHURN PREDICTION IN MOBILE TELECOM SYSTEM USING DATA MINING TECHNIQUES

CHURN PREDICTION IN MOBILE TELECOM SYSTEM USING DATA MINING TECHNIQUES International Journal of Scientific and Research Publications, Volume 4, Issue 4, April 2014 1 CHURN PREDICTION IN MOBILE TELECOM SYSTEM USING DATA MINING TECHNIQUES DR. M.BALASUBRAMANIAN *, M.SELVARANI

More information

Capturing Meaningful Competitive Intelligence from the Social Media Movement

Capturing Meaningful Competitive Intelligence from the Social Media Movement Capturing Meaningful Competitive Intelligence from the Social Media Movement Social media has evolved from a creative marketing medium and networking resource to a goldmine for robust competitive intelligence

More information

Exploring Big Data in Social Networks

Exploring Big Data in Social Networks Exploring Big Data in Social Networks virgilio@dcc.ufmg.br (meira@dcc.ufmg.br) INWEB National Science and Technology Institute for Web Federal University of Minas Gerais - UFMG May 2013 Some thoughts about

More information

Behind the great firewall

Behind the great firewall COPYRIGHT of /ted- talks/ Explain what you understand 1) What s BRIC and SICK? Behind the great firewall 2) How does the great Wall connect to modern technology? 3) Why is Chinese Internet booming even

More information

DIGITAL, SOCIAL, AND MOBILE IN APAC 2015 WE ARE SOCIAL & IAB SINGAPORE S COMPENDIUM OF ASIA-PACIFIC DIGITAL STATISTICS.

DIGITAL, SOCIAL, AND MOBILE IN APAC 2015 WE ARE SOCIAL & IAB SINGAPORE S COMPENDIUM OF ASIA-PACIFIC DIGITAL STATISTICS. we are social DIGITAL, SOCIAL, AND MOBILE IN APAC 2015 WE ARE SOCIAL & IAB SINGAPORE S COMPENDIUM OF ASIA-PACIFIC DIGITAL STATISTICS SIMON KEMP WE ARE SOCIAL MARCH 2015 @wearesocialsg 1 @wearesocialsg

More information

WHITEPAPER. Text Analytics Beginner s Guide

WHITEPAPER. Text Analytics Beginner s Guide WHITEPAPER Text Analytics Beginner s Guide What is Text Analytics? Text Analytics describes a set of linguistic, statistical, and machine learning techniques that model and structure the information content

More information

An Introduction to Data Mining. Big Data World. Related Fields and Disciplines. What is Data Mining? 2/12/2015

An Introduction to Data Mining. Big Data World. Related Fields and Disciplines. What is Data Mining? 2/12/2015 An Introduction to Data Mining for Wind Power Management Spring 2015 Big Data World Every minute: Google receives over 4 million search queries Facebook users share almost 2.5 million pieces of content

More information

Tweet! Tweet! Using Twitter to Reach an Audience. Richard Harrington, PMP CEO RHED Pixel. youtube.com/ rhedpixeltv. facebook.com/ RichHarringtonStuff

Tweet! Tweet! Using Twitter to Reach an Audience. Richard Harrington, PMP CEO RHED Pixel. youtube.com/ rhedpixeltv. facebook.com/ RichHarringtonStuff Tweet! Tweet! Using Twitter to Reach an Audience Richard Harrington, PMP CEO RHED Pixel twitter.com/ rhedpixel facebook.com/ RichHarringtonStuff linkedin.com/in/ richardharrington youtube.com/ rhedpixeltv

More information

ASSOCIATION RULE MINING ON WEB LOGS FOR EXTRACTING INTERESTING PATTERNS THROUGH WEKA TOOL

ASSOCIATION RULE MINING ON WEB LOGS FOR EXTRACTING INTERESTING PATTERNS THROUGH WEKA TOOL International Journal Of Advanced Technology In Engineering And Science Www.Ijates.Com Volume No 03, Special Issue No. 01, February 2015 ISSN (Online): 2348 7550 ASSOCIATION RULE MINING ON WEB LOGS FOR

More information

Social Media, Marketing and Business Intelligence Stratebi. Open Business Intelligence

Social Media, Marketing and Business Intelligence Stratebi. Open Business Intelligence Social Media, Marketing and Business Intelligence Stratebi. Open Business Intelligence Social Media Data 2 TABLE OF CONTENTS Social Media Data... 3 The Benefits Of Analyzing Social Media Data... 3 Marketing

More information

Cloud Computing-upcoming E-Learning tool

Cloud Computing-upcoming E-Learning tool Cloud Computing-upcoming E-Learning tool Suvarna Dharmadhikari Computer science Department suvarnangore@rediffmail.com Monali Reosekar Computer science Department monalireosekar@gmail.com Vidya Gage Computer

More information

Using Social Networking Sites as a Platform for E-Learning

Using Social Networking Sites as a Platform for E-Learning Using Social Networking Sites as a Platform for E-Learning Mohammed Al-Zoube and Samir Abou El-Seoud Princess Sumaya University for Technology Key words: Social networks, Web-based learning, OpenSocial,

More information

DESIGN AND IMPLEMENTATION OF HYBRID CLASSIFICATION ALGORITHM FOR SENTIMENT ANALYSIS ON NEWSPAPER ARTICLES

DESIGN AND IMPLEMENTATION OF HYBRID CLASSIFICATION ALGORITHM FOR SENTIMENT ANALYSIS ON NEWSPAPER ARTICLES DESIGN AND IMPLEMENTATION OF HYBRID CLASSIFICATION ALGORITHM FOR SENTIMENT ANALYSIS ON NEWSPAPER ARTICLES Harpreet Kaur Department of Information Technology, Punjab Technical University Jalandhar, India

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

A Comparative Study on Sentiment Classification and Ranking on Product Reviews

A Comparative Study on Sentiment Classification and Ranking on Product Reviews A Comparative Study on Sentiment Classification and Ranking on Product Reviews C.EMELDA Research Scholar, PG and Research Department of Computer Science, Nehru Memorial College, Putthanampatti, Bharathidasan

More information

Categorical Data Visualization and Clustering Using Subjective Factors

Categorical Data Visualization and Clustering Using Subjective Factors Categorical Data Visualization and Clustering Using Subjective Factors Chia-Hui Chang and Zhi-Kai Ding Department of Computer Science and Information Engineering, National Central University, Chung-Li,

More information

Mobile Phone APP Software Browsing Behavior using Clustering Analysis

Mobile Phone APP Software Browsing Behavior using Clustering Analysis Proceedings of the 2014 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 2014 Mobile Phone APP Software Browsing Behavior using Clustering Analysis

More information

How To Understand The Value Of Big Data

How To Understand The Value Of Big Data Big Data Is Not Yet Another IT Project Krish Krishnan President, Sixth Sense Advisors Inc Bridge to Big Data Oct 23 rd 2012 Background Applications, OLTP Systems, Traditional Data Warehouse and Business

More information

INTRODUCTION TO THE WEB

INTRODUCTION TO THE WEB INTRODUCTION TO THE WEB A beginner s guide to understanding and using the web 3 September 2013 Version 1.2 Contents Contents 2 Introduction 3 Skill Level 3 Terminology 3 Video Tutorials 3 How Does the

More information

Methods of Social Media Research: Data Collection & Use in Social Media

Methods of Social Media Research: Data Collection & Use in Social Media Methods of Social Media Research: Data Collection & Use in Social Media Florida State University College of Communication and Information Sanghee Oh shoh@cci.fsu.edu Overview Introduction to myself Introduction

More information

Data Mining Solutions for the Business Environment

Data Mining Solutions for the Business Environment Database Systems Journal vol. IV, no. 4/2013 21 Data Mining Solutions for the Business Environment Ruxandra PETRE University of Economic Studies, Bucharest, Romania ruxandra_stefania.petre@yahoo.com Over

More information

W H I T E P A P E R. Deriving Intelligence from Large Data Using Hadoop and Applying Analytics. Abstract

W H I T E P A P E R. Deriving Intelligence from Large Data Using Hadoop and Applying Analytics. Abstract W H I T E P A P E R Deriving Intelligence from Large Data Using Hadoop and Applying Analytics Abstract This white paper is focused on discussing the challenges facing large scale data processing and the

More information

Decision Support System For A Customer Relationship Management Case Study

Decision Support System For A Customer Relationship Management Case Study 61 Decision Support System For A Customer Relationship Management Case Study Ozge Kart 1, Alp Kut 1, and Vladimir Radevski 2 1 Dokuz Eylul University, Izmir, Turkey {ozge, alp}@cs.deu.edu.tr 2 SEE University,

More information