|
|
|
|
|
by jononor
2805 days ago
|
|
A linear classifier can only handle linearly separable things, which limits prediction accuracy a lot.
I don't think you'll get anywhere close to this level of classification with a linear model. In the experiments it is shown to outperform SVM RBF. The platforms in question doesn't have hardware for floating point, any floating point support needs to be emulated in software (slow). |
|