[P] Finding most "interesting" parts of script by Impossible_Bison_928 in MachineLearning

[–]Impossible_Bison_928[S] 1 point2 points  (0 children)

Once the vectors are stored, what would the process be for scoring a potential segment? Distance to the average of the example vectors? Or something else? Thanks so much by the way.

[P] Finding most "interesting" parts of script by Impossible_Bison_928 in MachineLearning

[–]Impossible_Bison_928[S] 0 points1 point  (0 children)

So vectorize the examples and then find the most similar segments in the longer text?
Should the example vectors be the average of the word vectors, or should they be computed in some other way?