Вопрос

I'm currently dealing with the following problem: I have a set of feature vectors (real-valued) describing different instances of a common entity (such as an object or an event). Using these vectors, I would like to learn a common representation (a vector) for this entity (be it in the same vector space or a reduced one).

The most straightforward solution would be to use an arithmetic average. However, I was wondering if you could suggest some other solutions too?

Это было полезно?

Решение 2

You should also look at Principle Component Analysis (just google) and Sparse Dictionary Learning.

Другие советы

It's not entirely clear what the requirements are for the 'common representation' but you could have a look at Vector quantization.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top