🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Extract Topic form Data (LDA) operator and optimize hyperparameter settings

User: "Chidi_Opara1"
New Altair Community Member
Updated by Jocelyn
I am working on a text mining using the Extract Topic from Data(LDA) operator and i am finding difficult understanding how to use the optimize hyperparameter setting? 
Specifically the "Optimize interval for hyperparameter" and " iterations" and how they affect the results
i am currenly using the default alpha and beta heuristics. what is the effect of changing these values?  

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "jwpfau"
    Altair Employee
    In general the number of sampling iterations should collerate with the model quality and runtime.

    Optimize interval for hyperparameter defines the number of iterations between hyperparameter optimizations, if you do this too often (low value) you might end up with instabilities due to alpha hyperparameters going to zero.

    α influences the number of topics per document
    β influences the number of words per topic

    If you want to have some more sound knowledge about LDA:
    Or maybe @mschmitz can correct me
    User: "MartinLiebig"
    Altair Employee
    Updated by MartinLiebig
    Wow, @jwpfau. I didn't know that you as an engineer are so much into DS. Thats of course great!