ericproffitt / TopicModelsVB.jl

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

Just to check my understanding. I don't need to check_elbo!() on each iteration, is it right? #35

Closed ValeriiBaidin closed 4 years ago

ValeriiBaidin commented 4 years ago

Just to check my understanding. I don't need to check_elbo!() on each iteration, is it right?

ericproffitt commented 4 years ago

Correct, checking the elbo just lets you know when your algorithm is getting close to converging to a local optima.

ValeriiBaidin commented 4 years ago

Correct, checking the elbo just lets you know when your algorithm is getting close to converging to a local optima.

Thank you. It's very time consuming. especially, when I have a lot of documents.