Ask Your Question
0

Is Haar Cascade Classification can be considered as Neural Network?

asked 2015-10-01 22:15:47 -0600

Felicity gravatar image

The cascade classifier consists of stages, where each stage is an ensemble of weak learners. The weak learners are simple classifiers called decision stumps. Each stage is trained using a technique called boosting.

Here's the link: Cascade Classification

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
3

answered 2015-10-02 03:56:11 -0600

Hmm there is a big difference between AdaBoost and Neural Networks... so I would not say that they are the same. Also the stumps is a default value, but you can take whatever structure of a tree as weak classifier, so the limitation and buildup is different. Besides, a cascade enables to use the early rejection principle, while a neural net needs to process each input completely and thus makes in computationally heavy for a sliding window approach.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-10-01 22:08:39 -0600

Seen: 1,716 times

Last updated: Oct 01 '15