Sales-Choice-Volunteering-Project / EmotionAnalyzerWeka

The program for obtaining emotion data
1 stars 0 forks source link

Getting familiar with Weka #6

Open damirsaleschoice opened 3 years ago

damirsaleschoice commented 3 years ago

Experiment, experiment, play around as much as you can !

BONUS (advanced, to test if you learned enough):

Question: Why do you think some files can work with some algorithms such as Simple Linear Regression while others cannot ?

sherlockliang888 commented 3 years ago

To answer the question, I think it's because the goals are different. It depends on whether the data is used for classification or prediction. For some datasets, we are predicting the continuous dependent variables, such as probability, price.., and that's why SLR works. However, when it comes to predicting/classifying discrete outcomes, we should use other classification algorithms, and SLR simply just won't work.

PS. This is so cool! NN is something we are learning right now in school and it is so cool to choose and visualize the layers! There are so many algorithms I have never seen before, it is so exciting to see Weka being such a powerful tool.

sherlockliang888 commented 3 years ago

Done