Penelope v0.1.1 Penelope.ML.Word2vec.MeanVectorizer

This module vectorizes a list of tokens using word vectors. Token vectors are retrieved from the word2vec index (see index.ex). These are combined into a single document vector by taking their vector mean.

Link to this section Summary

Link to this section Functions

Link to this function fit(context, x, y, options \\ [])
Link to this function transform(context, x, y, options \\ [])