A NOVEL APPROACH: VARIOUS CLASSIFICATIONS IN WEB MINING USING DIAGNOSIS OF FAULTS IN ELECTRO- MECHANICAL DEVICES FROM VIBRATION MEASUREMENTS

Size: px
Start display at page:

Download "A NOVEL APPROACH: VARIOUS CLASSIFICATIONS IN WEB MINING USING DIAGNOSIS OF FAULTS IN ELECTRO- MECHANICAL DEVICES FROM VIBRATION MEASUREMENTS"

Transcription

1 International Journal of Mechanical Engineering and Technology (IJMET) Volume 8, Issue 10, October 2017, pp , Article ID: IJMET_08_10_009 Available online at ISSN Print: and ISSN Online: IAEME Publication Scopus Indexed A NOVEL APPROACH: VARIOUS CLASSIFICATIONS IN WEB MINING USING DIAGNOSIS OF FAULTS IN ELECTRO- MECHANICAL DEVICES FROM VIBRATION MEASUREMENTS A. Sangeetha PhD Scholar, Department of Computer Science & Engineering, Bharath University, Chennai, India Dr. C. Nalini Professor, Department of Computer Science & Engineering, Bharath University, Chennai, India ABSTRACT Nowadays web mining is getting significant in the domain of data mining due to the frequent applications obtained for the society. However the research community finds the difficulty in tackling web mining. It is familiar and most interested concepts in web mining. It is the application of data mining techniques to discover patterns from the World Wide Web. It is discovering useful information from the World-Wide Web and its usage patterns. The objective of this web mining several classifications methods to discover an efficient and most effective performance of new pattern in web mining. Key words: Jrip, BayesNet, Web content mining, Misc, Web usage mining, Dagging, Web structure mining. Cite this Article: A. Sangeetha and Dr. C. Nalini, A Novel Approach: Various Classifications in Web Mining using Diagnosis of Faults in Electro-Mechanical Devices from Vibration Measurements, International Journal of Mechanical Engineering and Technology 8(10), 2017, pp INTRODUCTION Web mining is the application of data mining techniques to extract knowledge from web data, including web documents, hyperlinks between documents, usage logs of web sites, etc. A panel organized at ICTAI 1997 (Srivastava and Mobasher 1997) asked the question Is there anything distinct about web mining? While no definitive conclusions were reached then, the tremendous attention on web mining in the past decades, and a number of significant ideas that have been created, have certainly answered this question in the assenting in a big way. A 65 editor@iaeme.com

2 A. Sangeetha and Dr. C. Nalini fairly stable community of researchers interested in the area has been formed, largely through the successful series of Web KDD workshops, It have been held annually in conjunction with the ACM SIGKDD Conference since 1999 (Masand and Spiliopoulou 1999; Kohavi, Spiliopoulou, and Srivastava 2001; Kohavi, Masand, Spiliopoulou, and Srivastava 2001; Masand, Spiliopoulou, Srivastava, and Zaiane 2002), the web analytics workshops, It have been held in conjunction with the SIAM data mining conference (Ghosh and Srivastava 2001a, b). A good survey of the research in the field (through 1999) is provided by Kosala and Blockeel (2000) and Madria, Bhowmick, Ng, and Lim (1999). Two different approaches were taken in initially defining web mining. First was a process-centric view, which defined web mining as a sequence of tasks (Etzioni 1996). Second was a data-centric view, it has defined web mining in terms of the types of web data that was being used in the mining process (Cooley, Srivastava, and Mobasher 1997). The second definition has become more acceptable, as is evident from the approach adopted in most recent papers (Madria, Bhowmick, Ng, and Lim 1999; Borges and Levene 1998; Kosala and Blockeel 2000) that have addressed the issue. The related works around web mining in order to link the relevance of our work section II describes the terms and methods in order to enhance the readability of the research work. In the section III presents the main experiments applied for main approach and the results with analysis are presented in the section IV, Finally Section V presents the conclusion and future works of the proposed methods. 2. TERMS AND METHODS In this section presents the terminology and methods to be used in this research work. Web Usage Mining: It is the application of data mining techniques to discover usage patterns from web usage data. Usage data captures the identity or origin of web users along with their browsing behavior at a web site. Web Content Mining: It is the process of extracting useful information from the contents of web documents. It has text, images, audio, video and structured records (i.e., List and Tables). Web Structure Mining: It is the process of discovering structure information from the web. The structure of a typical web graph consists of web pages as nodes, and hyperlinks as edges connecting related pages. BayesNet: Bayes Network learning using various search algorithms and quality measures. Base class for a Bayes Network classifier. It Provides datastructures and facilities common to Bayes Network learning algorithms like K2 and B. Dagging: This meta classifier creates a number of disjoint, stratified folds out of the data and feeds each chunk of data to a copy of the supplied base classifier. Useful for base classifiers that are quadratic or worse in time behavior, regarding number of instances in the training data. JRip: This class implements a propositional rule learner, Repeated Incremental Pruning to Produce Error Reduction (RIPPER) J48: Class for generating a pruned or unpruned C4.5 decision tree editor@iaeme.com

3 A Novel Approach: Various Classifications in Web Mining using Diagnosis of Faults in Electro- Mechanical Devices from Vibration Measurements Figure 1 Ontology of Web Mining HyperPipes: For each category a HyperPipe is constructed that contains all points of that category. Test instances are classified according to the category that "most contains the instance". There are two data analysis approaches in web mining namely Machine Learning Approach Data Mining Approach. The Machine Learning emphasizes sophisticated algorithms and the data sets tend to be small, fit in memory. The Data Mining Approach data cannot even fit on a single disk and it leads to simpler algorithms. Approaches of Data Analysis Machine Learning Approaches Data Mining Approaches Figure 2 Approaches of Data Analysis in web mining 3. EXPERIMENTAL SETUP In this experiment the dataset is downloaded from The content of this data includes eight attributes namely, dummy, class, #, sup, cpm, mis, misr, dir, omega and six base classes with four derived classes. It contains Categorical, Integer and Real attributes and also two 67 editor@iaeme.com

4 A. Sangeetha and Dr. C. Nalini hundred and nine instances. The records are tabulated in the format in the table Table1&Table 2. Table 1 Description of Mechanical Analysis Dataset No Tag Attribute Name and Meaning of Attribute 0 dummy (always 1) used for numbering - ignore 1 class classification (1..6, the same for components of one example) 2 # component number (integer) 3 sup support in the machine where measure was taken (1..4) 4 cpm frequency of the measure (integer) 5 mis measure (real) 6 misr earlier measure (real) 7 dir filter, type of the measure and direction 8 omega rpm of the machine (integer, the same for components of one example) Table 2 Class names of Mechanical Analysis Dataset S.No Class Type Name of the class 1 Base Class Problems in the joint 2 Base Class Faulty Bearings 3 Base Class Mechanical Loosening 4 Base Class Basement Distortion 5 Base Class Unbalance 6 Base Class Normal operating conditions 7 Derived Class (includes class 1 and class 4) Shaft misalignment 8 Derived Class(includes classes 2, 3 and 5) Problems in the pump 9 Derived Class(includes classes 2, 3 and 5) Problems in the motor 10 Derived Class(includes all basic classes except class 6) Problems in the machine 4. RESULT AND ANALYSIS In this experimental exercise we select four categories of classifications namely Bayes type, Ensemble (Meta) type, Decision Tree type and Decision rule type and miscellaneous type. Figure 3 Architecture of Model Evaluation for Mechanical Analysis Dataset 68 editor@iaeme.com

5 A Novel Approach: Various Classifications in Web Mining using Diagnosis of Faults in Electro- Mechanical Devices from Vibration Measurements Several methods BayesNet from Bayes classification, Dagging from Meta classification, J48 from Trees classification and JRip from Rules classification and HyperPipes from Misc. Table 3 Performance of Classifiers S.No Name of the Classifiers Category of the Accuracy 1 BayesNet Classifiers Bayes 84.98% 2 Dagging Meta 88.35% 3 JRip Rules 87.58% 4 J48 Trees 66.76% 5 HyperPipes Misc 78.02% The above table represents the proposed models Dagging from Meta classification is highest accuracy compare than other classifiers but BayesNet and JRip are also nearest to the Dagging in ensemble classifiers. Figure 4 Comparison of various classifiers The above graph is clearly shown Dagging has 88.35% accuracy level in ensemble model classifier model. It dominates other classifier models and J48 model has lowest accuracy level 66.76%. It is very lowest accuracy compare than other classifier models. BayesNet, Dagging and JRip have accuracy level above 80%. HyperPipes has 78.02% accuracy level. Dagging leads the highest level accuracy and it dominates all classifier models. 5. CONCLUSIONS AND FUTURE WORKS Our novel approach based on the various classifiers yield better results as demonstrated by our experiments. Our proposed method Dagging is recommended to the extension of future works. This model is contributed to the Mechanical and computer research society editor@iaeme.com

6 A. Sangeetha and Dr. C. Nalini REFERENCES [1] Baraglia, R. Silvestri, F. (2007) "Dynamic personalization of web sites without user intervention", In Communications of the ACM 50(2): [2] Cooley, R. Mobasher, B. and Srivastave, J. (1997) Web Mining: Information and Pattern Discovery on the World Wide Web In Proceedings of the 9th IEEE International Conference on Tool with Artificial Intelligence. [3] Cooley, R., Mobasher, B. and Srivastava, J. Data Preparation for Mining World Wide Web Browsing Patterns, Journal of Knowledge and Information System, Vol.1, Issue. 1, pp. 5 32, [4] Costa, RP and Seco, N. Hyponymy Extraction and Web Search Behavior Analysis Based On Query Reformulation, 11th Ibero-American Conference on Artificial Intelligence, 2008 October. [5] Kohavi, R., Mason, L. and Zheng, Z. (2004) Lessons and Challenges from Mining Retail E-commerce Data Machine Learning, Vol 57, pp [6] Lillian Clark, I-Hsien Ting, Chris Kimble, Peter Wright, Daniel Kudenko (2006)"Combining ethnographic and clickstream data to identify user Web browsing strategies" Journal of Information Research, Vol. 11 No. 2, January [7] Mobasher, B., Dai, H., Luo, T. and Nakagawa, M. (2001) Effective Personalization Based on Association Rule Discover from Web Usage Data In Proceedings of WIDM 2001, Atlanta, GA, USA, pp [8] Nasraoui O., Petenes C., "Combining Web Usage Mining and Fuzzy Inference for Website Personalization", in Proc. of WebKDD 2003 KDD Workshop on Web mining as a Premise to Effective and Intelligent Web Applications, Washington DC, August 2003, p. 37. [9] Nasraoui O., Frigui H., Joshi A., and Krishnapuram R., Mining Web Access Logs Using Relational Competitive Fuzzy Clustering, Proceedings of the Eighth International Fuzzy Systems Association Congress, Hsinchu, Taiwan, August [10] Nasraoui O., World Wide Web Personalization, Invited chapter in Encyclopedia of Data Mining and Data Warehousing, J. Wang, Ed, Idea Group, [11] Pierrakos, D., Paliouras, G., Papatheodorou, C., Spyropoulos C. D. (2003) Web usage mining as a tool for personalization: a survey, User modelling and user adapted interaction journal, Vol.13, Issue 4, pp [12] I-Hsien Ting, Chris Kimble, Daniel Kudenko (2005) "A Pattern Restore Method for Restoring Missing Patterns in Server Side Clickstream Data". [13] I-Hsien Ting, Chris Kimble, Daniel Kudenko (2006) "UBB Mining: Finding Unexpected Browsing Behaviour in Clickstream Data to improve a Web Site s Design". [14] Weichbroth, P., Owoc, M., Pleszkun, M. (2012) "Web User Navigation Patterns Discovery from WWW Server Log Files"dmr.cs.umn.edu/Papers/P2004_4.pdf. [15] [16] [17] [18] [19] Purvi Dubey and Asst. Prof. Sourabh Dave, Effective Web Mining Technique For Retrieval Information On The World Wide Web. International Journal of Computer Engineering and Technology, 4 (6), 2013, pp [20] Prof. Sindhu P Menon and Dr. Nagaratna P Hegde, Research On Classification Algorithms And Its Impact On Web Mining. International Journal of Computer Engineering and Technology, 4 (4), 2013, pp editor@iaeme.com

Sequential Implementation of Web Content Mining Using Data Analysis in Online Sales Domain

Sequential Implementation of Web Content Mining Using Data Analysis in Online Sales Domain www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 2319-7242 Volume 5 Issue 1 January 2016, Page No. 15616-15622 Sequential Implementation of Web Content Mining Using Data Analysis

More information

APD-A Tool for Identifying Behavioural Patterns Automatically from Clickstream Data

APD-A Tool for Identifying Behavioural Patterns Automatically from Clickstream Data APD-A Tool for Identifying Behavioural Patterns Automatically from Clickstream Data I-Hsien Ting, Lillian Clark, Chris Kimble, Daniel Kudenko, and Peter Wright Department of Computer Science, The University

More information

UBB Mining: Finding Unexpected Browsing Behaviour in Clickstream Data to Improve a Web Site's Design

UBB Mining: Finding Unexpected Browsing Behaviour in Clickstream Data to Improve a Web Site's Design UBB Mining: Finding Unexpected Browsing Behaviour in Clickstream Data to Improve a Web Site's Design I-Hsien Ting Department of Computer Science The University of York Heslington, York YO105DD, United

More information

SEQUENTIAL PATTERN MINING FROM WEB LOG DATA

SEQUENTIAL PATTERN MINING FROM WEB LOG DATA SEQUENTIAL PATTERN MINING FROM WEB LOG DATA Rajashree Shettar 1 1 Associate Professor, Department of Computer Science, R. V College of Engineering, Karnataka, India, rajashreeshettar@rvce.edu.in Abstract

More information

Data Mining of Web Access Logs Using Classification Techniques

Data Mining of Web Access Logs Using Classification Techniques Data Mining of Web Logs Using Classification Techniques Md. Azam 1, Asst. Prof. Md. Tabrez Nafis 2 1 M.Tech Scholar, Department of Computer Science & Engineering, Al-Falah School of Engineering & Technology,

More information

Support System- Pioneering approach for Web Data Mining

Support System- Pioneering approach for Web Data Mining Support System- Pioneering approach for Web Data Mining Geeta Kataria 1, Surbhi Kaushik 2, Nidhi Narang 3 and Sunny Dahiya 4 1,2,3,4 Computer Science Department Kurukshetra University Sonepat, India ABSTRACT

More information

Survey Paper on Web Usage Mining for Web Personalization

Survey Paper on Web Usage Mining for Web Personalization ISSN 2278 0211 (Online) Survey Paper on Web Usage Mining for Web Personalization Namdev Anwat Department of Computer Engineering Matoshri College of Engineering & Research Center, Eklahare, Nashik University

More information

I. Introduction II. Keywords- Pre-processing, Cleaning, Null Values, Webmining, logs

I. Introduction II. Keywords- Pre-processing, Cleaning, Null Values, Webmining, logs ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: An Enhanced Pre-Processing Research Framework for Web Log Data

More information

A Framework for Personal Web Usage Mining

A Framework for Personal Web Usage Mining A Framework for Personal Web Usage Mining Yongjian Fu Ming-Yi Shih Department of Computer Science Department of Computer Science University of Missouri-Rolla University of Missouri-Rolla Rolla, MO 65409-0350

More information

A Survey on Web Personalization of Web Usage Mining

A Survey on Web Personalization of Web Usage Mining A Survey on Web Personalization of Web Usage Mining S.Jagan 1, Dr.S.P.Rajagopalan 2 1 Assistant Professor, Department of CSE, T.J. Institute of Technology, Tamilnadu, India 2 Professor, Department of CSE,

More information

THE STUDY OF WEB MINING - A SURVEY

THE STUDY OF WEB MINING - A SURVEY THE STUDY OF WEB MINING - A SURVEY Ashish Gupta, Anil Khandekar Abstract over the year s web mining is the very fast growing research field. Web mining contains two research areas: Data mining and World

More information

An Intuitive Approach for Web Scale Mining using W-Miner for Web Personalization

An Intuitive Approach for Web Scale Mining using W-Miner for Web Personalization An Intuitive Approach for Web Scale Mining using W-Miner for Web Personalization R.Lokeshkumar 1, Dr.P.Sengottuvelan 2 1 2 Department of Information Technology Bannari Amman Institute of Technology Sathyamangalam

More information

Log Information Mining Using Association Rules Technique: A Case Study Of Utusan Education Portal

Log Information Mining Using Association Rules Technique: A Case Study Of Utusan Education Portal Log Information Mining Using Association Rules Technique: A Case Study Of Utusan Education Portal Mohd Helmy Ab Wahab 1, Azizul Azhar Ramli 2, Nureize Arbaiy 3, Zurinah Suradi 4 1 Faculty of Electrical

More information

COMPREHENSIVE FRAMEWORK FOR PATTERN ANALYSIS THROUGH WEB LOGS USING WEB MINING: A REVIEW

COMPREHENSIVE FRAMEWORK FOR PATTERN ANALYSIS THROUGH WEB LOGS USING WEB MINING: A REVIEW 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. 2, Issue. 4, April 2013,

More information

Web Mining: A Survey Paper

Web Mining: A Survey Paper Web Mining: A Survey Paper K.Amutha 1 Dr.M.Devapriya 2 M.Phil Research Scholoar 1 PG &Research Department of Computer Science Government Arts College (Autonomous), Coimbatore-18. Assistant Professor 2

More information

Create a Profile for User Using Web Usage Mining

Create a Profile for User Using Web Usage Mining Journal of Academic and Applied Studies (Special Issue on Applied Sciences) Vol. 3(9) September 2013, pp. 1-12 Available online @ www.academians.org ISSN1925-931X Create a Profile for User Using Web Usage

More information

LITERATURE SURVEY ON SEARCH TERM EXTRACTION TECHNIQUE FOR FACET DATA MINING IN CUSTOMER FACING WEBSITE

LITERATURE SURVEY ON SEARCH TERM EXTRACTION TECHNIQUE FOR FACET DATA MINING IN CUSTOMER FACING WEBSITE International Journal of Civil Engineering and Technology (IJCIET) Volume 8, Issue 1, January 2017, pp. 956 960 Article ID: IJCIET_08_01_113 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=8&itype=1

More information

Keywords: Web Mining, Web Usage Mining, Web Structure Mining, Web Content Mining, Graph theory.

Keywords: Web Mining, Web Usage Mining, Web Structure Mining, Web Content Mining, Graph theory. 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 Survey on

More information

Association-Rules-Based Recommender System for Personalization in Adaptive Web-Based Applications

Association-Rules-Based Recommender System for Personalization in Adaptive Web-Based Applications Association-Rules-Based Recommender System for Personalization in Adaptive Web-Based Applications Daniel Mican, Nicolae Tomai Babes-Bolyai University, Dept. of Business Information Systems, Str. Theodor

More information

Improving the prediction of next page request by a web user using Page Rank algorithm

Improving the prediction of next page request by a web user using Page Rank algorithm Improving the prediction of next page request by a web user using Page Rank algorithm Claudia Elena Dinucă, Dumitru Ciobanu Faculty of Economics and Business Administration Cybernetics and statistics University

More information

Recommendation Models for User Accesses to Web Pages (Invited Paper)

Recommendation Models for User Accesses to Web Pages (Invited Paper) Recommendation Models for User Accesses to Web Pages (Invited Paper) Ṣule Gündüz 1 and M. Tamer Özsu2 1 Department of Computer Science, Istanbul Technical University Istanbul, Turkey, 34390 gunduz@cs.itu.edu.tr

More information

IJMIE Volume 2, Issue 9 ISSN:

IJMIE Volume 2, Issue 9 ISSN: WEB USAGE MINING: LEARNER CENTRIC APPROACH FOR E-BUSINESS APPLICATIONS B. NAVEENA DEVI* Abstract Emerging of web has put forward a great deal of challenges to web researchers for web based information

More information

ARS: Web Page Recommendation System for Anonymous Users Based On Web Usage Mining

ARS: Web Page Recommendation System for Anonymous Users Based On Web Usage Mining ARS: Web Page Recommendation System for Anonymous Users Based On Web Usage Mining Yahya AlMurtadha, MD. Nasir Bin Sulaiman, Norwati Mustapha, Nur Izura Udzir and Zaiton Muda University Putra Malaysia,

More information

International Journal of Software and Web Sciences (IJSWS)

International Journal of Software and Web Sciences (IJSWS) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0063 ISSN (Online): 2279-0071 International

More information

Web page recommendation using a stochastic process model

Web page recommendation using a stochastic process model Data Mining VII: Data, Text and Web Mining and their Business Applications 233 Web page recommendation using a stochastic process model B. J. Park 1, W. Choi 1 & S. H. Noh 2 1 Computer Science Department,

More information

Enhanced Web Usage Mining Using Fuzzy Clustering and Collaborative Filtering Recommendation Algorithms

Enhanced Web Usage Mining Using Fuzzy Clustering and Collaborative Filtering Recommendation Algorithms International Journal of Mathematics and Statistics Invention (IJMSI) E-ISSN: 2321 4767 P-ISSN: 2321-4759 Volume 4 Issue 10 December. 2016 PP-09-13 Enhanced Web Usage Mining Using Fuzzy Clustering and

More information

Web Mining and Knowledge Discovery of Usage Patterns

Web Mining and Knowledge Discovery of Usage Patterns Web Mining and Knowledge Discovery of Usage Patterns CS 748T Project (Part I) Yan Wang February, 2000 1 Abstract Web mining is a very hot research topic which combines two of the activated research areas:

More information

Web Page Classification using FP Growth Algorithm Akansha Garg,Computer Science Department Swami Vivekanad Subharti University,Meerut, India

Web Page Classification using FP Growth Algorithm Akansha Garg,Computer Science Department Swami Vivekanad Subharti University,Meerut, India Web Page Classification using FP Growth Algorithm Akansha Garg,Computer Science Department Swami Vivekanad Subharti University,Meerut, India Abstract - The primary goal of the web site is to provide the

More information

International Journal of Computer Engineering and Applications, Volume VIII, Issue III, Part I, December 14

International Journal of Computer Engineering and Applications, Volume VIII, Issue III, Part I, December 14 International Journal of Computer Engineering and Applications, Volume VIII, Issue III, Part I, December 14 DESIGN OF AN EFFICIENT DATA ANALYSIS CLUSTERING ALGORITHM Dr. Dilbag Singh 1, Ms. Priyanka 2

More information

Web Mining Evolution & Comparative Study with Data Mining

Web Mining Evolution & Comparative Study with Data Mining Web Mining Evolution & Comparative Study with Data Mining Anu, Assistant Professor (Resource Person) University Institute of Engineering and Technology Mahrishi Dayanand University Rohtak-124001, India

More information

Chapter 2 BACKGROUND OF WEB MINING

Chapter 2 BACKGROUND OF WEB MINING Chapter 2 BACKGROUND OF WEB MINING Overview 2.1. Introduction to Data Mining Data mining is an important and fast developing area in web mining where already a lot of research has been done. Recently,

More information

Keywords Data alignment, Data annotation, Web database, Search Result Record

Keywords Data alignment, Data annotation, Web database, Search Result Record 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 Annotating Web

More information

CLASSIFICATION OF WEB LOG DATA TO IDENTIFY INTERESTED USERS USING DECISION TREES

CLASSIFICATION OF WEB LOG DATA TO IDENTIFY INTERESTED USERS USING DECISION TREES CLASSIFICATION OF WEB LOG DATA TO IDENTIFY INTERESTED USERS USING DECISION TREES K. R. Suneetha, R. Krishnamoorthi Bharathidasan Institute of Technology, Anna University krs_mangalore@hotmail.com rkrish_26@hotmail.com

More information

A Navigation-log based Web Mining Application to Profile the Interests of Users Accessing the Web of Bidasoa Turismo

A Navigation-log based Web Mining Application to Profile the Interests of Users Accessing the Web of Bidasoa Turismo A Navigation-log based Web Mining Application to Profile the Interests of Users Accessing the Web of Bidasoa Turismo Olatz Arbelaitz, Ibai Gurrutxaga, Aizea Lojo, Javier Muguerza, Jesús M. Pérez and Iñigo

More information

Mining fuzzy association rules for web access case adaptation

Mining fuzzy association rules for web access case adaptation Mining fuzzy association rules for web access case adaptation Cody Wong, Simon Shiu Department of Computing Hong Kong Polytechnic University Hung Hom, Kowloon Hong Kong, China {cskpwong; csckshiu}@comp.polyu.edu.hk

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, ISSN: IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 20131 Improve Search Engine Relevance with Filter session Addlin Shinney R 1, Saravana Kumar T

More information

Weighted Page Rank Algorithm Based on Number of Visits of Links of Web Page

Weighted Page Rank Algorithm Based on Number of Visits of Links of Web Page International Journal of Soft Computing and Engineering (IJSCE) ISSN: 31-307, Volume-, Issue-3, July 01 Weighted Page Rank Algorithm Based on Number of Visits of Links of Web Page Neelam Tyagi, Simple

More information

On the Effectiveness of Web Usage Mining for Page Recommendation and Restructuring

On the Effectiveness of Web Usage Mining for Page Recommendation and Restructuring On the Effectiveness of Web Usage Mining for Recommendation and Restructuring Hiroshi Ishikawa, Manabu Ohta, Shohei Yokoyama, Junya Nakayama, and Kaoru Katayama Tokyo Metropolitan University Abstract.

More information

Keywords: clustering algorithms, unsupervised learning, cluster validity

Keywords: clustering algorithms, unsupervised learning, cluster validity Volume 6, Issue 1, January 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Clustering Based

More information

Research/Review Paper: Web Personalization Using Usage Based Clustering Author: Madhavi M.Mali,Sonal S.Jogdand, Deepali P. Shinde Paper ID: V1-I3-002

Research/Review Paper: Web Personalization Using Usage Based Clustering Author: Madhavi M.Mali,Sonal S.Jogdand, Deepali P. Shinde Paper ID: V1-I3-002 Journal) Volume1, Issue3, Nov-Dec, 2014.ISSN: 2349-7173(Online) International Journal of Advanced Research in Technology, Engineering and Science (A Bimonthly Open Access Online. Research/Review Paper:

More information

On-line Generation of Suggestions for Web Users

On-line Generation of Suggestions for Web Users On-line Generation of Suggestions for Web Users Fabrizio Silvestri Istituto ISTI - CNR Pisa Italy Ranieri Baraglia Istituto ISTI - CNR Pisa Italy Paolo Palmerini Istituto ISTI - CNR Pisa - Italy {fabrizio.silvestri,ranieri.baraglia,paolo.palmerini}@isti.cnr.it

More information

Knowledge Discovery from Web Usage Data: Complete Preprocessing Methodology

Knowledge Discovery from Web Usage Data: Complete Preprocessing Methodology IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.1, January 2008 179 Knowledge Discovery from Web Usage Data: Complete Preprocessing Methodology G T Raju 1 and P S Satyanarayana

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 REAL TIME DATA SEARCH OPTIMIZATION: AN OVERVIEW MS. DEEPASHRI S. KHAWASE 1, PROF.

More information

IMPLEMENTATION OF CLASSIFICATION ALGORITHMS USING WEKA NAÏVE BAYES CLASSIFIER

IMPLEMENTATION OF CLASSIFICATION ALGORITHMS USING WEKA NAÏVE BAYES CLASSIFIER IMPLEMENTATION OF CLASSIFICATION ALGORITHMS USING WEKA NAÏVE BAYES CLASSIFIER N. Suresh Kumar, Dr. M. Thangamani 1 Assistant Professor, Sri Ramakrishna Engineering College, Coimbatore, India 2 Assistant

More information

International Journal of Science, Engineering and Technology Research (IJSETR), Volume 4, Issue 4, April 2015

International Journal of Science, Engineering and Technology Research (IJSETR), Volume 4, Issue 4, April 2015 A new approach of web directory creation and personalization Asst. Prof. Madhavi S. Darokar Department of Computer Enginnering (JSPM s Imperial College of Engineering & Research, Pune.) Abstract: Now a

More information

A SURVEY- WEB MINING TOOLS AND TECHNIQUE

A SURVEY- WEB MINING TOOLS AND TECHNIQUE International Journal of Latest Trends in Engineering and Technology Vol.(7)Issue(4), pp.212-217 DOI: http://dx.doi.org/10.21172/1.74.028 e-issn:2278-621x A SURVEY- WEB MINING TOOLS AND TECHNIQUE Prof.

More information

An Accomplishment of Web Personalization Using Web Mining Techniques

An Accomplishment of Web Personalization Using Web Mining Techniques An Accomplishment of Web Personalization Using Web Mining Techniques 1 Y.Raju B.Prashanth Kumar 2 Dr.D.Suresh Babu 3 1 Gitanjali Eng.College, Hederabad, 2 AVN Inst Of Engg & Tech, Ibrahimpatnam, Hyderabad.

More information

Survey on Web Structure Mining

Survey on Web Structure Mining Survey on Web Structure Mining Hiep T. Nguyen Tri, Nam Hoai Nguyen Department of Electronics and Computer Engineering Chonnam National University Republic of Korea Email: tuanhiep1232@gmail.com Abstract

More information

Keywords Web Mining, Web Usage Mining, Web Structure Mining, Web Content Mining.

Keywords Web Mining, Web Usage Mining, Web Structure Mining, Web Content Mining. Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Framework to

More information

AN IMPLEMENTATION OF WEB PERSONALIZATION USING WEB MINING TECHNIQUES

AN IMPLEMENTATION OF WEB PERSONALIZATION USING WEB MINING TECHNIQUES AN IMPLEMENTATION OF WEB PERSONALIZATION USING WEB MINING TECHNIQUES A.JEBARAJ RATNAKUMAR Professor and Head, Department of Computer Science and Engineering, Apollo Engineering College, Chennai, Tamil

More information

Semi-Supervised Clustering with Partial Background Information

Semi-Supervised Clustering with Partial Background Information Semi-Supervised Clustering with Partial Background Information Jing Gao Pang-Ning Tan Haibin Cheng Abstract Incorporating background knowledge into unsupervised clustering algorithms has been the subject

More information

Applications of Concurrent Access Patterns in Web Usage Mining

Applications of Concurrent Access Patterns in Web Usage Mining Applications of Concurrent Access Patterns in Web Usage Mining Jing Lu 1, Malcolm Keech 2, and Cuiqing Wang 3 1 Southampton Solent University, Southampton UK, SO14 0YN 2 University of Bedfordshire, Park

More information

A Hybrid Recommender System for Dynamic Web Users

A Hybrid Recommender System for Dynamic Web Users A Hybrid Recommender System for Dynamic Web Users Shiva Nadi Department of Computer Engineering, Islamic Azad University of Najafabad Isfahan, Iran Mohammad Hossein Saraee Department of Electrical and

More information

International Journal of Scientific Research & Engineering Trends Volume 4, Issue 6, Nov-Dec-2018, ISSN (Online): X

International Journal of Scientific Research & Engineering Trends Volume 4, Issue 6, Nov-Dec-2018, ISSN (Online): X Analysis about Classification Techniques on Categorical Data in Data Mining Assistant Professor P. Meena Department of Computer Science Adhiyaman Arts and Science College for Women Uthangarai, Krishnagiri,

More information

Mohri, Kurukshetra, India

Mohri, Kurukshetra, India Volume 4, Issue 8, August 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Revised Two

More information

A Review on Clustering Techniques used in Web Usage Mining

A Review on Clustering Techniques used in Web Usage Mining Scientific Journal Impact Factor (SJIF): 1.711 e-issn: 2349-9745 p-issn: 2393-8161 International Journal of Modern Trends in Engineering and Research www.ijmter.com A Review on Clustering Techniques used

More information

A Survey of Model Used for Web User s Browsing Behavior Prediction

A Survey of Model Used for Web User s Browsing Behavior Prediction A Survey of Model Used for Web User s Browsing Behavior Prediction Pradipsinh K. Chavda Department of CS&E,Governmernt Engineering Collage,Modasa Aravalli,Gujarat,India E-mail: pradipchavda.it@gmail.com

More information

A Cube Model and Cluster Analysis for Web Access Sessions

A Cube Model and Cluster Analysis for Web Access Sessions A Cube Model and Cluster Analysis for Web Access Sessions Joshua Zhexue Huang 1, Michael Ng 2, Wai-Ki Ching 2, Joe Ng 1, and David Cheung 1 1 E-Business Technology Institute The University of Hong Kong

More information

Analytical survey of Web Page Rank Algorithm

Analytical survey of Web Page Rank Algorithm Analytical survey of Web Page Rank Algorithm Mrs.M.Usha 1, Dr.N.Nagadeepa 2 Research Scholar, Bharathiyar University,Coimbatore 1 Associate Professor, Jairams Arts and Science College, Karur 2 ABSTRACT

More information

A Survey on k-means Clustering Algorithm Using Different Ranking Methods in Data Mining

A Survey on k-means Clustering Algorithm Using Different Ranking Methods in Data Mining 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. 2, Issue. 4, April 2013,

More information

User Session Identification Using Enhanced Href Method

User Session Identification Using Enhanced Href Method User Session Identification Using Enhanced Href Method Department of Computer Science, Constantine the Philosopher University in Nitra, Slovakia jkapusta@ukf.sk, psvec@ukf.sk, mmunk@ukf.sk, jskalka@ukf.sk

More information

An Effective Performance of Feature Selection with Classification of Data Mining Using SVM Algorithm

An Effective Performance of Feature Selection with Classification of Data Mining Using SVM Algorithm Proceedings of the National Conference on Recent Trends in Mathematical Computing NCRTMC 13 427 An Effective Performance of Feature Selection with Classification of Data Mining Using SVM Algorithm A.Veeraswamy

More information

Word Disambiguation in Web Search

Word Disambiguation in Web Search Word Disambiguation in Web Search Rekha Jain Computer Science, Banasthali University, Rajasthan, India Email: rekha_leo2003@rediffmail.com G.N. Purohit Computer Science, Banasthali University, Rajasthan,

More information

Performance Analysis of Data Mining Classification Techniques

Performance Analysis of Data Mining Classification Techniques Performance Analysis of Data Mining Classification Techniques Tejas Mehta 1, Dr. Dhaval Kathiriya 2 Ph.D. Student, School of Computer Science, Dr. Babasaheb Ambedkar Open University, Gujarat, India 1 Principal

More information

Fault Identification from Web Log Files by Pattern Discovery

Fault Identification from Web Log Files by Pattern Discovery ABSTRACT International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 2 ISSN : 2456-3307 Fault Identification from Web Log Files

More information

A Website Mining Model Centered on User Queries

A Website Mining Model Centered on User Queries A Website Mining Model Centered on User Queries Ricardo Baeza-Yates 1, 3, 2 and Barbara Poblete 2, 3 1 ICREA, Barcelona, Catalunya, Spain 2 Center for Web Research, CS Dept., University of Chile 3 Web

More information

Recommendation of Web Pages using Weighted K- Means Clustering

Recommendation of Web Pages using Weighted K- Means Clustering Volume 86 No, January 20 Recommendation of Web Pages using Weighted K- Means Clustering R. Thiyagarajan K. Thangavel R. Rathipriya Department of Computer Applications Department of Computer Science Department

More information

Web Usage Mining Based on Probabilistic Latent Semantic Analysis

Web Usage Mining Based on Probabilistic Latent Semantic Analysis Web Usage Mining Based on Probabilistic Latent Semantic Analysis Xin Jin, Yanzan Zhou, Bamshad Mobasher Center for Web Intelligence School of Computer Science, Telecommunication, and Information Systems

More information

A User Behavior Model for Web Page Navigation

A User Behavior Model for Web Page Navigation A User Behavior Model for Web Page Navigation Ṣule Gündüz and M. Tamer Özsu October 2002 on leaving from Department of Computer Science, Istanbul Technical University, Istanbul, Turkey. School Of Computer

More information

3 Virtual attribute subsetting

3 Virtual attribute subsetting 3 Virtual attribute subsetting Portions of this chapter were previously presented at the 19 th Australian Joint Conference on Artificial Intelligence (Horton et al., 2006). Virtual attribute subsetting

More information

Chapter 1, Introduction

Chapter 1, Introduction CSI 4352, Introduction to Data Mining Chapter 1, Introduction Young-Rae Cho Associate Professor Department of Computer Science Baylor University What is Data Mining? Definition Knowledge Discovery from

More information

Encoding Words into String Vectors for Word Categorization

Encoding Words into String Vectors for Word Categorization Int'l Conf. Artificial Intelligence ICAI'16 271 Encoding Words into String Vectors for Word Categorization Taeho Jo Department of Computer and Information Communication Engineering, Hongik University,

More information

Sathyamangalam, 2 ( PG Scholar,Department of Computer Science and Engineering,Bannari Amman Institute of Technology, Sathyamangalam,

Sathyamangalam, 2 ( PG Scholar,Department of Computer Science and Engineering,Bannari Amman Institute of Technology, Sathyamangalam, IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 8, Issue 5 (Jan. - Feb. 2013), PP 70-74 Performance Analysis Of Web Page Prediction With Markov Model, Association

More information

A Web Page Segmentation Method by using Headlines to Web Contents as Separators and its Evaluations

A Web Page Segmentation Method by using Headlines to Web Contents as Separators and its Evaluations IJCSNS International Journal of Computer Science and Network Security, VOL.13 No.1, January 2013 1 A Web Page Segmentation Method by using Headlines to Web Contents as Separators and its Evaluations Hiroyuki

More information

Construction of Web Community Directories by Mining Usage Data

Construction of Web Community Directories by Mining Usage Data Construction of Web Community Directories by Mining Usage Data Dimitrios Pierrakos 1, Georgios Paliouras 1, Christos Papatheodorou 2, Vangelis Karkaletsis 1, Marios Dikaiakos 3 1 Institute of Informatics

More information

Web Page Categorization through Data Mining Classification Techniques on URL Information R. GeethaRamani 1, P. Revathy *2

Web Page Categorization through Data Mining Classification Techniques on URL Information R. GeethaRamani 1, P. Revathy *2 2017 IJSRSET Volume 3 Issue 8 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section : Engineering and Technology Web Page Categorization through Data Mining Classification Techniques on URL Information

More information

EFFICIENT ALGORITHM FOR MINING ON BIO MEDICAL DATA FOR RANKING THE WEB PAGES

EFFICIENT ALGORITHM FOR MINING ON BIO MEDICAL DATA FOR RANKING THE WEB PAGES International Journal of Mechanical Engineering and Technology (IJMET) Volume 8, Issue 8, August 2017, pp. 1424 1429, Article ID: IJMET_08_08_147 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=8&itype=8

More information

An Effective method for Web Log Preprocessing and Page Access Frequency using Web Usage Mining

An Effective method for Web Log Preprocessing and Page Access Frequency using Web Usage Mining An Effective method for Web Log Preprocessing and Page Access Frequency using Web Usage Mining Jayanti Mehra 1 Research Scholar, Department of computer Application, Maulana Azad National Institute of Technology

More information

Classification of Concept-Drifting Data Streams using Optimized Genetic Algorithm

Classification of Concept-Drifting Data Streams using Optimized Genetic Algorithm Classification of Concept-Drifting Data Streams using Optimized Genetic Algorithm E. Padmalatha Asst.prof CBIT C.R.K. Reddy, PhD Professor CBIT B. Padmaja Rani, PhD Professor JNTUH ABSTRACT Data Stream

More information

A New Technique to Optimize User s Browsing Session using Data Mining

A New Technique to Optimize User s Browsing Session using Data Mining 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. 4, Issue. 3, March 2015,

More information

Effect of Principle Component Analysis and Support Vector Machine in Software Fault Prediction

Effect of Principle Component Analysis and Support Vector Machine in Software Fault Prediction International Journal of Computer Trends and Technology (IJCTT) volume 7 number 3 Jan 2014 Effect of Principle Component Analysis and Support Vector Machine in Software Fault Prediction A. Shanthini 1,

More information

EXTRACTION OF INTERESTING PATTERNS THROUGH ASSOCIATION RULE MINING FOR IMPROVEMENT OF WEBSITE USABILITY

EXTRACTION OF INTERESTING PATTERNS THROUGH ASSOCIATION RULE MINING FOR IMPROVEMENT OF WEBSITE USABILITY ISTANBUL UNIVERSITY JOURNAL OF ELECTRICAL & ELECTRONICS ENGINEERING YEAR VOLUME NUMBER : 2009 : 9 : 2 (1037-1046) EXTRACTION OF INTERESTING PATTERNS THROUGH ASSOCIATION RULE MINING FOR IMPROVEMENT OF WEBSITE

More information

Comparative Study on Classification Meta Algorithms

Comparative Study on Classification Meta Algorithms Comparative Study on Classification Meta Algorithms Dr. S. Vijayarani 1 Mrs. M. Muthulakshmi 2 Assistant Professor, Department of Computer Science, School of Computer Science and Engineering, Bharathiar

More information

Web Data mining-a Research area in Web usage mining

Web Data mining-a Research area in Web usage mining IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 13, Issue 1 (Jul. - Aug. 2013), PP 22-26 Web Data mining-a Research area in Web usage mining 1 V.S.Thiyagarajan,

More information

The Transpose Technique to Reduce Number of Transactions of Apriori Algorithm

The Transpose Technique to Reduce Number of Transactions of Apriori Algorithm The Transpose Technique to Reduce Number of Transactions of Apriori Algorithm Narinder Kumar 1, Anshu Sharma 2, Sarabjit Kaur 3 1 Research Scholar, Dept. Of Computer Science & Engineering, CT Institute

More information

An Intelligent Clustering Algorithm for High Dimensional and Highly Overlapped Photo-Thermal Infrared Imaging Data

An Intelligent Clustering Algorithm for High Dimensional and Highly Overlapped Photo-Thermal Infrared Imaging Data An Intelligent Clustering Algorithm for High Dimensional and Highly Overlapped Photo-Thermal Infrared Imaging Data Nian Zhang and Lara Thompson Department of Electrical and Computer Engineering, University

More information

Feature Selection Technique to Improve Performance Prediction in a Wafer Fabrication Process

Feature Selection Technique to Improve Performance Prediction in a Wafer Fabrication Process Feature Selection Technique to Improve Performance Prediction in a Wafer Fabrication Process KITTISAK KERDPRASOP and NITTAYA KERDPRASOP Data Engineering Research Unit, School of Computer Engineering, Suranaree

More information

Merging Data Mining Techniques for Web Page Access Prediction: Integrating Markov Model with Clustering

Merging Data Mining Techniques for Web Page Access Prediction: Integrating Markov Model with Clustering www.ijcsi.org 188 Merging Data Mining Techniques for Web Page Access Prediction: Integrating Markov Model with Clustering Trilok Nath Pandey 1, Ranjita Kumari Dash 2, Alaka Nanda Tripathy 3,Barnali Sahu

More information

Study on Classifiers using Genetic Algorithm and Class based Rules Generation

Study on Classifiers using Genetic Algorithm and Class based Rules Generation 2012 International Conference on Software and Computer Applications (ICSCA 2012) IPCSIT vol. 41 (2012) (2012) IACSIT Press, Singapore Study on Classifiers using Genetic Algorithm and Class based Rules

More information

Query based Personalization in Semantic Web Mining

Query based Personalization in Semantic Web Mining Query based Personalization in Semantic Web Mining Mahendra Thakur Department of CSE Samrat Ashok Technological Institute Vidisha, M.P., India Yogendra Kumar Jain Department of CSE Samrat Ashok Technological

More information

International Journal of Computer Engineering and Applications, Volume XI, Issue XII, Dec. 17, ISSN

International Journal of Computer Engineering and Applications, Volume XI, Issue XII, Dec. 17,   ISSN RULE BASED CLASSIFICATION FOR NETWORK INTRUSION DETECTION SYSTEM USING USNW-NB 15 DATASET Dr C Manju Assistant Professor, Department of Computer Science Kanchi Mamunivar center for Post Graduate Studies,

More information

WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE

WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE Ms.S.Muthukakshmi 1, R. Surya 2, M. Umira Taj 3 Assistant Professor, Department of Information Technology, Sri Krishna College of Technology, Kovaipudur,

More information

Intelligent management of on-line video learning resources supported by Web-mining technology based on the practical application of VOD

Intelligent management of on-line video learning resources supported by Web-mining technology based on the practical application of VOD World Transactions on Engineering and Technology Education Vol.13, No.3, 2015 2015 WIETE Intelligent management of on-line video learning resources supported by Web-mining technology based on the practical

More information

An enhanced similarity measure for utilizing site structure in web personalization systems

An enhanced similarity measure for utilizing site structure in web personalization systems University of Wollongong Research Online University of Wollongong in Dubai - Papers University of Wollongong in Dubai 2008 An enhanced similarity measure for utilizing site structure in web personalization

More information

Mining for User Navigation Patterns Based on Page Contents

Mining for User Navigation Patterns Based on Page Contents WSS03 Applications, Products and Services of Web-based Support Systems 27 Mining for User Navigation Patterns Based on Page Contents Yue Xu School of Software Engineering and Data Communications Queensland

More information

International Journal of Advance Engineering and Research Development. Survey of Web Usage Mining Techniques for Web-based Recommendations

International Journal of Advance Engineering and Research Development. Survey of Web Usage Mining Techniques for Web-based Recommendations Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 02, February -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Survey

More information

Pre-processing of Web Logs for Mining World Wide Web Browsing Patterns

Pre-processing of Web Logs for Mining World Wide Web Browsing Patterns Pre-processing of Web Logs for Mining World Wide Web Browsing Patterns # Yogish H K #1 Dr. G T Raju *2 Department of Computer Science and Engineering Bharathiar University Coimbatore, 641046, Tamilnadu

More information

A Novel method for Frequent Pattern Mining

A Novel method for Frequent Pattern Mining A Novel method for Frequent Pattern Mining K.Rajeswari #1, Dr.V.Vaithiyanathan *2 # Associate Professor, PCCOE & Ph.D Research Scholar SASTRA University, Tanjore, India 1 raji.pccoe@gmail.com * Associate

More information

Overview. Data-mining. Commercial & Scientific Applications. Ongoing Research Activities. From Research to Technology Transfer

Overview. Data-mining. Commercial & Scientific Applications. Ongoing Research Activities. From Research to Technology Transfer Data Mining George Karypis Department of Computer Science Digital Technology Center University of Minnesota, Minneapolis, USA. http://www.cs.umn.edu/~karypis karypis@cs.umn.edu Overview Data-mining What

More information

A Survey Of Different Text Mining Techniques Varsha C. Pande 1 and Dr. A.S. Khandelwal 2

A Survey Of Different Text Mining Techniques Varsha C. Pande 1 and Dr. A.S. Khandelwal 2 A Survey Of Different Text Mining Techniques Varsha C. Pande 1 and Dr. A.S. Khandelwal 2 1 Department of Electronics & Comp. Sc, RTMNU, Nagpur, India 2 Department of Computer Science, Hislop College, Nagpur,

More information