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,750
Author Archives: Philippe Fournier-Viger
How to answer reviewers for a journal paper revision?
Today, I will discuss how to prepare the revision of a journal paper after receiving the editor’s decision that the paper will be accepted with minor or major modifications. As most people should know, when submitting a paper to a … Continue reading
Top mistakes when writing a research paper
Today, I will discuss some common mistakes that I have seen in research papers and that every author should avoid ! Overlength papers. When a paper is submitted to a conference or journal, there is generally a page limit. If … Continue reading
Why data mining researchers should evaluate their algorithms against state-of-the-art algorithms?
sA common problem in research on data mining is that researchers proposing new data mining algorithms often do not compare the performance of their new algorithm with the current state-of-the art data mining algorithms. For example, let me illustrate this … Continue reading
Posted in Data Mining, Programming, Research
4 Comments
Brief report about the ADMA 2013 conference
In this blog post, I will discuss my recent trip to the ADMA 2013 conference (9th Intern. Conf. on Advanced Data Mining and Applications in China (December 14-16 2013 in Hangzhou, China at Zhejiang University). Note that the view expressed … Continue reading
Conference reviewers procrastinate?
Today, I will write about the work of reviewers for scientific conferences. As you probably know, when a researcher submit a paper to a conference, the paper is assigned to usually three or more reviewers. The program chair of the … Continue reading
An introduction to frequent pattern mining
In this blog post, I will give a brief overview of an important subfield of data mining that is called pattern mining. Pattern mining consists of using/developing data mining algorithms to discover interesting, unexpected and useful patterns in databases. Pattern … Continue reading
Posted in Data Mining, Research
Tagged association rule, itemset, itemset mining, pattern mining, sequential patterns
15 Comments
The importance of sociability for researchers
There are several characteristics required to become a great researcher. Today, I will discuss one of them that is sometimes overlooked. It is sociability. Sociability means to build an maintain relationships with other researchers. The nature of the social relationships … Continue reading
How to encourage data mining researchers to share their source code and datasets?
A few months ago, I wrote a popular blog post on this blog about why it is important to publish source code and datasets for researchers“. I explained several advantages that researchers can get by sharing the source code of … Continue reading
Posted in Data Mining, Research
Tagged data mining, dataset, open-source, source code
Leave a comment
The importance of constraints in data mining
Today, I will discuss an important concept in data mining which is the use of constraints. Data mining is a broad field incorporating many different kind of techniques for discovering unexpected and new knowledge from data. Some main data mining … Continue reading
How to measure the memory usage of data mining algorithms in Java?
Today, I will discuss the topic of accurately evaluating the memory usage of data mining algorithms in Java. I will share several problems that I have discovered with memory measurements in Java for data miners and strategies to avoid these … Continue reading
Posted in Data Mining, Programming, Research
Tagged comparison, data mining, experiment, java, memory, performance
1 Comment