|
|
|
|
|
by RockyMcNuts
3635 days ago
|
|
hmmh... I don't believe word2vec or item2vec would be considered neural network algorithms. 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. |
|