paper-with-me

홈 › Papers

A Metaheuristic Approach for Mining Gradual Patterns

2022-11-15 · Dickson Odhiambo Owuor, Thomas Runkler, Anne Laurent

Swarm intelligence is a discipline that studies the collective behavior that is produced by local interactions of a group of individuals with each other and with their environment. In Computer Science domain, numerous swarm intelligence techniques are applied to optimization problems that seek to efficiently find best solutions within a search space. Gradual pattern mining is another Computer Science field that could benefit from the efficiency of swarm based optimization techniques in the task of finding gradual patterns from a huge search space. A gradual pattern is a rule-based correlation that describes the gradual relationship among the attributes of a data set. For example, given attributes {G,H} of a data set a gradual pattern may take the form: "the less G, the more H". In this paper, we propose a numeric encoding for gradual pattern candidates that we use to define an effective search space. In addition, we present a systematic study of several meta-heuristic optimization techniques as efficient solutions to the problem of finding gradual patterns using our search space.

📄 PDF Abstract BibTeX arXiv:2211.07940

Code (1)

owuordickson/swarm_gp 공식 구현

Similar Papers 제목 키워드 기반

Extracting Seasonal Gradual Patterns from Temporal Sequence Data Using Periodic Patterns Mining

2020-10-20 · Jerry Lonlac, Arnaud Doniec, Marin Lujak, Stephane Lecoeuche

Mining frequent episodes aims at recovering sequential patterns from temporal data sequences, which can then be used to predict the occurrence of related events in advance. On the other hand, gradual patterns that captur…

Capturing the temporal constraints of gradual patterns

2021-06-28 · Dickson Odhiambo Owuor

Gradual pattern mining allows for extraction of attribute correlations through gradual rules such as: "the more X, the more Y". Such correlations are useful in identifying and isolating relationships among the attributes…

AttributeTime Series Analysis

Extracting Frequent Gradual Patterns Using Constraints Modeling

2019-03-20 · Jerry Lonlac, Saïdd Jabbour, Engelbert Mephu Nguifo, Lakhdar Saïs 외

In this paper, we propose a constraint-based modeling approach for the problem of discovering frequent gradual patterns in a numerical dataset. This SAT-based declarative approach offers an additional possibility to bene…

Ant Colony Optimization for Mining Gradual Patterns

2022-08-31 · Dickson Odhiambo Owuor, Thomas Runkler, Anne Laurent, Joseph Orero 외

Gradual pattern extraction is a field in (KDD) Knowledge Discovery in Databases that maps correlations between attributes of a data set as gradual dependencies. A gradual dependency may take a form of "the more Attribute…

Attribute

Improving a State-of-the-Art Heuristic for the Minimum Latency Problem with Data Mining

2019-08-28 · Ítalo Santana, Alexandre Plastino, Isabel Rosseti

Recently, hybrid metaheuristics have become a trend in operations research. A successful example combines the Greedy Randomized Adaptive Search Procedures (GRASP) and data mining techniques, where frequent patterns found…

Efficient Exploration