Search found 14 matches
- Sat Jun 04, 2022 9:17 am
- Forum: Artificial Intelligence and Machine Learning
- Topic: How to build a model for sport betting and prediction?
- Replies: 0
- Views: 336
How to build a model for sport betting and prediction?
Hello, I am interested in my hobbies to try to predict the outcome of sports like horse races, basketball games and MMA fights. Is there any good models or starting point to get me started? I am also wondering if we can get accurate models? And has anyone succeeded to get some good results or even g...
- Sat Jun 04, 2022 9:15 am
- Forum: Academia and PhD life
- Topic: Is it hard to be accepted for PhD program in the US?
- Replies: 2
- Views: 425
Is it hard to be accepted for PhD program in the US?
Hello there,
I would like to hear about your experiences of applying to PhD programs in the USA.
Is it complicated to get accepted? How much documents and preparation is needed?
Did you or your friends have succeeded?
I would like to hear about your experiences of applying to PhD programs in the USA.
Is it complicated to get accepted? How much documents and preparation is needed?
Did you or your friends have succeeded?
- Thu May 19, 2022 4:09 pm
- Forum: Artificial Intelligence and Machine Learning
- Topic: A joke about intelligent machines.... and Will Smith
- Replies: 4
- Views: 843
- Thu May 19, 2022 4:09 pm
- Forum: Artificial Intelligence and Machine Learning
- Topic: Artificial general intelligence
- Replies: 0
- Views: 470
Artificial general intelligence
How many years do you guys believe it will take before we reach something that could be called artificial general intelligence. If you dont know it means some intelligence that can do multiple things rather than being focused on a single task... a little bit like humans. My guess is that we are mayb...
- Thu May 19, 2022 4:08 pm
- Forum: Artificial Intelligence and Machine Learning
- Topic: Purchase of Twitter by Elon Musk
- Replies: 5
- Views: 1029
Re: Purchase of Twitter by Elon Musk
I dont know if you all watch the news but it seems nowadays more and more unlikely that Musk will buy Twitter. In my opinion, he is trying to lower the price of Twitter by talking about bots, and might still buy it, but who really knows? But from the technological perspective, I dont know what MUSK ...
- Thu May 19, 2022 4:06 pm
- Forum: Academia and PhD life
- Topic: Tips to stop procrastinating in academia
- Replies: 2
- Views: 520
Tips to stop procrastinating in academia
An issue sometimes in my life is procrastination. I think a lot of students and staff suffer from this problem. Sometimes, I want to write a paper but I cannot stop pushing back the task to another day, and finally sometimes I do very few things for several days. Then I feel guilty about this... How...
- 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: 966
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.
- 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: 485
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...
- Fri May 06, 2022 4:48 am
- Forum: Data Mining & Big Data
- Topic: 2022 Data Mining Conference List (updated)
- Replies: 4
- Views: 1086
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...
- Thu May 05, 2022 8:12 am
- Forum: Data Mining & Big Data
- Topic: Java code of the Apriori algorithm
- Replies: 5
- Views: 857
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