Archives
Categories
- Academia (54)
- artificial intelligence (21)
- Big data (57)
- cfp (5)
- Conference (44)
- Data Mining (108)
- Data science (54)
- General (35)
- Industry (1)
- Interview (1)
- Machine Learning (4)
- Mathematics (2)
- open-source (10)
- Pattern Mining (23)
- Plagiarism (6)
- Programming (16)
- Research (91)
- Time series (2)
- Uncategorized (14)
- Utility Mining (8)
- Video (10)
- Website (1)
-
Recent Posts
- Analyzing the COVID-19 genome with AI and data mining techniques (paper + data + code)
- New version of SPMF (2.44): 4 new algorithms, datasets and features
- An introduction to frequent subgraph mining (repost)
- Sequential pattern mining vs Sequence prediction ?
- Email invitation to be a “special” speaker, a scam?
- Two journal special issues with deadlines in 2021
- Atomic Habits to Become a Better Researcher
- The Hard Road to Success in Academia
- If I would do a PhD again, what would I do differently?
- Analyzing COVID-19 tweets to understand the public opinion
Recent Comments
- Philippe Fournier-Viger on Six important skills to become a succesful researcher
- Analyzing the COVID-19 genome with AI and data mining techniques (paper + data + code) | The Data Mining Blog on An Introduction to Sequential Rule Mining
- Analyzing the COVID-19 genome with AI and data mining techniques (PAPER + CODE + DATA) | The Data Mining Blog on An Introduction to Sequential Pattern Mining
- Irfan Nurhidayat on Six important skills to become a succesful researcher
- Lankarie Chamoda on Six important skills to become a succesful researcher
Tag cloud
- academia
- ai
- algorithm
- algorithms
- article
- articles
- artificial intelligence
- big data
- china
- conference
- data
- data mining
- data science
- dataset
- frequent pattern mining
- frequent patterns
- high-utility mining
- high utility itemset mining
- icdm
- ieaaie
- itemset mining
- java
- journal
- machine learning
- open-source
- pakdd
- paper
- papers
- pattern mining
- phd
- plagiarism
- programming
- Research
- researcher
- research paper
- review
- reviewer
- sequence
- sequence prediction
- software
- spmf
- utility mining
- video
- workshop
- writing
Number of visitors:
1,946,021
Tag Archives: frequent pattern
On the Completeness of the CloSpan and IncSpan algorithms
In this blog post, I will briefly discuss the fact that the popular CloSpan algorithm for frequent sequential pattern mining is an incomplete algorithm. This means that in some special situations, CloSpan does not produce the expected results that it has been designed for, and in particular some patterns are … Continue reading
Posted in Data Mining, Pattern Mining
Tagged clospan, frequent pattern, incspan, pattern mining, sequential pattern
Leave a comment
Introduction to the Apriori algorithm (with Java code)
This blog post provides an introduction to the Apriori algorithm, a classic data mining algorithm for the problem of frequent itemset mining. Although Apriori was introduced in 1993, more than 20 years ago, Apriori remains one of the most important data mining algorithms, not because it is the fastest, but because it has … Continue reading
Posted in Big data, Data Mining, Pattern Mining, Programming
Tagged apriori, code, frequent itemset, frequent pattern, itemset, java, pattern mining
Leave a comment