Archives
Categories
- Academia (78)
- artificial intelligence (34)
- Big data (79)
- Bioinformatics (3)
- cfp (9)
- Chinese posts (1)
- Conference (69)
- Data Mining (175)
- Data science (97)
- Database (1)
- General (42)
- Industry (2)
- Interview (1)
- Java (10)
- Latex (10)
- Machine Learning (19)
- Mathematics (2)
- open-source (36)
- Other (3)
- Pattern Mining (79)
- Programming (17)
- Research (108)
- spmf (45)
- Time series (3)
- Uncategorized (21)
- Utility Mining (21)
- Video (19)
- Website (3)
-
Recent Posts
- How to write answers to reviewers for a journal using LaTeX?
- TexWorks: How to add a command to change the text color (using a script)
- KNN Interactive demo in your browser
- K-Means Interactive Demo in your browser
- Busy times
- The MDLM 2023 conference: a scam?
- Fake reviews…
- SPMF: upcoming feature: The Memory Viewer
- (video) The EFIM algorithm
- (video) Introduction to episode mining
Recent Comments
- Expensive Academic Conferences – the case of ICDM | The Data Blog on Brief Report about IEEE ICDM 2020
- Philippe Fournier-Viger on The KDDCup 2015 dataset
- Duy Hung on How to update the Cloudera VM in 2022? (solved)
- TNTcraft on The KDDCup 2015 dataset
- Philippe Fournier-Viger on The MDLM 2023 conference: a scam?
DSSBA2023
Tag cloud
- academia
- ai
- algorithm
- apriori
- article
- articles
- artificial intelligence
- association rule
- big data
- china
- conference
- data
- data mining
- data science
- frequent pattern mining
- graph
- high utility itemset mining
- icdm
- itemset
- itemset mining
- java
- journal
- latex
- machine learning
- open-source
- open source
- paper
- papers
- pattern mining
- periodic pattern
- phd
- programming
- Research
- researcher
- research paper
- reviewer
- sequence
- sequential pattern
- software
- spmf
- udml
- utility mining
- video
- workshop
- writing
Number of visitors:
2,241,637
Category Archives: Latex
How to write answers to reviewers for a journal using LaTeX?
Today, I will explain how to write the answer to reviewers for an academic journal using Latex. The advantage of using Latex instead of a software like Microsoft Word to write answers to reviewers is that it allows using all … Continue reading
Posted in Latex
Tagged academia, answer to reviewers, latex, paper revision, reviewer, reviewers
Leave a comment
TexWorks: How to add a command to change the text color (using a script)
In this blog post, I will show how to add a script (commands) to TexWorks for adding a color to your Latex document. This is easy and can be used also for other types of commands. 1) In TexWorks, go … Continue reading
How to draw subgraphs side-by-side in Latex? (with TIKZ)
Today, I will give an example of how to draw a figure containing three subgraphs that appear side by side in Latex using the TIKZ library, and where each subgraph has a caption. This can be useful when writing research … Continue reading
Drawing the Powerset of a Set using Latex and TIKZ (Hasse Diagram)
Today, I will show how to draw the powerset of a set using Latex and TIKZ, to produce some nice figures that can be used in paper written using Latex. The code that is shown below is adapted from code … Continue reading
How to draw an FP-Tree in Latex? (using TIKZ)
In this blog post, I will show how to draw a beautiful FP-Tree data structure in a Latex document. The FP-Tree is a tree-like structure that was proposed in the FP-Growth algorithm for itemset mining, and is also used in … Continue reading
How to draw sequences in LaTeX? (using TIKZ)
Today, I will show how to draw a sequence in Latex using the TIKZ package. A sequence is an ordered list of symbols. I often draw sequences for my research paper about sequential pattern mining or episode mining. To draw … Continue reading
Useful Latex tricks for Writing Research Papers
In this blog post, I will talk about some useful latex tricks for researchers writing research papers using Latex. This blog post is aimed at those who knows already how to use Latex but maybe do not know these tricks. … Continue reading
How to convert Latex to HTML?
In this blog post, I will explain a simple way of transforming a Latex document to HTML. Why doing this? There are many reasons. For example, you may have formatted some text in Latex and would like to quickly integrate it in a webpage. The … Continue reading
How to compare two LaTeX documents? (using LatexDiff)
Many researchers are using Latex to write research papers instead of using Microsoft Word. I previously wrote a blog post about the reasons for using Latex to write research papers. Today, I will go in more details about Latex and talk about a nice tool for comparing two Latex files to see the differences. The goal … Continue reading
Using LaTeX for writing research papers
Many researchers are using Microsoft Word for writing research papers. However, Microsoft Word has several problems or limitations. In this blog post, I will discuss the use of LaTeX as an alternative to Microsoft Word for writing research papers. What is LaTeX? LaTeX is a document preparation system, proposed in the 1980s. It is used … Continue reading