Archives
Categories
- Academia (78)
- artificial intelligence (34)
- Big data (79)
- Bioinformatics (3)
- cfp (9)
- Chinese posts (1)
- Conference (69)
- Data Mining (174)
- Data science (96)
- Database (1)
- General (42)
- Industry (2)
- Interview (1)
- Java (10)
- Latex (8)
- Machine Learning (19)
- Mathematics (2)
- open-source (36)
- Other (3)
- Pattern Mining (79)
- Programming (17)
- Research (108)
- spmf (45)
- Time series (3)
- Uncategorized (20)
- Utility Mining (21)
- Video (19)
- Website (3)
-
Recent Posts
- Busy times
- The MDLM 2023 conference: a scam?
- Fake reviews…
- SPMF: upcoming feature: The Memory Viewer
- (video) The EFIM algorithm
- (video) Introduction to episode mining
- As a speaker, we should always be ready for the unexpected…
- Two common English errors in pattern mining papers
- How to become a well-known researcher?
- Call for tutorials at BESC 2023
Recent Comments
- Darsh on The top journals and conferences in data mining / data science
- michael Tabi on Six important skills to become a succesful researcher
- Philippe Fournier-Viger on MLDM 2019… still not in New York! …and not published by Springer!
- Pr. Jeremie Sublime on MLDM 2019… still not in New York! …and not published by Springer!
- Philippe Fournier-Viger on How to call SPMF from R?
DSSBA2023
Tag cloud
- academia
- ai
- algorithm
- apriori
- article
- articles
- artificial intelligence
- association rule
- 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
- research paper
- reviewer
- sequence
- sequential pattern
- software
- spmf
- udml
- utility mining
- video
- workshop
- writing
Number of visitors:
2,216,181
Tag Archives: subgraph mining
SPMF Upcoming feature: Graph viewer
Today, I will give you a preview of another upcoming feature of SPMF, which will be released in the next version of SPMF (2.59). It is the Graph Viewer tool. The Graph Viewer is a simple tool for visualizing graphs. … Continue reading
Posted in Data Mining, Data science, open-source, spmf
Tagged frequent subgraph, graph mining, gui, spmf, subgraph, subgraph mining, viewer
Leave a comment
New version of SPMF (2.58)
This is to announce that a new version of SPMF has been released on the 27th November 2022. This version has 7 new pattern mining algorithms: Besides, it has several new features such as: (1) An integrated text editor to … Continue reading
Posted in Data Mining, Data science, open-source, spmf
Tagged association rule, data mining, itemset mining, java, pattern mining, spmf, subgraph mining
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
An introduction to frequent subgraph mining
In this blog post, I will give an introduction to an interesting data mining task called frequent subgraph mining, which consists of discovering interesting patterns in graphs (a pattern mining task). This task is important since data is naturally represented as graph in many domains (e.g. … Continue reading
Posted in Big data, Data Mining, Pattern Mining
Tagged data mining, graph, gspan, pattern mining, subgraph, subgraph mining, tkg
12 Comments
On the correctness of the FSMS algorithm for frequent subgraph mining
In this blog post, I will explain why the FSMS algorithm for frequent subgraph mining is an incorrect algorithm. I will publish this blog post because I have found that the algorithm is incorrect after spending a few days to implement the algorithm in 2017 and wish to save time to other researchers … Continue reading
Posted in Big data, Data Mining, Pattern Mining
Tagged algorithm, correctness, data mining, pattern mining, subgraph mining
2 Comments