Can I Use Beyes Classification For Classification Of Car Into Different Models?
1
0
Entering edit mode
12.4 years ago
Adithya • 0

I am working on a project where we extract the features from a image of the car and we need to classify it into the appropriate model of make(eg.Ford, Hyundai etc)...can i use the beyes classification for this..? if so what sort of input should i give..?

classification feature • 2.4k views
ADD COMMENT
4
Entering edit mode

The guy is named Thomas BAYES. Give him the honor and change the title.

ADD REPLY
0
Entering edit mode

this is a no go question. Unrelated to bioinformatics.

ADD REPLY
0
Entering edit mode

please ask this question at: http://stats.stackexchange.com/

ADD REPLY
0
Entering edit mode
12.4 years ago
Fabian Bull ★ 1.3k

Easy answer: Yes, you can do that.

But note: Bayes classification is not a method of classification. It is more of a principle which incorporates prior knowledge. You can extend every classifier to become bassian but the way you do that depends on the classifier.

Bayesian classifiers are: Modified EM-Algorithm, Bayesian-Networks, HMM trained with a Modified Baum-Welch-Algorithm and so on and so on...

Concerning the input: Typicaly the image is converted into a vector. This is done by appending the pixel-rows of an image to one large vector.

ADD COMMENT

Login before adding your answer.

Traffic: 1994 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6