saetar/Cognition-Final-Project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
required input: python3 Main.py <alpha> <beta> <num_topics> <num_iterations> alpha: float between 0 and 1 beta: float between 0 and 1 num_topics: int greater than 1. recommended ~10 num_iterations: positive int. recommended range 25-125 passing in this alone will create an LDA model, but will not display anything. to display information about the results of the model, can also add after the required arguments to the commandline: topics: preview top 10 words from top 10 topics documents: preview topic distribution for 10 documents of each hashtag stats: cumulative comparison of topic distributions between different hashtag groups