scispace - formally typeset
Search or ask a question

Answers from top 7 papers

More filters
Papers (7)Insight
These results suggest that for noisy data, SVM may perform better than ANN for this problem.
Proceedings ArticleDOI
C. Archaux, Arnaud Martin, Ali Khenchaf 
19 Apr 2004
32 Citations
We show that SVM gives better results than ANN on this specific problem.
The results suggest that ANN may perform better than SVM for this specific problem.
The results show how it is possible to solve the XOR problem.
Experimental results show that the proposed model has a good performance for solving the XOR problem.
This paper puts forward a framework for looking at the XOR problem, and, using that framework shows that the nature of the problem has often been misunderstood and also the fault tolerance capability of neural networks.
Proceedings ArticleDOI
Feng Pan, Rui Zhang, Ting Long, Zhenxu Li 
01 Dec 2011
3 Citations
The experimental results demonstrate the effectiveness in the classic XOR, tri-AND and tri-XOR problems.

Related Questions

Why svms are not ideal for multiclass problems?4 answersSupport Vector Machines (SVMs) are not ideal for multiclass problems because they were originally designed for binary classification tasks. While SVMs can be extended to handle multiclass problems using techniques like one-versus-one (OvO) or one-versus-all (OvA), these approaches can lead to regions of inconclusive predictions. Additionally, SVMs have parameters that need to be carefully tuned for optimal performance, which can be challenging in multiclass scenarios. Furthermore, the time complexity of SVMs makes them impractical for training on large datasets with millions of data points. To address these limitations, alternative approaches such as multilevel SVMs have been developed, which build a hierarchy of problems and train SVM models for each level, resulting in faster training on huge datasets.
What are the common problems with SVM?3 answersSupport Vector Machine (SVM) algorithms have some common problems. One problem is the large memory requirement and computation time when dealing with very large datasets. Another problem is the need to choose an optimal kernel and optimize its parameters in the learning process. Additionally, SVMs can face challenges in handling large-scale and endless stream data, as well as in adapting to novel class data. Feature selection is another issue, as determining the number of features to retain without losing important information can be difficult. Misjudgment of work-pieces can also occur due to vague areas, but SVMs can be applied to detect and decrease excessive judgments.
Can SVM learn XOR?6 answers
Does SVM need cross validation?8 answers
How is SVM solved?7 answers
What kind of algorithm is SVM?10 answers