Archives
Categories
- Academia (69)
- artificial intelligence (33)
- Big data (75)
- cfp (6)
- Conference (58)
- Data Mining (140)
- Data science (69)
- General (40)
- Industry (1)
- Interview (1)
- Latex (5)
- Machine Learning (17)
- Mathematics (2)
- open-source (14)
- Other (2)
- Pattern Mining (45)
- Programming (16)
- Research (106)
- Time series (3)
- Uncategorized (18)
- Utility Mining (17)
- Video (17)
- Website (3)
-
Recent Posts
- The problem with Short Papers
- (video) Rare Itemset Mining
- How to draw a sequence in latex (using TIKZ)
- A simple BAT script to unzip ZIP files in all sub-directories and then delete the ZIP files
- Brief report about the DASFAA 2022 conference
- Brief report about the CACML 2022 conference
- A Tool to Generate Reviews of Academic Papers
- What I learned from being a journal editor for two years?
- CFP: DSSBA 2022 @ IEEE DSAA
- The HUIM-Miner and FHM algorithms (video)
Recent Comments
- Philippe Fournier-Viger on An introduction to periodic pattern mining
- Anna Collins on Six important skills to become a succesful researcher
- How to draw a sequence in latex? | The Data Mining Blog on An Introduction to Episode Mining
- How to draw a sequence in latex? | The Data Mining Blog on An Introduction to Sequential Pattern Mining
- user_xyz on An introduction to periodic pattern mining
Tag cloud
- academia
- ai
- algorithm
- algorithms
- article
- articles
- artificial intelligence
- big data
- china
- conference
- data
- data mining
- data science
- frequent pattern mining
- graph
- high-utility mining
- high utility itemset mining
- icdm
- itemset
- itemset mining
- java
- journal
- machine learning
- open-source
- open source
- pakdd
- paper
- papers
- pattern mining
- phd
- programming
- Research
- researcher
- research paper
- review
- reviewer
- sequence
- sequential pattern
- software
- spmf
- university
- utility mining
- video
- workshop
- writing
Number of visitors:
2,063,280
Tag Archives: software
Some upcoming features of SPMF 2.54
Today, I will reveal some upcoming features of SPMF, which I am currently testing and will be released in the next version (2.54), probably in about 1 week. 1) The first new feature is that it will be possible to … Continue reading
Posted in open-source, Pattern Mining
Tagged open source, pattern mining, software, spmf
Leave a comment
SPMF 2.52 is released
This is just a short blog post to let you know that a new version of the SPMF library has been released, called version 2.52. This new version contains two new algorithms for high utility itemset mining and one for … Continue reading
Posted in Data Mining, open-source, Pattern Mining, Utility Mining
Tagged data mining, episode, itemset, open-source, pattern mining, release, software, spmf, utility
Leave a comment
Towards SPMF v3.0…
Today, I will talk a little bit about the recent improvements and future direction for the SPMF data mining library. How SPMF started? SPMF is a software project that I started around 2008 when I was a Ph.D student in … Continue reading
Posted in Data Mining, Data science, open-source
Tagged data mining, data science, library, open source, software, spmf
Leave a comment
The SPMF data mining library v.2.40 is released!
Hi all, I am please to announce that a new version of SPMF has just been published (v 2.40). It contains 9 novel algorithms: the HUIM-ABC algorithm for approximate high utility itemset mining using Artificial Bee Colony Optimization (thanks to Wei Song and Chaoming Huang for contributing … Continue reading
Posted in Data Mining, open-source, Pattern Mining
Tagged data mining, library, open source, pattern mining, software, spmf
Leave a comment
Analyzing the source code of SPMF (5 years later)
Five years ago, I had analyzed the source code of the SPMF data mining software using an open-source tool called CodeAnalyzer ( http://sourceforge.net/projects/codeanalyze-gpl/ ). This had provided some interesting insights about the structure of the project, especially in terms of lines of codes and code to … Continue reading
Posted in Data Mining, Data science, open-source
Tagged data analysis, data mining, data science, open source, software, spmf
Leave a comment
How to run SPMF without installing Java?
The SPMF data mining software is a popular open-source software for discovering patterns in data and for performing other data mining tasks. Typically, to run SPMF, Java must have been installed on a computer. However, it is possible to run SPMF on a computer that does not have Java installed. For example, … Continue reading
Posted in Data Mining, Data science, open-source, Pattern Mining, Research
Tagged data mining, pattern mining, software, spmf
Leave a comment
Analyzing the source code of the SPMF data mining software
Hi everyone, In this blog post, I will discuss how I have applied an open-source tool that is named Code Analyzer ( http://sourceforge.net/projects/codeanalyze-gpl/ ) to analyze the source code of my open-source data mining software named SPMF. I have applied … Continue reading
Why it is important to publish source code and datasets for researchers?
Today, I will discuss about why it is important that researchers share their source code and data. As some of you know, I’m working on the design of data mining algorithms. More specifically, I’m working on algorithms for discovering patterns … Continue reading
Posted in Research
Tagged algorithms, data mining, datasets, open-source, Research, software, source code
3 Comments