Archives
Categories
- Academia (68)
- 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 (105)
- Time series (3)
- Uncategorized (18)
- Utility Mining (17)
- Video (17)
- Website (3)
-
Recent Posts
- (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)
- The PrefixSpan algorithm (video)
Recent Comments
- MIKIAS DEMISSIE on Six important skills to become a succesful researcher
- Real Conferences VS Virtual Conferences | The Data Mining Blog on A brief report about the IEA AIE 2020 conference
- Philippe Fournier-Viger on Big problem on my website on IONOS webhosting!
- Emmanuel on Six important skills to become a succesful researcher
- Pierre Aribaut on Big problem on my website on IONOS webhosting!
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,060,113
Tag Archives: itemset
(video) Rare Itemset Mining
I have uploaded a new 38 minutes video to explain rare itemset mining. This video is like a small course, where you can learn about infrequent itemsets, minimal rare itemsets and perfectly rare itemsets and some algorithms : AprioriInverse and … Continue reading
Posted in Pattern Mining, Video
Tagged apriori, aprioriinverse, apriorirare, frequent itemset, itemset, pattern mining, rare itemset, rare pattern, support, video
Leave a comment
The HUIM-Miner and FHM algorithms (video)
Today, I post one more new video to explain concepts about pattern mining. In the new video, I talk about high utility itemset mining, and explain the HUI-Miner and FHM algorithms. Those are two popular high utility itemset mining algorithms … Continue reading
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
New videos about pattern mining
Today, I share with you some new videos that I have recorded about pattern mining. The first videos gives an introduction to some important topics: sequential pattern mining, frequent subgraph mining and high utility itemset mining, while the lastvideo explains … Continue reading
Posted in Data Mining, Pattern Mining, Video
Tagged data mining, data science, Eclat, frequent subgraph, graph, introduction, itemset, pattern mining, sequential pattern, video
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
(video) TKQ : Top-K Quantitative High Utility Itemset Mining
In this blog post, I will share a short video about a new algorithms for top-k quantitative high utility itemset mining, which will be presented at ADMA 2021. Here is the link to watch the paper presentation:https://www.philippe-fournier-viger.com/spmf/videos/poerm_video.mp4 And here is the … Continue reading
Posted in Data Mining, Pattern Mining, Video
Tagged high utility itemset mining, itemset, pattern, pattern mining, utility, utility mining, video
Leave a comment
Finding short high utility itemsets!
Today, I will talk about pattern mining. I will explain a topic that is in my opinion very important but has been largely overlooked by the research community working on high utility itemset mining. It is to integrate length constraints … Continue reading
An Introduction to High Utility Quantitative Itemset Mining
Today, I will talk about pattern mining, a subfield of data science that aims at finding interesting patterns in data. More precisely, I will briefly describe a popular data mining task named high utility itemset mining. Then, I will describe … Continue reading
High Utility Itemset Mining with a Taxonomy
Today, I will talk about discovering interesting patterns in data, what is called pattern mining, and in particular about how the concept of taxonomy can be useful to find interesting patterns. There has been a lot of research on pattern … Continue reading
(video) Identifying Stable Periodic Frequent Patterns using SPP-Growth
Today, I present a video about finding stable periodic patterns in data, and discuss a new algorithm named SPP-Growth for this task. VIDEO LINK: https://www.philippe-fournier-viger.com/spmf/videos/SPPGrowth.mp4 The SPP-Growth algorithm and datasets for evaluating its performance are available in the SPMF software, which is open-source and programmed in Java. Source code and … Continue reading