Ask 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 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?

+1
Answers (1)
  1. 15 February, 07:25
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers