Ask Question
17 January, 18:01

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?

+2
Answers (1)
  1. 17 January, 19:04
    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?
Get 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 & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers