Archives
Categories
- Academia (60)
- artificial intelligence (24)
- Big data (64)
- cfp (7)
- Conference (47)
- Data Mining (113)
- Data science (55)
- General (37)
- Industry (1)
- Interview (1)
- Machine Learning (7)
- Mathematics (2)
- open-source (10)
- Pattern Mining (25)
- Plagiarism (6)
- Programming (16)
- Research (96)
- Time series (2)
- Uncategorized (15)
- Utility Mining (11)
- Video (11)
- Website (1)
-
Recent Posts
- UDML 2021 @ ICDM 2021
- MLiSE 2021 @ PKDD 2021 – a new workshop!
- Mining Episode Rules (video)
- A Brief Report about ACIIDS 2021 (13th Asian Conference on Intelligent Information and Database Systems)
- Phrasebank, an interesting tool to improve your academic writing.
- Papers without code (and the problem of non-reproducible research)
- An Overview of Pattern Mining Techniques
- How to write a research grant proposal?
- Some funny or interesting websites related to research
- How to cite equations in a research paper?
Recent Comments
- Philippe Fournier-Viger on Six important skills to become a succesful researcher
- LJ on Six important skills to become a succesful researcher
- An Overview of Pattern Mining Techniques (by data types) | The Data Mining Blog on An Introduction to High-Utility Itemset Mining
- An Overview of Pattern Mining Techniques (by data types) | The Data Mining Blog on An introduction to frequent subgraph mining
- An Overview of Pattern Mining Techniques (by data types) | The Data Mining Blog on An Introduction to Sequential Rule Mining
Tag cloud
- academia
- ai
- algorithm
- algorithms
- article
- articles
- artificial intelligence
- big data
- book
- china
- conference
- data
- data mining
- data science
- dataset
- frequent pattern mining
- high-utility mining
- high utility itemset mining
- icdm
- ieaaie
- itemset mining
- java
- journal
- machine learning
- open-source
- pakdd
- paper
- papers
- pattern mining
- periodic pattern
- phd
- plagiarism
- programming
- Research
- researcher
- review
- reviewer
- sequence
- software
- spmf
- university
- utility mining
- video
- workshop
- writing
Number of visitors:
1,959,756
Tag Archives: association rules
25 years of pattern mining
This year, we are in 2019, and it is already 25 years since Agrawal wrote his seminal papers on frequent itemset mining and association rule mining in 1994. Since then, there has been thousands of papers published on this topic, some about algorithm design, new pattern mining … Continue reading
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