Archives
Categories
- Academia (73)
- artificial intelligence (37)
- Big data (79)
- cfp (8)
- Chinese posts (1)
- Conference (66)
- Data Mining (161)
- Data science (86)
- Database (1)
- General (42)
- Industry (1)
- Interview (1)
- Java (7)
- Latex (8)
- Machine Learning (19)
- Mathematics (2)
- open-source (33)
- Other (2)
- Pattern Mining (58)
- Programming (16)
- Research (109)
- spmf (37)
- Time series (3)
- Uncategorized (16)
- Utility Mining (17)
- Video (18)
- Website (3)
-
Recent Posts
- SPMF’s architecture (4) The MemoryLogger
- Unethical services in academia
- SPMF’s architecture (3) The Preference Manager
- A Brief Glossary of Pattern Mining
- SPMF’s architecture (2) The Main class and the Command Processor
- SPMF’s architecture (1) The Algorithm Manager
- How to call SPMF from Visual Basic .Net (VB)?
- How to call SPMF from a C++ Program (Windows)?
- How to call SPMF from R?
- How to call SPMF from Python?
Recent Comments
- SPMF’s architecture (3) The Preference Manager | The Data Mining Blog on SPMF’s architecture (1) The Algorithm Manager
- Philippe Fournier-Viger on The KDDCup 2015 dataset
- Jiahao on The KDDCup 2015 dataset
- How to call SPMF from Visual Basic .Net (VB)? | The Data Mining Blog on How to call SPMF from R?
- SPMF’s architecture (2) The Main class and the Command Processor | The Data Mining Blog on SPMF’s architecture (1) The Algorithm Manager
Tag cloud
- academia
- ai
- algorithm
- algorithms
- apriori
- article
- articles
- artificial intelligence
- big data
- china
- conference
- data
- data mining
- data science
- frequent pattern mining
- graph
- high-utility mining
- high utility itemset mining
- icdm
- itemset
- itemset mining
- java
- journal
- latex
- machine learning
- open-source
- open source
- paper
- papers
- pattern mining
- periodic pattern
- phd
- programming
- Research
- researcher
- review
- reviewer
- sequence
- sequential pattern
- software
- spmf
- utility mining
- video
- workshop
- writing
Number of visitors:
2,142,784
Tag Archives: sequence
How to draw a sequence 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
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
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
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 data science, pattern mining, sequence, sequence prediction, sequential pattern
Leave a comment
(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 cost, pattern mining, sequence, utility mining, video
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
(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 data mining, data science, pattern mining, sequence, sequential rule
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 open-source, prediction model, sequence, sequence prediction
9 Comments