Search found 18 matches

by farmy
Thu May 19, 2022 4:04 pm
Forum: Data Mining & Big Data
Topic: What is the difference between data mining and big data?
Replies: 7
Views: 6195

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

But data mining and data science, is there a difference? I see many people talking about the data science nowadays instead of the data mining. Please let me know what is the difference if any.
by farmy
Thu May 19, 2022 4:03 pm
Forum: Data Mining & Big Data
Topic: Any good book recommendations to learn about data mining and big data?
Replies: 0
Views: 8129

Any good book recommendations to learn about data mining and big data?

I would like to learn more about the big data technologies like Hadoop, Spark, etc., and also about the fundamental data mining techniques. Anyone has the good recommendations for the books on these topics? The books should be preferably either computer science related or more like math / statistics...
by farmy
Fri May 06, 2022 4:48 am
Forum: Data Mining & Big Data
Topic: 2022 Data Mining Conference List (updated)
Replies: 4
Views: 6635

Re: 2022 Data Mining Conference List (updated)

Here is another conference SIMBIG 2022 9th International Conference on Information Management and Big Data https://simbig.org/SIMBig2022/index.html#important-dates August 05, 2022 Full and short papers due September 09, 2022 Notification of acceptance October 07, 2022 Camera-ready versions due Novem...
by farmy
Thu May 05, 2022 8:12 am
Forum: Data Mining & Big Data
Topic: Java code of the Apriori algorithm
Replies: 5
Views: 5875

Re: Java code of the Apriori algorithm

I found that FPGRowth is so much faster than Apriori when I tried the code. Now i am trying to understand FPGrowth... it is faster but unfortunately much more complicated. I am looking for the tutorial on FPGrowth
by farmy
Thu May 05, 2022 8:10 am
Forum: The SPMF software
Topic: Book about SPMF
Replies: 3
Views: 4847

Re: Book about SPMF

If you make a book, I am also interested.
by farmy
Thu May 05, 2022 8:10 am
Forum: Academia and PhD life
Topic: What to do when your research is stuck?
Replies: 3
Views: 5331

What to do when your research is stuck?

Hi all:
I would like to know how you get un-stuck where you are stuck in your research. It is like the blank page problem of book writters. Sometimes, I feel that my research is not going forward in any ways. Do you have tips and tricks to get unstuck and move faster in research?
by farmy
Thu May 05, 2022 8:08 am
Forum: Artificial Intelligence and Machine Learning
Topic: Game playing artificial intelligence
Replies: 2
Views: 4711

Re: Game playing artificial intelligence

If you are interested by CHESS there are many open-source AI chess engines that you can learn how they work. But the problem is that they mostly are only for CHESS. They cannot play other games easily. It is a very interesting topic. Some engines are very good.
by farmy
Thu May 05, 2022 8:07 am
Forum: Pattern Mining
Topic: Can someone explain to me how the FP-Tree of FPGrowth works?
Replies: 1
Views: 2289

Can someone explain to me how the FP-Tree of FPGrowth works?

I am following the data mining topic program and I would like to get explanation about how the fptree structure of FPGrowth is working.
Anyone has the step-by-step example of how to build it?