Ask Question
15 September, 08:07

Suppose you are given a data set consisting of nominal attributes, such as color, which takes values such as red, blue, green etc. Can you use this data set directly to train an SVM? If not, how will you transform a nominal attribute into a representation that can be used to train an SVM?

+5
Answers (1)
  1. 15 September, 10:36
    0
    No, you can't.

    Explanation:

    An SVM uses a binary system. In this case the data consists of nominal attributes which can't be used directly into the SVM.

    However, in order to transform this normal attribute into the binary system is necessary to order the information in two sequences, in which the colors are based into two information facts that will give the system the representation that needs.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Suppose you are given a data set consisting of nominal attributes, such as color, which takes values such as red, blue, green etc. Can you ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers