doc2vec-golang icon indicating copy to clipboard operation
doc2vec-golang copied to clipboard

How to infer? Are dict files neccessary?

Open topgetgithub opened this issue 6 years ago • 1 comments

I've tried this project. But could you kindly give me an example to demonstrate how to get the vector(s) of a new document(to infer)? Are the dictionary files neccessary for training and predicting? I'd like to use this tool to train and evalute English documents. Thanks.

topgetgithub avatar Apr 13 '18 14:04 topgetgithub

func fitDoc can do infer,
func (p *TDoc2VecImpl) FitDoc(context string, iters int) (dsyn0 *neuralnet.TVector) u can search this repository with keyword "infer"

lokicui avatar Apr 26 '18 13:04 lokicui