You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I look at the function c_ctr::stochastic_learn_map_estimate,I have three questions:
when updating the u and v, why the regulation changes from lambda_u and lambda_v to lambda_u/2n and lambda_v / (2 * items->m_vec_len[j]), which seems that it doesn't match the update equation according to stochastic Newton-Raphson rules.
I can't understand parameter 'lda_regression'. What does it mean?
In the loss function, we have $c_{ij}$. However, in the function, I cannot see the para->a and para->b in neither update rules nor the likelihood computation.
@altosaar can you help me? Thanks.
The text was updated successfully, but these errors were encountered:
when I look at the function c_ctr::stochastic_learn_map_estimate,I have three questions:
@altosaar can you help me? Thanks.
The text was updated successfully, but these errors were encountered: