|
|
|
|
|
by terra_t
5672 days ago
|
|
92% accuracy, unfortunately, isn't good enough. Bag-of-words models perform pretty well at classification and search, and the main thing you need to improve search is to boost scores when words are close together. You might think you could improve performance by using semantically better defined features, but even 92% accuracy adds enough noise to foil your plans. It's a big problem in A.I. systems that have multiple stages. You might have 5 steps in a chain which are each 90% accurate, but put them together and you've got a system that sucks. Ultimately there's a need for a holistic approach that can use higher-level information to fix mistakes and ambiguities at the lower levels. |
|