Tag Archives: sequence

A new survey paper on episode mining!

I am pleased to announce today that my collaborators and I have published a new survey paper about episode mining to give an introduction to this nice and interesting subfield of pattern mining. To our knowledge this is the most … Continue reading

Posted in Data Mining, Data science, Pattern Mining | Tagged , , , , , , , | Leave a comment

Test your knowledge of sequential rule mining!

Do you know about sequential rule mining? It is a popular task in pattern mining that aims at finding rules in sequences. In this blog post, I will give a list of 8 questions and answers to evaluate your knowledge … Continue reading

Posted in Pattern Mining | Tagged , , , , , , , , , | Leave a comment

How to draw sequences in LaTeX? (using TIKZ)

Today, I will show how to draw a sequence in Latex using the TIKZ package. A sequence is an ordered list of symbols. I often draw sequences for my research paper about sequential pattern mining or episode mining. To draw … Continue reading

Posted in Latex | Tagged , , | Leave a comment

An Overview of Pattern Mining Techniques

In this blog post, I will give an overview of some of the main pattern mining tasks, to explain what kind of patterns can be found in different types of symbolic data. I will describe some main types of data … Continue reading

Posted in Big data, Data Mining, Data science, Pattern Mining, Utility Mining | Tagged , , , , , , , , | 20 Comments

Analyzing the COVID-19 genome with AI and data mining techniques (paper + data + code)

Recently, my team has been working on analyzing COVID-19 genome sequences using pattern mining and other data mining and AI techniques. We have recently published a paper in the Applied Intelligence journal about this. In this blog post, I will … Continue reading

Posted in artificial intelligence, Big data, Bioinformatics, Data Mining, Data science, Machine Learning, Pattern Mining | Tagged , , , , , , , , , | 5 Comments

Sequential pattern mining vs Sequence prediction ?

In this blog post, I will answer a question that I have received in my e-mail about what is the difference between sequential pattern mining and sequence prediction. I think that this is a good question and sharing the answer … Continue reading

Posted in Big data, Data Mining | Tagged , , , , | 2 Comments

(video) Mining Cost-Effective Patterns

In this blog post, I will share another talk that I have recorded recently. This time, I will explain a new paper from my team about discovering cost-effective patterns using some algorithms called CEPB and CEPN. Mining cost-effective patterns is a new topic in pattern mining … Continue reading

Posted in Big data, Data Mining, Pattern Mining, Utility Mining, Video | Tagged , , , , | Leave a comment

(Video) Sequence prediction with the CPT and CPT+ Models

Today, I presents the CPT and CPT+ sequence prediction models in a video. Sequence prediction is an important task in data mining which consists of predicting the next symbols of a sequence. It can be used for example to predict the next word that someone will … Continue reading

Posted in artificial intelligence, Big data, Data Mining, Data science | Tagged , , , , , , | Leave a comment

(video) Mining Sequential Rules with RuleGrowth

This is a video presentation of the paper “Mining Partially-Ordered Sequential Rules Common to Multiple Sequences” about discovering sequential rules in sequences using the RuleGrowth algorithm. VIDEO LINK: https://www.philippe-fournier-viger.com/spmf/videos/rulegrowth.mp4 More information about the RuleGrowth algorithm are provided in this research paper: Fournier-Viger, P., Wu, C.-W., Tseng, V.S., Cao, L., Nkambou, R. (2015). Mining Partially-Ordered Sequential Rules Common to Multiple … Continue reading

Posted in Big data, Data Mining, Pattern Mining | Tagged , , , , | Leave a comment

An Introduction to Sequence Prediction

In this blog post, I will give an introduction to the task of sequence prediction,  a popular data mining/machine learning task, which consist of predicting the next symbol of a sequence of symbols. This task is important as it have many … Continue reading

Posted in Big data, Data Mining, Data science, Research | Tagged , , , | 9 Comments