|
|
|
|
|
by olh
3631 days ago
|
|
Does anyone know good resources/research about generating latent vector representations with iterative processes using numerical analysis algorithms and not neural networks? The black-box effect on word2vec and similars puts back some applications like generalizing linguistics methods to bioinformatics. |
|
you come up with a model where a numerical vector represents the attributes of the word or item, you predict the likelihood of a match between words/items by multiplying vectors together, and then you use numerical optimization, i.e. an iterative gradient descent algorithm starting from randomly initialized vectors, to estimate the vectors that work best.