ericproffitt / TopicModelsVB.jl

A Julia package for variational Bayesian topic modeling.
Other
81 stars 8 forks source link

does excess vocabulary influences on a computational time? #30

Closed ValeriiBaidin closed 4 years ago

ValeriiBaidin commented 4 years ago

I am sorry to bother you. Does excess vocabulary influences on a computational time? Thank you in advance.

ericproffitt commented 4 years ago

There may be a small reduction in computation time by removing excess vocabulary, yes.

The primary reason to remove excess vocabulary is to reduce memory overhead. This is doubly important for the GPU models, where memory availability is at a premium.

However if for some reason you would like to retain excess vocabulary then that's not a problem, you may take a small performance hit, but your model will still run fine.