|
|
|
|
|
by kdavis
4657 days ago
|
|
The "state of the art" they reference is SVM's trained on color and texture features. Pre deep belief network I'd agree with your guess on convolutional neural networks. However, now I'd guess you'd use a deep belief network to create a network that would pick out better features than those picked out "by hand" in the convolutional neural network. (See for example [1][2]) So my money would be on some deep belief network. [1] Hinton, G. E, Osindero, S., and Teh, Y. W. (2006). A fast learning algorithm for deep belief nets. Neural Computation, 18:1527-1554. [2] Building high-level features using large scale unsupervised learning arXiv:1112.6209 |
|