Ijcot v5p315

Page 1

International Journal of Computer & Organization Trends – Volume 5 Number 2 – February 2014

Modified Ant-Miner for Large Datasets Mamta Yadav#1, Mohit Khandelwal*2 M.Tech Scholar#1, Associate Professor*2 IET, Alwar, India Abstract—Data mining is the term used to describe the

process of extracting value from a database. The datawarehouse is a location where information is stored. The data stored depends largely on the type of industry and company. Ant-Miner has produced good results when compared with more conventional data mining algorithms and it is still a relatively recent algorithm that suggests further research trying to improve it. Ant- Miner cannot be beneficial for a very large dataset. Uncertainly, this paper can improve the ant- miner by using the concept of k-mean clustering with ant-miner, so that it can be used in large data set. In this paper, data set “Weight Lifting Exercises monitored with Inertial Measurement Units Data Set” is used taken from “UCI repository”. The simulation result shows the better performance of modified ANTMINER as compared to existing ANTMINER with reduced tree size. Keywords— Data mining, Ant-Miner, K-Mean

II. LITERATURE REVIEW 1.

ANT- MINER

Ant-Miner has produced good results when compared with more conventional data mining algorithms and it is still a relatively recent algorithm that suggests further research trying to improve it. In the original Ant-Miner, the goal of the algorithm was to produce an ordered list of rules, which was then applied to test data in the order in which they were discovered. This makes it difficult to interpret the rules at the end of the list, since their conditions make sense only in the context of all the previous rules in the ordered list of rules [3].This makes the discovered rules easier for the user to interpret, now the interpretation of each rule is independent from all the other discovered rules. 1.1 A Brief Description Of The ANT-MINER Algorithm

I. INTRODUCTION Image Data Mining is the process of extracting useful knowledge from real-world data. There are several data mining tasks like as clustering and classification. In this task the aim is to discover, from training data consisting as records, cases whose class is known, a classification model that can be used to predict the class of cases in the test data containing unknown-class cases. The popular category of classification model consists of classification rules that are the model category. The aim of the classification algorithm is to discover a set of classification rules [1]. One algorithm for solving this task is Ant-Miner proposed by Parpinelli and colleagues [2], which employs ant colony optimization techniques to discover classification rules of the form: IF (term1 AND term2 AND ….. term) THEN (predicted class) where each term is of the form <attribute = value>, and different rules can have different number of terms in their antecedent (IF part). The consequent of a rule is a predicted class, i.e., the value that the rule predicts for the class attribute when an example satisfies the conjunction of terms in the rule antecedent. Classification rules have the advantage of representing knowledge at a high level of abstraction, so that they are intuitively comprehensible to the user [3].

ISSN: 2249-2593

The original Ant-Miner algorithm upon which the Unordered Rule Set Ant-Miner proposed. Algorithm TrainingSet = {all training cases}; DiscoveredRuleList = [ ]; /* initialize rule list with empty list */ WHILE (TrainingSet > Max_uncovered_cases) t = 1; /* ant index, and also rule index */ j = 1; /* convergence test index */ Firstly initialize all trails with the same amount of pheromone; REPEAT The ant starts with an empty rule and incrementally constructs a classification rule Rt by adding one term at a time to the current rule; Prune rule Rt; /* remove irrelevant terms from rule */ Modernize the pheromone of all trails by increasing pheromone in the trail followed by Ant (proportional to the quality of Rt) and decreasing pheromone in the other trails (simulating pheromone evaporation);

http://www.ijcotjournal.org

Page 72


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.