Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 900 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 900 Bytes

topic_models

Please refer to the documentation folder for reference.

LDA Models

The documents:

https://github.com/shubhomoydas/topic_models/blob/master/documentation/derivations.pdf contains LDA derivations.

https://github.com/shubhomoydas/topic_models/blob/master/documentation/topic_models_with_grouping.pdf contains overview of grouped LDA model.

https://github.com/shubhomoydas/topic_models/blob/master/documentation/lda_ranking.pdf contains overview of some random/exploratory approaches to ranking with LDA.

MATLAB Version

https://github.com/shubhomoydas/topic_models_matlab

Mixture of Plackett-Luce Distributions

Documentation for PL mixtures is at: https://github.com/shubhomoydas/ranking_PL/blob/master/documentation/rank_aggregation_with_mixture_plackett_luce.pdf

MATLAB version of this is at: https://github.com/shubhomoydas/ranking_PL