문제

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