Archives
Categories
- Academia (23)
- artificial intelligence (4)
- Big data (33)
- Conference (14)
- Data Mining (64)
- Data science (29)
- General (34)
- Graph mining (3)
- Latex (2)
- Mathematics (2)
- Open-source (7)
- Other (2)
- Plagiarism (7)
- Programming (16)
- Research (59)
- Time series (1)
- Utility Mining (4)
Tag cloud
- academia
- algorithm
- algorithms
- articles
- association rules
- big data
- comparison
- conference
- data mining
- data science
- datasets
- frequent pattern mining
- frequent patterns
- graph
- high-utility mining
- ilahia
- india
- itemset mining
- java
- journal
- latex
- library
- M.Sc.
- open-source
- pakdd
- paper
- pattern mining
- Ph.D.
- phd
- plagiarism
- programming
- publications
- Research
- research advisor
- research papers
- review
- reviewer
- sequence
- sequential patterns
- software
- source code
- spmf
- utility mining
- visualization
- writing
Recent Comments
- Philippe Fournier-Viger on An Introduction to High-Utility Itemset Mining
- Gutha Jaya Krishna on An Introduction to High-Utility Itemset Mining
- Yonatan on About the author
- Philippe Fournier-Viger on About the author
- Yonatan on About the author
-
Recent Posts
- How to run SPMF without installing Java?
- KDD 2018 workshop on utility-driven mining
- Plagiarism by Sudhir Mohod and Sharda Khode from Bapurao Deshmukh College (BDCE)
- Plagiarism by Kalli S N Prasad and S Venkata Suryanaryana at GVIT College Bhimavaram (affiliated to JNTUK) and CVR college
- Comparing Two LaTeX documents with Latexdiff
- The conference that tolerates up to 20 % plagiarism
- Subgraph mining datasets
- Plagiarism by Divvela Srinivasa Rao at Lakireddy Balireddy College of Engineering (LBRCE)
- Why doing a Ph.D.?
- How to review a research paper?
Number of visitors:
759837
Tag Archives: graph
Subgraph mining datasets
In this post, I will provide two standard benchmark datasets that can be used for frequent subgraph mining. Moreover, I will provide a set of small graph datasets that I have created for debugging subgraph mining algorithms. The format of … Continue reading
Posted in Big data, Data Mining, Data science, Graph mining
Tagged big data, data mining, data science, graph
Leave a comment
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 … Continue reading
Posted in Big data, Data Mining, Graph mining
Tagged data mining, frequent subgraph, fsms, graph, graph mining, pattern mining
5 Comments
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. This task is important since data is naturally represented as graph in many domains (e.g. … Continue reading
Posted in Big data, Data Mining, Data science, Graph mining
Tagged algorithm, big data, data mining, data science, frequent subgraphs, graph, pattern mining
17 Comments
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 Big data, Data Mining, Data science, Programming
Tagged data mining, graph, patterns, sequential patterns, spmf, visualization
8 Comments