Search found 121 matches

by admin
Wed Apr 06, 2022 1:27 pm
Forum: Artificial Intelligence and Machine Learning
Topic: Where can I find free courses on AI and Machine learning?
Replies: 6
Views: 5863

Re: Where can I find free courses on AI and Machine learning?

If you want to learn about pattern mining, you can also check my Youtube channel:

https://www.youtube.com/channel/UCk26EiKTBxk1NAQniOV_oyQ/

It contains many videos explaining the basics of pattern mining as well as some recent algorithms.
by admin
Wed Apr 06, 2022 1:25 pm
Forum: Pattern Mining
Topic: What are your top 5 pattern mining algorithms?
Replies: 4
Views: 5513

What are your top 5 pattern mining algorithms?

Hi everyone, Lets start a fun discussion. What are your top 5 favorite pattern mining algorithms? For me, there are many. But If I would have to choose some it would be: 1. Apriori : because it has inspired so many other algorithms 2. PrefixSpan : because it is a simple algorithm for sequential patt...
by admin
Wed Apr 06, 2022 1:20 pm
Forum: The SPMF software
Topic: Recommendation algorithms
Replies: 3
Views: 5238

Re: Recommendation algorithms

Hi there, welcome to the forum. Currently there is no plan for the implementation of recommendation algorithms for recommender systems. However, there are some algorithms offered in SPMF that could be used for recommendation or as a component in a recommender system. For example, some researchers ha...
by admin
Wed Apr 06, 2022 4:24 am
Forum: Artificial Intelligence and Machine Learning
Topic: Research topic in machine learning
Replies: 5
Views: 5477

Re: Research topic in machine learning

Well, the best place to start is to talk with your advisor. Generally, to find a good topic it is important to look at recent papers in good conferences and journal to know what people are working on. Then you may chose something That is interesting to you as starting point to do something new. gene...
by admin
Wed Apr 06, 2022 4:21 am
Forum: Artificial Intelligence and Machine Learning
Topic: Where can I find free courses on AI and Machine learning?
Replies: 6
Views: 5863

Re: Where can I find free courses on AI and Machine learning?

yes the andrew ng is a good course but very focused on a narrow but popular topic. I recommend to also check more general courses That give a broader perspective
by admin
Wed Apr 06, 2022 4:19 am
Forum: Data Mining & Big Data
Topic: What is the difference between data mining and big data?
Replies: 7
Views: 6312

Re: What is the difference between data mining and big data?

Big data is about the volume of data. some people say that big data is data that is too large to be processed by a single computer, which seems like a good definition. besides that some people have proposed other definitions like the five Vs: Volume: lot of data Velocity: data that is updated at hig...
by admin
Wed Apr 06, 2022 4:10 am
Forum: Pattern Mining
Topic: List of books on pattern mining
Replies: 3
Views: 2116

Re: List of books on pattern mining

Just a friendly reminder : Do not post download links in this forum as there are copyrights. If you want to get the books for cheap, the best is to download from some university that has a subscription and allow free download. otherwise you may consider ordering the books to support authors.
by admin
Wed Apr 06, 2022 4:07 am
Forum: Data Mining & Big Data
Topic: Java code of the Apriori algorithm
Replies: 5
Views: 6013

Re: Java code of the Apriori algorithm

yes, I recommend to check out the implementation of Apriori from SPMF:

SPMF

It is to my knowledge the fastest and easiest to extend. And it is without dependencies to other librairies
by admin
Wed Apr 06, 2022 4:03 am
Forum: Announcements
Topic: If you have problems to register on the forum
Replies: 0
Views: 5545

If you have problems to register on the forum

Hi all If you have problems to register on the forum, please let me know by email at philfv8 AT Yahoo.com I am currently fine tuning the configuration of the forum to reduce the number of spam accounts. I have set the registration mode to manual registration for now, but could try other modes later....
by admin
Wed Apr 06, 2022 3:59 am
Forum: The SPMF software
Topic: how many years?
Replies: 3
Views: 5232

Re: how many years?

Hi Gerald, I have started working on SPMF in 2008 during my PhD studies. The first release was in 2009. At the begining, I sent many months full time, and implements perhaps over 80 algorithms. Then, in recent years, I only spend a few days every months to integrate new algorithms but nowadays there...