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,284
Category Archives: open-source
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
How to call SPMF from another Java program as an external program?
This is a short blog post where I will explain how to call SPMF as an external program from another Java program to execute an algorithm. Before we start, it should be said that there are multiple ways to use … Continue reading
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
New version of SPMF (2.44): 4 new algorithms, datasets and features
Today, I am happy to announce that a new version of the SPMF open-source data mining software is released (v. 2.44). This is the download page. This new version was made possible due to several contributors. What is new? New … Continue reading
Posted in Data Mining, Data science, open-source, Pattern Mining, Utility Mining
Tagged algorithm, data mining, data science, dataset, open source, open-source, pattern mining, 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
Introduction to clustering: the K-Means algorithm (with Java code)
In this blog post, I will introduce the popular data mining task of clustering (also called cluster analysis). I will explain what is the goal of clustering, and then introduce the popular K-Means algorithm with an example. Moreover, I will briefly explain how an open-source Java implementation of … Continue reading
Posted in Big data, Data Mining, Data science, open-source
Tagged clustering, data mining, data science, java, k-means, open-source, spmf
Leave a comment
Introduction to time series mining with SPMF
This blog post briefly explain how time series data mining can be performed with the Java open-source data mining library SPMF (v.2.06). It first explain what is a time series and then discuss how data mining can be performed on time series. What is … Continue reading
Posted in Big data, Data Mining, open-source, Time series
Tagged big data, data mining, data science, java, open-source, pattern mining, SAX algorithm, spmf, time series
Leave a comment