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,287
Tag Archives: programming
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
A Tribute to Hypercard
In this blog post, I will talk about the first programming language that I have learn, which is HyperTalk. Younger readers may have never heard about it, as it was mostly popular in the 1980s and 1990s. Though, it is not … Continue reading
What are the steps to implement a data mining algorithm?
In this post, I will discuss what are the steps that I follow to implement a data mining algorithm. The subject of this post comes from a question that I have received by e-mail recently, and I think that it … Continue reading
Posted in Data Mining, Programming
Tagged algorithm, data mining, design, implementation, programming
43 Comments
Choosing data structures according to what you want to do
Today, I write a post about programming. I want to share a simple but important idea for writing optimized code. The idea is to choose data structures according to what you want to do instead of what you want to … Continue reading
Posted in Data Mining, Programming
Tagged association rules, bitset, optimization, programming, red-black tree, topkrules
Leave a comment
How to become a good data mining programmer?
In this post, I will discuss what it takes to be a good data mining programmer and how to become one. Data mining is a broad field that can be approached from several angles. Some people with a mathematical background will … Continue reading
Posted in Data Mining, Programming
Tagged algorithms, data mining, programmer, programming
8 Comments