Search found 121 matches

by admin
Tue Jan 31, 2023 1:14 am
Forum: Artificial Intelligence and Machine Learning
Topic: ChatGPT?
Replies: 3
Views: 9695

Re: ChatGPT?

I tried it. It is quite impressive what it can do. But the problem is that the output cannot be really trusted. Sometimes it is correct and sometimes it provides incorrect information. I guess that there will be some improvement to fix that problem in the future. In the meantime, I think one certain...
by admin
Tue Jan 31, 2023 1:11 am
Forum: Data Mining & Big Data
Topic: Episode and sequential patterns
Replies: 1
Views: 4920

Re: Episode and sequential patterns

Episode mining and sequential pattern mining are both data mining techniques used to uncover patterns in a sequence of events . The main difference between them is that episode mining seeks to identify patterns that occur in a single sequence, while sequential pattern mining looks for patterns that...
by admin
Tue Jan 31, 2023 1:10 am
Forum: Data Mining & Big Data
Topic: What are the main limitations of K-means?
Replies: 5
Views: 7242

Re: What are the main limitations of K-means?

Some important limitations of K-means are that it is sensitive to outliers, it requires the specification of the number of clusters, and it tend to produce clusters that have globular shapes. Also K-means is not suitable for clustering data with non-numeric features or categorical data, as it relies...
by admin
Tue Jan 31, 2023 1:05 am
Forum: The SPMF software
Topic: AI: song about SPMF
Replies: 2
Views: 6628

Re: AI: song about SPMF

Funny. :lol: I asked YouChat to write a Ganster Rap song about SPMF. Here is the result: Verse 1: I'm a G, and I'm gonna represent For the SPMF data mining software I'm gonna be the best Gonna take the algorithms and make sure they've been perfected I'm gonna put it all together and make sure it's c...
by admin
Mon Jan 30, 2023 1:18 pm
Forum: Pattern Mining
Topic: Would you be interested by a series of online lectures on pattern mining?
Replies: 2
Views: 5430

Re: Would you be interested by a series of online lectures on pattern mining?

Hi,

Ok. thanks for your feedback. I have put several on Youtube already:

https://www.youtube.com/@philfv/videos

I will try to add more maybe next months, when I will have more free time. ;-)

Do you have some topics that you are more interested in?

Best regards,
by admin
Mon Jan 30, 2023 1:12 pm
Forum: The SPMF software
Topic: AI: song about SPMF
Replies: 2
Views: 6628

AI: song about SPMF

Today, I tried an alternative to ChatGPT that is free called YouChat. I asked it to write a song about SPMF. Here is the result: Verse 1: Let's write a song about SPMF, It's the tool we use to analyze data. It's fast and efficient, and it's ready to go, So let's learn how to make it work for us so. ...
by admin
Wed Jan 18, 2023 2:44 am
Forum: The SPMF software
Topic: How to use SPMF from Visual Basic?
Replies: 0
Views: 8464

How to use SPMF from Visual Basic?

Hi all,

I wrote a blog post to explain how to use SPMF from a visual basic program (for the .NET platform).

If you are interested by this, check the blog post here.

Philippe
by admin
Mon Jan 16, 2023 3:43 am
Forum: The SPMF software
Topic: New blog post: The Algorithm Manager of SPMF
Replies: 0
Views: 7459

New blog post: The Algorithm Manager of SPMF

Hi all, Just let you know that I wrote a new blog post to explain the Algorithm Manager of SPMF, which is a key component of SPMF. https://data-mining.philippe-fournier-viger.com/spmfs-architecture-1-the-algorithm-manager/ This is the first blog post about the architecture of SPMF. I will try to wri...
by admin
Tue Jan 10, 2023 2:09 pm
Forum: The SPMF software
Topic: SPMF Implementation of VMSP
Replies: 5
Views: 8815

Re: SPMF Implementation of VMSP

Thank you for the crystal clear, detailed explanations. I understand why we would compare the support of the potential containee and container patterns, if maxgap is not set. But can we still have this optimization when maxgap is set? Given the two patterns I previously cited (obtained with maxgap ...
by admin
Tue Jan 10, 2023 3:29 am
Forum: The SPMF software
Topic: How to call SPMF from R
Replies: 0
Views: 7648

How to call SPMF from R

Hi all, I have written a new blog post about how to call SPMF as an external program from the R programming language. You can read the post here: https://data-mining.philippe-fournier-viger.com/how-to-call-spmf-from-r/ . It is very easy. The code looks like this to run the Apriori algorithm and disp...