Data Mining Application in Advertisement Management of Higher Educational Institutes
|
|
|
- Everett Stevens
- 10 years ago
- Views:
Transcription
1 Data Mining Application in Advertisement Management of Higher Educational Institutes Priyanka Saini M.Tech(CS) Student, Banasthali University Rajasthan Sweta Rai M.Tech(CS) Student, Banasthali University Tonk,Rajasthan Ajit Kuamr Jain Assistant Professor, Computer Science Department Banasthali University Tonk,Rajasthan Abstract In recent years, Indian higher educational institute s competition grows rapidly for attracting students to get enrollment in their institutes. To attract students educational institutes select a best advertisement method. There are different advertisements available in the market but a selection of them is very difficult for institutes. This paper is helpful for institutes to select a best advertisement medium using some data mining methods. Keywords Data Mining, KDD, Data Mining in Education, Association Rule Mining, Apriori Algorithm 1. INTRODUCTION Data mining is a process of analyzing and extracting the hidden information from large amounts of data. Today educational data is increasing rapidly due to information and communication technologies but this data is not in proper format. It contains many hidden information so data mining is required here. Different data mining techniques are used to get hidden and important information from this data.kdd (Knowledge discovery in database) is also called as data mining that extract useful and unknown information from data [1]. Its application is in science, commerce field and other fields. Use data mining in education is an interesting research area and it is called Educational Data Mining (EDM).In EDM data mining techniques are applied on student data of educational institutes.edm is a process of extracting unknown patterns from educational environment for improved performance [2]. EDM is linked with some fields like as Artificial Intelligence (AI), Machine Learning/Information Technology, Database Management System, Statics and Data Mining.EDM is an interdisciplinary area for research that provides teaching and learning process s knowledge [3].This study helps to find out the best method for advertising the educational institutes by which student attracted easily at the time of admission. 43
2 2. DATA MINING AND KDD PROCESS Data mining refers to extracting or mining knowledge from large amounts of data [1]. Data mining is the powerful technology for analyzing & extraction of hidden predictive information from the data. It helps for making a better decision. Data mining is one of the steps in KDD process. Knowledge discovery (KDD) aims at the discovery of useful information from large collections of data [4].Data mining is used for processing data & this data is applied in many areas to obtain useful knowledge from the data [5]. 2.1 KDD KDD refers to Knowledge discovery in database means a process of searching knowledge in large data. Data mining is used as a step in KDD process.kdd process is shown in figure1.kdd process includes following steps: Step1: Data collection Step2: Database cleaning Step3: Integration of data Step4: Selection and transformation of data Step5: Use data mining techniques Step6: Patterns are evaluated Step7: Representation of knowledge 2.2 Association Rule Mining Figure 1: KDD Process It is used to discover relationships between attributes and items such as the presence of one pattern implies the presence of another pattern. Association Rule is a popular technique for market basket analysis because all possible combinations of interesting product groupings can be explored. 44
3 2.2.1Apriori Algorithm Apriori algorithm is used for association rule s mining. It counts the support of item sets and generates candidate set using breadth-first search approach. It finds a frequent item sets by testing the groups of candidates against the data. When no further successful extensions are found the algorithm stops. 3. DATA MINING IN EDUCATION Now-a-days there are growing research field in educational data mining. Educational Data Mining is a research region with the application of data mining in which information is generated from educational institutes. This research field continues to grow, and many data mining techniques have been applied in it. The goal of each research is to convert raw data into a meaningful form to make a better decision. Educational data mining explores the educational data to better understand the students[6]. It uses many techniques such as decision tree, neural networks to discover knowledge [7].The educational data mining research is increasingly growing, starting by organizing workshop since 2004.There are many research papers on educational data mining in which higher education related problems are discussed with their possible solutions using data mining techniques. In 2007 many literature reviews of the EDM are provided by Romero and Ventura [7].Educational data mining (EDM) helps the student for getting better result. It helps also management for maintaining education infrastructure, increase in the area of interest & courses. The educational systems face many problems that overcome by data mining techniques. It helps to the institution by giving the student guidance and helps to management in increasing the performance by using data mining techniques. It can help to provide a better quality of education. 4. LITERATURE SURVEY Data mining is helpful to finding hidden information from student database. There is a lot of research papers regarding educational data mining field. Yadav and Pal [8, 9] give a study on educational data mining and provide data mining technique s list. Yadav, Bharadwaj and Pal [10] obtained the students data such as attendance, seminar, assignment marks and class test to predict the end semester performance using three algorithms ID3decision tree, C4.5 and CART and result shows that CART gives better result for classification of data. Pandey and Pal [11] show their study using association rule analysis to find the student interest of choosing class language. In this paper they use seven different interestingness measures. Their result concluded that student has shown their interest in mix mode class language. Bharadwaj and Pal [12] use the classification decision tree technique to evaluate student end semester performance, this study helps to identify the dropouts and students who require special attention and teacher advising. AI-Radaideh. et al [13] presents a classification based model for student performance prediction using ID3 algorithm,c4.5 and Naïve Bayes algorithm but decision tree had better results. 45
4 K.S. Priya and A.V.S. kumar [14] use a classification approach that extracts the knowledge from student end semester marks. Bhise R.B,Thorat S.S and Supekar A.K. [15] performed data mining process on the student database using clustering-k-mean algorithm. Abeer Badr El Din Ahmed and Ibrahim Sayed Elaraby [16] use decision tree technique for predicting the student final grade. 5. EXPERIMENTAL WORK In this study the data is collected through the questionnaire survey at the institute. There are 500 questionnaires are collected. This questionnaire includes student personnel and academic information. This study is helpful for finding a better advertisement for institutes so this questionnaire includes a important question How They knows about this university?table1 shows different advertisement methods that are available in questionnaire s field. Table 2 shows different combination of advertisements occurrences that occur while responding the questionnaire field. Table1: Different advertisement methods Advertising methods Code Answers s Friends FR 309 Family FA 17 Internet Search IS 24 Online Advertising OA 8 Newspaper NE 8 Others OT 5 Table2: Different combination of advertisements Relations Occurrence s Friends and Family(FRFA) 10 Friends and Internet Search(FRIS) 6 Friends and Online Advertising(FROA) 2 Friends and Newspaper(FRNE) 3 Friends and Others(FROT) 0 Family and Internet Search(FAIS) 0 Family and Online Advertising(FAOA) 0 Family and Newspaper(FANE) 7 46
5 Family and Others(FAOT) 0 Internet Search and Online Advertising(ISOA) 4 Internet Search and Newspaper(ISNE) 2 Internet Search and Others(ISOT) 0 Online Advertising and Newspaper(OANE) 2 Online Advertising and Others(OAOT) 0 Newspaper and Others(NEOT) 0 Total counts(support) 36 Analysis of Support and Confidence Value The support value of a data item indicates the percentage of database transaction in which that data item appears. Confidence value measures the rule s strength. A small support and large confidence value are meaningful. Support and confidence analysis is shown in Table3.Support and Confidence values are calculated as: Relations Support= Occurrences/Total Support Confidence= Support(X,Y)/Support(X) Table 3: Support and confidence analysis of different relations Support =occurrences/total Support FA->FR IS->FR OA->FR NE->FR Friends and Others 0 - Family and Internet 0 - Search Family and Online 0 - Advertising NE->FA Family and Others 0 - IS->OA NE->IS Internet Search and 0 - Others OA->NE Online Advertising and Others 0 - Confidence =support(x,y) / support(x) 47
6 FR FA IS OA NE FRFA FRIS FROA FRNE FANE ISOA ISNE OANE Figure 2: Advertisement method s links Cosine Value Analysis Cosine value occurs between 0 and 1.If its value is close to 1 then a good correlation occurs between X and Y. Cosine analysis formula defined as: Cosine(X->Y) = p(x,y) / sqrt(p(x)*p(y)) Table 4: Cosine analysis of different relations Relatio ns FA- >FR IS->FR 0.06 OA >FR NE >FR NE >FA IS->OA 0.28 NE->IS 0.14 OA >NE Cosine value=(p(x,y)/sqrt(p(x)*p( Y))) 0.13 From table 3 result it can conclude that 28% students have answered with family and friends. Since 28% is largest support then it is a better advertisement method and its confidence value is 59% shows that if 59% of the time family occurs then friends also occurs in response.table3 48
7 and Figure 2 concluded that the all advertisement methods are linked to either friend advertisement or newspaper advertisement medium. In figure 2 it is shown that friends and newspaper have five edges. In table 4, cosine values are calculated for all advertisement mediums and it concludes that newspaper family has good relation to each other but others relations are not so close to each other. Apriori algorithm implementation Table 5: Advertisement Methods data set Relations Code Occurrence s (Support count) Friends FR 309 Family FA 17 Internet Search IS 24 Online Advertising OA 8 Newspaper NE 8 Others OT 5 Friends and Family FRF 10 A Friends and Internet Search FRIS 6 Friends and Online FRO 2 Advertising A Friends and Newspaper FRN 3 E Family and Newspaper FAN 7 E Internet Search and Online ISO 4 Advertising A Internet Search and ISNE 2 Newspaper Online Advertising and Newspaper OAN E 2 Step 1: In this step the table 5 is scanned by algorithm and obtained information generates candidate item set C 1 (shown in table 6). Step 2: In this step, compare C 1 candidate item set with minimum support count that generate frequent item set L 1 49
8 Apriori algorithm C 1 Join L 1 transformation Table 6: Generated Candidate item set C 1 Code Occurrences (Support count) FR 309 FA 17 IS 24 OA 8 NE 8 OT 5 Minimum support count=5 = >Minimum support (5) Table 7: Generated frequent item sets L 1 Code FR 309 FA 17 IS 24 OA 8 NE 8 OT 5 Occurrences (Support count) Step 3: In step 3, L 1 Join L 1 provides L 2 frequent item set and candidate item set C 2 it is called joining process. Code FR 309 FA 17 IS 24 OA 8 NE 8 OT 5 Occurrences (Support count) L 1 Join L 1 Candidate item set C 2 generation by L 1 Join L 1 transformation Table 8: Generated Candidate set C 2 L 1*L 1 L 1-1 L 1-2 FR,FA FR FA FR,IS FR IS FR,OA FR OA FR,NE FR NE FR,OT FR OT FA,IS FA IS FA,OA FA OA FA,NE FA NE FA,OT FA OT IS,OA IS OA IS,NE IS NE Step 4: In this step the table 9 is scanned by algorithm and compare C 2 candidate item set with minimum support count that generate frequent item set L 2 IS,OT IS OT OA,NE OA NE OA,OT OA OT NE,OT NE OT Table 9: Candidate set C 2 with Support Count Code Support Count FR,FA 10 FR,IS 6 FR,OA 2 FR,NE 3 FR,OT 0 FA,IS 0 FA,OA 0 FA,NE 7 FA,OT 0 IS,OA 4 = > Minimum support (5) Table 10: Generated frequent item sets L 2 Code FR,FA 10 FR,IS 6 FA,NE 7 Support count 50
9 IS,NE 2 IS,OT 0 OA,NE 2 OA,OT 0 NE,OT 0 International Journal of Computer-Aided technologies (IJCAx) Vol.1,No.1,April 2014 Step 5: In step 5, L 2 Join L 2 provides L 3 frequent item set and candidate item set C 3 (shown in table 11). Code Support count FR,FA 10 FR,IS 6 FA,NE 7 L 2 Join L 2 Table 11: Generated Candidate set C 3 L 2*L 2 L 2-1 L 2-2 FR,FA,IS FR,FA FR,IS FR,FA,NE FR,FA FA,NE FR,IS,FA,NE FR,IS FA,NE Candidate item set C 3 generation by L 2 Join L 2 transformation Step 6: The subsets of (FR,FA,IS) are (FR,FA),(FR,IS)and(FA,IS).(FA,IS) is not a member of L 2. It is not a frequent item set. Therefore, remove (FR,FA,IS) from C 3. The subsets of (FR,FA,NE) are (FR,FA),(FA,NE)and(FR,NE).(FR,NE) is not a member of L 2. It is not a frequent item set. Therefore, remove (FR,FA,NE) from C 3. The subsets of (FR,IS,FA,NE) are (FR,IS),(FR,FA),(FR,NE),(IS,FA),(IS,NE)and(FA,NE).(FR,NE),(IS,FA),(IS,NE) are not a members of L 2. It is not a frequent item set. Therefore, remove (FR,IS,FA,NE) from C 3. These item sets are pruned according to pruning property because its item sets are not frequent,c 3 is null, so final frequent item set is L 2. If the minimum confidence is 50% then Confidence (FA->FR) and Confidence (NE->FA) is maximum so these are the frequent item sets (shown in table 13). Table 12: Frequent item set L 2 Code Support Count Confidence FRFA (59%) Table 13: Frequent item sets Code Confidence FRFA 0.59(59%) FANE 0.875(87%) FRIS (25%) 51
10 Friends Family Internet Search Online Advertising Newspaper Others Figure 3: Analysis chart that shows different advertisement methods(answered given in questionnaires) Friends and Family Internet Search and Friends Online Advertising and Friends Newspaper and Friends Newspaper and Family Internet Search and Others Figure 4: Analysis chart that shows different advertisement methods (according to data mining analysis) 6. CONCLUSION This study looks for a better advertisement method. Fig.3 shows that most students have answered with friends (309 times) in the questionnaire but in this study data mining techniques are applied and this analysis concluded that the Family and Newspaper could be the best advertising method(shown in Fig.4). Table 1 shows that most students have answered with friends (309 times) but with data mining technique s analysis it is concluded that the Friends and Family, Family and Newspaper could be the best advertisement methods because these advertisement methods are linked with all advertisement methods. After applying apriori algorithm on the data set, Table 13 shows frequent item sets (FRFA,FANE) that concluded that Friends and Family, Family and Newspaper is the best advertisement methods. This study is helpful for educational institutes to making a good advertisement strategy that attracts student effectively. 52
11 7. REFERENCES [1] Han, J., Kamber, M.: Data Mining: Concepts and Techniques,Morgan Kaufmann Publishers USA,(2000). [2] A.Y.K. Chan, K.O. Chow, and K.S. Cheung,Online Course Refinement through Association Rule Mining Journal of Educational Technology Systems Volume 36, Number 4 / , pp , [3] Romero, C., and Ventura S.(2013), Data Mining in Education. WIREs Data Mining and Know.Dis.,Vol.3,pp [4] Heikki,Mannila,.Data mining: machine learning, statistics, and databases., IEEE, [5] Klosgen, W. & Zytkow,J. (2002), Handbook of data mining and knowledge discovery, Oxford University Press, New York. [6] International Educational Data Mining Society [7] C. Romero and S. Ventura, Educational data mining: A survey from 1995 to 2005.Expert Systems with Applications 33 (2007) [8] S.Pal., Mining Educational Data to Reduce Dropout Rates of Engineering Students, I.J. Information Engineering and Electronic Business (IJIEEB), Vol. 4, No. 2, 2012, pp [9] C. Romero and S. Ventura, Educational data mining: A survey from 1995 to 2005, expert system with applications 33 (2007) [10] S. K. Yadav, B.K. Bharadwaj and S. Pal, Data Mining Applications: A comparative study for Predicting Student s Performance, International Journal of Innovative Technology and CreativeEngineering (IJITCE), Vol. 1, No. 12, pp , [11] U. K. Pandey and S. Pal, A Data Mining view on Class Room Teaching Language, IJCSI, Vol 8 issue 2 Maerch 2011 pg , ISSN [12] B.K. Bharadwaj and S. Pal. Mining Educational Data to Analyze Students Performance, International Journal of Advance Computer Science and Applications (IJACSA), Vol. 2, No. 6, pp , [13] Q. A. AI-Radaideh, E. W. AI-Shawakfa, and M. I.AI-Najjar, Mining student data using decision trees,international Arab Conference on Information Technology (ACIT 2006), Yarmouk University, Jordan, [14]K.Shanmuga Priya and A.V.Senthil Kumar, Improving the Student s Performance Using Educational Data Mining, Int. J. Advanced Networking and Applications Volume: 04 Issue: 04 Pages: (2013) ISSN : [15] Bhise R.B, Thorat S.S, Supekar A.K, Importance of Data Mining in Higher Education System, IOSR(Journal Of Humanities And Social Science),Volume 6, Issue 6,PP 18-21, (Jan. - Feb.2013). [16] Abeer Badr El Din Ahmed and Ibrahim Sayed Elaraby, Data Mining: A prediction for Student's Performance Using Classification Method, World Journal of Computer Application and Technology 2(2): 43-47,
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 [email protected] Over
A Data Mining view on Class Room Teaching Language
277 A Data Mining view on Class Room Teaching Language Umesh Kumar Pandey 1, S. Pal 2 1 Research Scholar, Singhania University, Jhunjhunu, Rajasthan, India 2 Dept. of MCA, VBS Purvanchal University Jaunpur
Data Mining: A Prediction for Performance Improvement of Engineering Students using Classification
World of Computer Science and Information Technology Journal (WCSIT) ISSN: 2221-0741 Vol. 2, No. 2, 51-56, 2012 Data Mining: A Prediction for Performance Improvement of Engineering Students using Classification
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
Static Data Mining Algorithm with Progressive Approach for Mining Knowledge
Global Journal of Business Management and Information Technology. Volume 1, Number 2 (2011), pp. 85-93 Research India Publications http://www.ripublication.com Static Data Mining Algorithm with Progressive
An Empirical Study of Application of Data Mining Techniques in Library System
An Empirical Study of Application of Data Mining Techniques in Library System Veepu Uppal Department of Computer Science and Engineering, Manav Rachna College of Engineering, Faridabad, India Gunjan Chindwani
How To Use Data Mining For Knowledge Management In Technology Enhanced Learning
Proceedings of the 6th WSEAS International Conference on Applications of Electrical Engineering, Istanbul, Turkey, May 27-29, 2007 115 Data Mining for Knowledge Management in Technology Enhanced Learning
Predicting Students Final GPA Using Decision Trees: A Case Study
Predicting Students Final GPA Using Decision Trees: A Case Study Mashael A. Al-Barrak and Muna Al-Razgan Abstract Educational data mining is the process of applying data mining tools and techniques to
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
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,
A Review of Data Mining Techniques
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,
New Matrix Approach to Improve Apriori Algorithm
New Matrix Approach to Improve Apriori Algorithm A. Rehab H. Alwa, B. Anasuya V Patil Associate Prof., IT Faculty, Majan College-University College Muscat, Oman, [email protected] Associate
Customer Classification And Prediction Based On Data Mining Technique
Customer Classification And Prediction Based On Data Mining Technique Ms. Neethu Baby 1, Mrs. Priyanka L.T 2 1 M.E CSE, Sri Shakthi Institute of Engineering and Technology, Coimbatore 2 Assistant Professor
Keywords Data Mining, Knowledge Discovery, Direct Marketing, Classification Techniques, Customer Relationship Management
Volume 4, Issue 6, June 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Simplified Data
Building A Smart Academic Advising System Using Association Rule Mining
Building A Smart Academic Advising System Using Association Rule Mining Raed Shatnawi +962795285056 [email protected] Qutaibah Althebyan +962796536277 [email protected] Baraq Ghalib & Mohammed
Overview Applications of Data Mining In Health Care: The Case Study of Arusha Region
International Journal of Computational Engineering Research Vol, 03 Issue, 8 Overview Applications of Data Mining In Health Care: The Case Study of Arusha Region 1, Salim Diwani, 2, Suzan Mishol, 3, Daniel
Healthcare Measurement Analysis Using Data mining Techniques
www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 03 Issue 07 July, 2014 Page No. 7058-7064 Healthcare Measurement Analysis Using Data mining Techniques 1 Dr.A.Shaik
COURSE RECOMMENDER SYSTEM IN E-LEARNING
International Journal of Computer Science and Communication Vol. 3, No. 1, January-June 2012, pp. 159-164 COURSE RECOMMENDER SYSTEM IN E-LEARNING Sunita B Aher 1, Lobo L.M.R.J. 2 1 M.E. (CSE)-II, Walchand
EFFICIENT DATA PRE-PROCESSING FOR DATA MINING
EFFICIENT DATA PRE-PROCESSING FOR DATA MINING USING NEURAL NETWORKS JothiKumar.R 1, Sivabalan.R.V 2 1 Research scholar, Noorul Islam University, Nagercoil, India Assistant Professor, Adhiparasakthi College
Business Lead Generation for Online Real Estate Services: A Case Study
Business Lead Generation for Online Real Estate Services: A Case Study Md. Abdur Rahman, Xinghui Zhao, Maria Gabriella Mosquera, Qigang Gao and Vlado Keselj Faculty Of Computer Science Dalhousie University
A Framework for Dynamic Faculty Support System to Analyze Student Course Data
A Framework for Dynamic Faculty Support System to Analyze Student Course Data J. Shana 1, T. Venkatachalam 2 1 Department of MCA, Coimbatore Institute of Technology, Affiliated to Anna University of Chennai,
Edifice an Educational Framework using Educational Data Mining and Visual Analytics
I.J. Education and Management Engineering, 2016, 2, 24-30 Published Online March 2016 in MECS (http://www.mecs-press.net) DOI: 10.5815/ijeme.2016.02.03 Available online at http://www.mecs-press.net/ijeme
EMPIRICAL STUDY ON SELECTION OF TEAM MEMBERS FOR SOFTWARE PROJECTS DATA MINING APPROACH
EMPIRICAL STUDY ON SELECTION OF TEAM MEMBERS FOR SOFTWARE PROJECTS DATA MINING APPROACH SANGITA GUPTA 1, SUMA. V. 2 1 Jain University, Bangalore 2 Dayanada Sagar Institute, Bangalore, India Abstract- One
Data Mining Application in Enrollment Management: A Case Study
Data Mining Application in Enrollment Management: A Case Study Surjeet Kumar Yadav Research scholar, Shri Venkateshwara University, J. P. Nagar, (U.P.) India ABSTRACT In the last two decades, number of
Future Trend Prediction of Indian IT Stock Market using Association Rule Mining of Transaction data
Volume 39 No10, February 2012 Future Trend Prediction of Indian IT Stock Market using Association Rule Mining of Transaction data Rajesh V Argiddi Assit Prof Department Of Computer Science and Engineering,
Data Mining to Recognize Fail Parts in Manufacturing Process
122 ECTI TRANSACTIONS ON ELECTRICAL ENG., ELECTRONICS, AND COMMUNICATIONS VOL.7, NO.2 August 2009 Data Mining to Recognize Fail Parts in Manufacturing Process Wanida Kanarkard 1, Danaipong Chetchotsak
Empirical Study of Decision Tree and Artificial Neural Network Algorithm for Mining Educational Database
Empirical Study of Decision Tree and Artificial Neural Network Algorithm for Mining Educational Database A.O. Osofisan 1, O.O. Adeyemo 2 & S.T. Oluwasusi 3 Department of Computer Science, University of
DATA MINING TECHNIQUES AND APPLICATIONS
DATA MINING TECHNIQUES AND APPLICATIONS Mrs. Bharati M. Ramageri, Lecturer Modern Institute of Information Technology and Research, Department of Computer Application, Yamunanagar, Nigdi Pune, Maharashtra,
131-1. Adding New Level in KDD to Make the Web Usage Mining More Efficient. Abstract. 1. Introduction [1]. 1/10
1/10 131-1 Adding New Level in KDD to Make the Web Usage Mining More Efficient Mohammad Ala a AL_Hamami PHD Student, Lecturer m_ah_1@yahoocom Soukaena Hassan Hashem PHD Student, Lecturer soukaena_hassan@yahoocom
International Journal of World Research, Vol: I Issue XIII, December 2008, Print ISSN: 2347-937X DATA MINING TECHNIQUES AND STOCK MARKET
DATA MINING TECHNIQUES AND STOCK MARKET Mr. Rahul Thakkar, Lecturer and HOD, Naran Lala College of Professional & Applied Sciences, Navsari ABSTRACT Without trading in a stock market we can t understand
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
Data Mining Framework for Direct Marketing: A Case Study of Bank Marketing
www.ijcsi.org 198 Data Mining Framework for Direct Marketing: A Case Study of Bank Marketing Lilian Sing oei 1 and Jiayang Wang 2 1 School of Information Science and Engineering, Central South University
Predicting the Risk of Heart Attacks using Neural Network and Decision Tree
Predicting the Risk of Heart Attacks using Neural Network and Decision Tree S.Florence 1, N.G.Bhuvaneswari Amma 2, G.Annapoorani 3, K.Malathi 4 PG Scholar, Indian Institute of Information Technology, Srirangam,
Association Technique on Prediction of Chronic Diseases Using Apriori Algorithm
Association Technique on Prediction of Chronic Diseases Using Apriori Algorithm R.Karthiyayini 1, J.Jayaprakash 2 Assistant Professor, Department of Computer Applications, Anna University (BIT Campus),
DATA MINING APPROACH FOR PREDICTING STUDENT PERFORMANCE
. Economic Review Journal of Economics and Business, Vol. X, Issue 1, May 2012 /// DATA MINING APPROACH FOR PREDICTING STUDENT PERFORMANCE Edin Osmanbegović *, Mirza Suljić ** ABSTRACT Although data mining
DEVELOPMENT OF HASH TABLE BASED WEB-READY DATA MINING ENGINE
DEVELOPMENT OF HASH TABLE BASED WEB-READY DATA MINING ENGINE SK MD OBAIDULLAH Department of Computer Science & Engineering, Aliah University, Saltlake, Sector-V, Kol-900091, West Bengal, India [email protected]
Project Report. 1. Application Scenario
Project Report In this report, we briefly introduce the application scenario of association rule mining, give details of apriori algorithm implementation and comment on the mined rules. Also some instructions
EFFICIENCY OF DECISION TREES IN PREDICTING STUDENT S ACADEMIC PERFORMANCE
EFFICIENCY OF DECISION TREES IN PREDICTING STUDENT S ACADEMIC PERFORMANCE S. Anupama Kumar 1 and Dr. Vijayalakshmi M.N 2 1 Research Scholar, PRIST University, 1 Assistant Professor, Dept of M.C.A. 2 Associate
Implementation of Data Mining Techniques to Perform Market Analysis
Implementation of Data Mining Techniques to Perform Market Analysis B.Sabitha 1, N.G.Bhuvaneswari Amma 2, G.Annapoorani 3, P.Balasubramanian 4 PG Scholar, Indian Institute of Information Technology, Srirangam,
Dr. U. Devi Prasad Associate Professor Hyderabad Business School GITAM University, Hyderabad Email: [email protected]
96 Business Intelligence Journal January PREDICTION OF CHURN BEHAVIOR OF BANK CUSTOMERS USING DATA MINING TOOLS Dr. U. Devi Prasad Associate Professor Hyderabad Business School GITAM University, Hyderabad
Mining Association Rules: A Database Perspective
IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.12, December 2008 69 Mining Association Rules: A Database Perspective Dr. Abdallah Alashqur Faculty of Information Technology
Introduction to Data Mining and Machine Learning Techniques. Iza Moise, Evangelos Pournaras, Dirk Helbing
Introduction to Data Mining and Machine Learning Techniques Iza Moise, Evangelos Pournaras, Dirk Helbing Iza Moise, Evangelos Pournaras, Dirk Helbing 1 Overview Main principles of data mining Definition
Data Mining : A prediction of performer or underperformer using classification
Data Mining : A prediction of performer or underperformer using classification Umesh Kumar Pandey S. Pal VBS Purvanchal University, Jaunpur Abstract Now a day s students have a large set of data having
First Semester Computer Science Students Academic Performances Analysis by Using Data Mining Classification Algorithms
First Semester Computer Science Students Academic Performances Analysis by Using Data Mining Classification Algorithms Azwa Abdul Aziz, Nor Hafieza IsmailandFadhilah Ahmad Faculty Informatics & Computing
Neural Networks in Data Mining
IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 03 (March. 2014), V6 PP 01-06 www.iosrjen.org Neural Networks in Data Mining Ripundeep Singh Gill, Ashima Department
ANALYSIS OF FEATURE SELECTION WITH CLASSFICATION: BREAST CANCER DATASETS
ANALYSIS OF FEATURE SELECTION WITH CLASSFICATION: BREAST CANCER DATASETS Abstract D.Lavanya * Department of Computer Science, Sri Padmavathi Mahila University Tirupati, Andhra Pradesh, 517501, India [email protected]
Comparison of Data Mining Techniques used for Financial Data Analysis
Comparison of Data Mining Techniques used for Financial Data Analysis Abhijit A. Sawant 1, P. M. Chawan 2 1 Student, 2 Associate Professor, Department of Computer Technology, VJTI, Mumbai, INDIA Abstract
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 [email protected] [email protected]
Improving Apriori Algorithm to get better performance with Cloud Computing
Improving Apriori Algorithm to get better performance with Cloud Computing Zeba Qureshi 1 ; Sanjay Bansal 2 Affiliation: A.I.T.R, RGPV, India 1, A.I.T.R, RGPV, India 2 ABSTRACT Cloud computing has become
Index Contents Page No. Introduction . Data Mining & Knowledge Discovery
Index Contents Page No. 1. Introduction 1 1.1 Related Research 2 1.2 Objective of Research Work 3 1.3 Why Data Mining is Important 3 1.4 Research Methodology 4 1.5 Research Hypothesis 4 1.6 Scope 5 2.
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
FREQUENT PATTERN MINING FOR EFFICIENT LIBRARY MANAGEMENT
FREQUENT PATTERN MINING FOR EFFICIENT LIBRARY MANAGEMENT ANURADHA.T Assoc.prof, [email protected] SRI SAI KRISHNA.A [email protected] SATYATEJ.K [email protected] NAGA ANIL KUMAR.G
Web Mining Patterns Discovery and Analysis Using Custom-Built Apriori Algorithm
International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 2, Issue 5 (March 2013) PP: 16-21 Web Mining Patterns Discovery and Analysis Using Custom-Built Apriori Algorithm
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
Mining Online GIS for Crime Rate and Models based on Frequent Pattern Analysis
, 23-25 October, 2013, San Francisco, USA Mining Online GIS for Crime Rate and Models based on Frequent Pattern Analysis John David Elijah Sandig, Ruby Mae Somoba, Ma. Beth Concepcion and Bobby D. Gerardo,
Enhancing Education Quality Assurance Using Data Mining. Case Study: Arab International University Systems.
Enhancing Education Quality Assurance Using Data Mining Case Study: Arab International University Systems. Faek Diko Arab International University Damascus, Syria [email protected] Zaidoun Alzoabi Arab
Enhanced data mining analysis in higher educational system using rough set theory
African Journal of Mathematics and Computer Science Research Vol. 2(9), pp. 184-188, October, 2009 Available online at http://www.academicjournals.org/ajmcsr ISSN 2006-9731 2009 Academic Journals Review
Using Data Mining Methods to Predict Personally Identifiable Information in Emails
Using Data Mining Methods to Predict Personally Identifiable Information in Emails Liqiang Geng 1, Larry Korba 1, Xin Wang, Yunli Wang 1, Hongyu Liu 1, Yonghua You 1 1 Institute of Information Technology,
PREDICTING STOCK PRICES USING DATA MINING TECHNIQUES
The International Arab Conference on Information Technology (ACIT 2013) PREDICTING STOCK PRICES USING DATA MINING TECHNIQUES 1 QASEM A. AL-RADAIDEH, 2 ADEL ABU ASSAF 3 EMAN ALNAGI 1 Department of Computer
A Statistical Text Mining Method for Patent Analysis
A Statistical Text Mining Method for Patent Analysis Department of Statistics Cheongju University, [email protected] Abstract Most text data from diverse document databases are unsuitable for analytical
Discovery of students academic patterns using data mining techniques
Discovery of students academic patterns using data mining techniques Mr. Shreenath Acharya Information Science & Engg department St. Joseph Engineering College Mangalore, India [email protected]
RULE-BASE DATA MINING SYSTEMS FOR
RULE-BASE DATA MINING SYSTEMS FOR CUSTOMER QUERIES A.Kaleeswaran 1, V.Ramasamy 2 Assistant Professor 1&2 Park College of Engineering and Technology, Coimbatore, Tamil Nadu, India. 1&2 Abstract: The main
Web Mining as a Tool for Understanding Online Learning
Web Mining as a Tool for Understanding Online Learning Jiye Ai University of Missouri Columbia Columbia, MO USA [email protected] James Laffey University of Missouri Columbia Columbia, MO USA [email protected]
MAXIMAL FREQUENT ITEMSET GENERATION USING SEGMENTATION APPROACH
MAXIMAL FREQUENT ITEMSET GENERATION USING SEGMENTATION APPROACH M.Rajalakshmi 1, Dr.T.Purusothaman 2, Dr.R.Nedunchezhian 3 1 Assistant Professor (SG), Coimbatore Institute of Technology, India, [email protected]
DATA MINING TECHNOLOGY. Keywords: data mining, data warehouse, knowledge discovery, OLAP, OLAM.
DATA MINING TECHNOLOGY Georgiana Marin 1 Abstract In terms of data processing, classical statistical models are restrictive; it requires hypotheses, the knowledge and experience of specialists, equations,
A STUDY OF DATA MINING ACTIVITIES FOR MARKET RESEARCH
205 A STUDY OF DATA MINING ACTIVITIES FOR MARKET RESEARCH ABSTRACT MR. HEMANT KUMAR*; DR. SARMISTHA SARMA** *Assistant Professor, Department of Information Technology (IT), Institute of Innovation in Technology
A Survey on Association Rule Mining in Market Basket Analysis
International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 4, Number 4 (2014), pp. 409-414 International Research Publications House http://www. irphouse.com /ijict.htm A Survey
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,
Web Log Based Analysis of User s Browsing Behavior
Web Log Based Analysis of User s Browsing Behavior Ashwini Ladekar 1, Dhanashree Raikar 2,Pooja Pawar 3 B.E Student, Department of Computer, JSPM s BSIOTR, Wagholi,Pune, India 1 B.E Student, Department
Subject Description Form
Subject Description Form Subject Code Subject Title COMP417 Data Warehousing and Data Mining Techniques in Business and Commerce Credit Value 3 Level 4 Pre-requisite / Co-requisite/ Exclusion Objectives
A Time Efficient Algorithm for Web Log Analysis
A Time Efficient Algorithm for Web Log Analysis Santosh Shakya Anju Singh Divakar Singh Student [M.Tech.6 th sem (CSE)] Asst.Proff, Dept. of CSE BU HOD (CSE), BUIT, BUIT,BU Bhopal Barkatullah University,
A STUDY ON DATA MINING INVESTIGATING ITS METHODS, APPROACHES AND APPLICATIONS
A STUDY ON DATA MINING INVESTIGATING ITS METHODS, APPROACHES AND APPLICATIONS Mrs. Jyoti Nawade 1, Dr. Balaji D 2, Mr. Pravin Nawade 3 1 Lecturer, JSPM S Bhivrabai Sawant Polytechnic, Pune (India) 2 Assistant
Data Mining: A Preprocessing Engine
Journal of Computer Science 2 (9): 735-739, 2006 ISSN 1549-3636 2005 Science Publications Data Mining: A Preprocessing Engine Luai Al Shalabi, Zyad Shaaban and Basel Kasasbeh Applied Science University,
Selection of Optimal Discount of Retail Assortments with Data Mining Approach
Available online at www.interscience.in Selection of Optimal Discount of Retail Assortments with Data Mining Approach Padmalatha Eddla, Ravinder Reddy, Mamatha Computer Science Department,CBIT, Gandipet,Hyderabad,A.P,India.
An Analysis on Performance of Decision Tree Algorithms using Student s Qualitative Data
I.J.Modern Education and Computer Science, 2013, 5, 18-27 Published Online June 2013 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijmecs.2013.05.03 An Analysis on Performance of Decision Tree Algorithms
ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining
A Review: Image Retrieval Using Web Multimedia Satish Bansal*, K K Yadav** *, **Assistant Professor Prestige Institute Of Management, Gwalior (MP), India Abstract Multimedia object include audio, video,
Comparison of K-means and Backpropagation Data Mining Algorithms
Comparison of K-means and Backpropagation Data Mining Algorithms Nitu Mathuriya, Dr. Ashish Bansal Abstract Data mining has got more and more mature as a field of basic research in computer science and
A Survey on Intrusion Detection System with Data Mining Techniques
A Survey on Intrusion Detection System with Data Mining Techniques Ms. Ruth D 1, Mrs. Lovelin Ponn Felciah M 2 1 M.Phil Scholar, Department of Computer Science, Bishop Heber College (Autonomous), Trichirappalli,
Specific Usage of Visual Data Analysis Techniques
Specific Usage of Visual Data Analysis Techniques Snezana Savoska 1 and Suzana Loskovska 2 1 Faculty of Administration and Management of Information systems, Partizanska bb, 7000, Bitola, Republic of Macedonia
PREDICTING STUDENTS PERFORMANCE USING ID3 AND C4.5 CLASSIFICATION ALGORITHMS
PREDICTING STUDENTS PERFORMANCE USING ID3 AND C4.5 CLASSIFICATION ALGORITHMS Kalpesh Adhatrao, Aditya Gaykar, Amiraj Dhawan, Rohit Jha and Vipul Honrao ABSTRACT Department of Computer Engineering, Fr.
Keywords: Mobility Prediction, Location Prediction, Data Mining etc
Volume 4, Issue 4, April 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Data Mining Approach
An Analysis of Missing Data Treatment Methods and Their Application to Health Care Dataset
P P P Health An Analysis of Missing Data Treatment Methods and Their Application to Health Care Dataset Peng Liu 1, Elia El-Darzi 2, Lei Lei 1, Christos Vasilakis 2, Panagiotis Chountas 2, and Wei Huang
FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS
FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS Breno C. Costa, Bruno. L. A. Alberto, André M. Portela, W. Maduro, Esdras O. Eler PDITec, Belo Horizonte,
Association rules for improving website effectiveness: case analysis
Association rules for improving website effectiveness: case analysis Maja Dimitrijević, The Higher Technical School of Professional Studies, Novi Sad, Serbia, [email protected] Tanja Krunić, The
Discovery of Maximal Frequent Item Sets using Subset Creation
Discovery of Maximal Frequent Item Sets using Subset Creation Jnanamurthy HK, Vishesh HV, Vishruth Jain, Preetham Kumar, Radhika M. Pai Department of Information and Communication Technology Manipal Institute
COMBINED METHODOLOGY of the CLASSIFICATION RULES for MEDICAL DATA-SETS
COMBINED METHODOLOGY of the CLASSIFICATION RULES for MEDICAL DATA-SETS V.Sneha Latha#, P.Y.L.Swetha#, M.Bhavya#, G. Geetha#, D. K.Suhasini# # Dept. of Computer Science& Engineering K.L.C.E, GreenFields-522502,
MINING ASSOCIATION RULES FROM LARGE DATA BASES- A REVIEW
MINING ASSOCIATION RULES FROM LARGE DATA BASES- A REVIEW R.Priya 1, Ananthi Sheshasaayee 2 1 Research Scholar, Asst. Prof, M.C.A. Dept, VELS University, Chennai, India 2 Associate Professor and Head, Dept
ISSN: 2321-7782 (Online) Volume 3, Issue 4, April 2015 International Journal of Advance Research in Computer Science and Management Studies
ISSN: 2321-7782 (Online) Volume 3, Issue 4, April 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online
E-Learning Using Data Mining. Shimaa Abd Elkader Abd Elaal
E-Learning Using Data Mining Shimaa Abd Elkader Abd Elaal -10- E-learning using data mining Shimaa Abd Elkader Abd Elaal Abstract Educational Data Mining (EDM) is the process of converting raw data from
A Regression Approach for Forecasting Vendor Revenue in Telecommunication Industries
A Regression Approach for Forecasting Vendor Revenue in Telecommunication Industries Aida Mustapha *1, Farhana M. Fadzil #2 * Faculty of Computer Science and Information Technology, Universiti Tun Hussein
Web Usage Mining: Identification of Trends Followed by the user through Neural Network
International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 7 (2013), pp. 617-624 International Research Publications House http://www. irphouse.com /ijict.htm Web
Artificial Neural Network, Decision Tree and Statistical Techniques Applied for Designing and Developing E-mail Classifier
International Journal of Recent Technology and Engineering (IJRTE) ISSN: 2277-3878, Volume-1, Issue-6, January 2013 Artificial Neural Network, Decision Tree and Statistical Techniques Applied for Designing
A New Approach for Evaluation of Data Mining Techniques
181 A New Approach for Evaluation of Data Mining s Moawia Elfaki Yahia 1, Murtada El-mukashfi El-taher 2 1 College of Computer Science and IT King Faisal University Saudi Arabia, Alhasa 31982 2 Faculty
BOOSTING - A METHOD FOR IMPROVING THE ACCURACY OF PREDICTIVE MODEL
The Fifth International Conference on e-learning (elearning-2014), 22-23 September 2014, Belgrade, Serbia BOOSTING - A METHOD FOR IMPROVING THE ACCURACY OF PREDICTIVE MODEL SNJEŽANA MILINKOVIĆ University
