Archives
Categories
- Academia (74)
- artificial intelligence (36)
- Big data (80)
- cfp (8)
- Chinese posts (1)
- Conference (67)
- Data Mining (164)
- Data science (89)
- Database (1)
- General (42)
- Industry (2)
- Interview (1)
- Java (10)
- Latex (8)
- Machine Learning (19)
- Mathematics (2)
- open-source (35)
- Other (2)
- Pattern Mining (60)
- Programming (17)
- Research (108)
- spmf (41)
- Time series (3)
- Uncategorized (16)
- Utility Mining (17)
- Video (18)
- Website (3)
-
Recent Posts
- UDML 2023 workshop!
- How to Detect and Classify Metamorphic Malware with Sequential Pattern Mining (MalSPM)
- How to propose a special issue for a journal?
- ASCII Art for SPMF
- Efficiency problems with using java.util.Hashmap
- SPMF’s architecture (5) The Graphical User Interface
- SPMF 3.0: Towards even more efficiency
- SPMF’s architecture (4) The MemoryLogger
- Unethical services in academia
- SPMF’s architecture (3) The Preference Manager
Recent Comments
- Philippe Fournier-Viger on How to auto-adjust the minimum support threshold according to the data size
- Nabil R Adam on How to auto-adjust the minimum support threshold according to the data size
- SPMF’s architecture (5) The Graphical User Interface | The Data Mining Blog on SPMF’s architecture (2) The Main class and the Command Processor
- 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
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 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
- udml
- utility mining
- video
- workshop
- writing
Number of visitors:
2,157,918
Tag Archives: sequential patterns
How to Analyze the Complexity of Pattern Mining Algorithms?
Today, I will explain how to analyze the complexity of pattern mining algorithms for topics such as itemset mining, sequential pattern mining, subgraph mining, sequential rule mining and periodic pattern mining. This is something that is often asked by reviewers … Continue reading
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 introduction. 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, Java, open-source, Programming, spmf
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
25 Comments