Table 5.
Illustration of Correlation Explanation (CorEx)Q9 algorithm.
Input:phq_lexicon, Stressed Tweets (geotagged) Output:topic sparse matrix S where row: tweetid and columns: PHQ Stress Level Index (1 to 9) |
Procedure: 1. Shallow parsing each tweet into using 2. For each in do 3. Calculate average vector of and using GloVe 4. Match with set using cosine similarity measure 5. Append each matched to 6. Calculate Tf-Idf vector for all the tweets and transform the calculated value to a sparse matrix 7. Iteratively run CorEx function with initial random variables 8. Estimate marginals; calculate total correlation; update 9. For each in 10. Compare and with bottleneck function 11. Until convergence |