Posts by pedromtec • 37 points
2 posts
-
1
votes0
answers98
viewsQ: Machine Learning - Latent Dirichlet allocation (LDA)
I would like to know how the probabilistic topic model works, Latent Dirichlet allocation (LDA): What applications it has? Example of implementation in a programming language?…
machine-learningasked pedromtec 37 -
1
votes3
answers165
viewsA: Numbers smaller than the average
First of all, I think your average variable has to be double type. Solution: Just go through the array and check which numbers are smaller than the average! stretch: for(int i=0;…