ai-se / ML-assisted-SLR

Automated Systematic Literature Review
2 stars 2 forks source link

Tune similarity #43

Open azhe825 opened 7 years ago

azhe825 commented 7 years ago

Why?

Target similarity of three data sets: Hall, Wahono, Abdellatif.

Need to stabilize the target similarity.

How?

Tune LDA paremeters (Decision = [alpha, eta]). Don't want to change topic number.

Objective = [iqrs].

Differential evolution, 10 candidates per generation, 10 generations max.

Running on NCSU HPC with single node, 10 threads.

Result

Best decisions: [alpha = 0.3636991597795636, eta = 0.9722983748261428] Best objectives (iqrs): [0.0064311303948402232, 0.039641889335073899, 0.048358360331471784] iqrs before tuning: [0.002, 0.129, 0.129] medians of similarities: [0.98309488776481135, 0.45742986887869136, 0.4108420090949999]

Conclusion

Tuning LDA is essential to get a stabilized similarity score.

timm commented 7 years ago

dont get this. what were the similarity scores B4 tuning?

pause

oh- the IQRs are way down .13 to .03 or even 0.06

Q: does that mean know you now how to select which method for reuse?

timm commented 7 years ago

and how long did tuning take?

azhe825 commented 7 years ago