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,032
Tag Archives: sequential patterns
An Introduction to Sequential Pattern Mining
In this blog post, I will give an introduction to sequential pattern mining, an important data mining task with a wide range of applications from text analysis to market basket analysis. This blog post is aimed to be a short introductino. If you want to read a more … Continue reading
Discovering and visualizing sequential patterns in web log data using SPMF and GraphViz
Today, I will show how to use the open-source SPMF data mining software to discover sequential patterns in web log data. Then, I will show to how visualize the frequent sequential patterns found using GraphViz. Step 1 : getting the … Continue reading
Posted in Data Mining, Programming
Tagged data mining, graph, patterns, sequential patterns, spmf, visualization
8 Comments
An introduction to frequent pattern mining
In this blog post, I will give a brief overview of an important subfield of data mining that is called pattern mining. Pattern mining consists of using/developing data mining algorithms to discover interesting, unexpected and useful patterns in databases. Pattern … Continue reading
Posted in Data Mining, Research
Tagged association rule, itemset, itemset mining, pattern mining, sequential patterns
14 Comments