Feeds
提问
Decision tree function and SVM function
I used decision function and SVM function to train the same dataset and then used them to predict the same test data set. The re...
10 years 前 | 0 个回答 | 0
0
个回答提问
Difference between perceptron learner and decision tree learner
Hi guys, I just want to ask what is the difference between a perceptron learner for linear separation and a decision tree learne...
10 years 前 | 0 个回答 | 0
0
个回答提问
Split data into 3 sets without repetition
I have a dataset with size of (20132,11). I need to split it into three sets with sizes of 12132,4000 and 4000. I tried to use r...
10 years 前 | 1 个回答 | 0
