Archives
Categories
- Academia (54)
- artificial intelligence (21)
- Big data (57)
- cfp (5)
- Conference (44)
- Data Mining (108)
- Data science (54)
- General (35)
- Industry (1)
- Interview (1)
- Machine Learning (4)
- Mathematics (2)
- open-source (10)
- Pattern Mining (23)
- Plagiarism (6)
- Programming (16)
- Research (91)
- Time series (2)
- Uncategorized (14)
- Utility Mining (8)
- Video (10)
- Website (1)
-
Recent Posts
- Analyzing the COVID-19 genome with AI and data mining techniques (paper + data + code)
- New version of SPMF (2.44): 4 new algorithms, datasets and features
- An introduction to frequent subgraph mining (repost)
- Sequential pattern mining vs Sequence prediction ?
- Email invitation to be a “special” speaker, a scam?
- Two journal special issues with deadlines in 2021
- Atomic Habits to Become a Better Researcher
- The Hard Road to Success in Academia
- If I would do a PhD again, what would I do differently?
- Analyzing COVID-19 tweets to understand the public opinion
Recent Comments
- Philippe Fournier-Viger on Six important skills to become a succesful researcher
- Analyzing the COVID-19 genome with AI and data mining techniques (paper + data + code) | The Data Mining Blog on An Introduction to Sequential Rule Mining
- Analyzing the COVID-19 genome with AI and data mining techniques (PAPER + CODE + DATA) | The Data Mining Blog on An Introduction to Sequential Pattern Mining
- Irfan Nurhidayat on Six important skills to become a succesful researcher
- Lankarie Chamoda on Six important skills to become a succesful researcher
Tag cloud
- academia
- ai
- algorithm
- algorithms
- article
- articles
- artificial intelligence
- big data
- china
- conference
- data
- data mining
- data science
- dataset
- frequent pattern mining
- frequent patterns
- high-utility mining
- high utility itemset mining
- icdm
- ieaaie
- itemset mining
- java
- journal
- machine learning
- open-source
- pakdd
- paper
- papers
- pattern mining
- phd
- plagiarism
- programming
- Research
- researcher
- research paper
- review
- reviewer
- sequence
- sequence prediction
- software
- spmf
- utility mining
- video
- workshop
- writing
Number of visitors:
1,946,583
Tag Archives: programming
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