The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
9 views

association of data problem (multitarget tracking)

I have sensors, and each of them after applying filtering created me a list of objects. I want to do the fusion, and firstly have to perform a proper association to know which objects from various ...
2
votes
4answers
117 views

Machine learning approach to a selection problem

I'm thinking how to tackle such a problem. Let's say we have a set of products, each have some numeric characteristics (x1, x2, x3). A customer is given a choice ...
5
votes
1answer
349 views

Tracking and data association with Kalman filters

I am trying to solve tracking problem. At certain points in time I receive object location and I should make decision whether received object location belongs to existing track or not. If not, I ...