Why are there Topic Concentration Iterations when you disable fitting topic concentration in fitlda?
Afficher commentaires plus anciens
When I run fitlda with 'FitTopicConcentration' set to false, I still get `Topic Concentration Interatons'.
For example:
mdl = fitlda(bag,numTopics,'Verbose',1,'InitialTopicConcentration',50,'FitTopicConcentration',false,'LogLikelihoodTolerance',0,'IterationLimit',20);
gets:
Initial topic assignments sampled in 1.44622 seconds.
=====================================================================
| Iteration | Time per | Relative | Training | Topic |
| | iteration | change in | perplexity | concentration |
| | (seconds) | log(L) | | iterations |
=====================================================================
| 0 | 0.90 | | 6.715e+02 | 0 |
| 1 | 1.79 | 3.3759e-02 | 5.429e+02 | 0 |
| 2 | 1.70 | 1.2228e-02 | 5.031e+02 | 0 |
| 3 | 1.58 | 2.1513e-03 | 4.965e+02 | 0 |
| 4 | 1.57 | 6.2666e-04 | 4.945e+02 | 0 |
| 5 | 1.55 | 3.3881e-04 | 4.935e+02 | 0 |
| 6 | 1.60 | 2.5182e-04 | 4.927e+02 | 0 |
| 7 | 1.55 | 1.5109e-04 | 4.923e+02 | 0 |
| 8 | 1.62 | 2.2085e-04 | 4.916e+02 | 0 |
| 9 | 1.64 | 2.1745e-04 | 4.909e+02 | 0 |
| 10 | 1.66 | 1.0178e-04 | 4.906e+02 | 0 |
| 11 | 1.86 | 1.1432e-04 | 4.903e+02 | 4 |
| 12 | 1.79 | 6.5833e-04 | 4.883e+02 | 3 |
| 13 | 1.77 | 4.3774e-04 | 4.870e+02 | 3 |
| 14 | 1.70 | 4.8030e-04 | 4.855e+02 | 3 |
| 15 | 1.73 | 4.1302e-04 | 4.843e+02 | 3 |
| 16 | 1.69 | 1.9747e-04 | 4.837e+02 | 3 |
| 17 | 1.73 | 2.5513e-04 | 4.829e+02 | 3 |
| 18 | 1.83 | 2.4952e-04 | 4.822e+02 | 3 |
| 19 | 1.63 | 9.3627e-05 | 4.819e+02 | 2 |
| 20 | 1.66 | 1.0886e-04 | 4.816e+02 | 2 |
=====================================================================
Why is the rightmost column not all zeros? What does "topic concentration iterations" mean?
Réponses (0)
Catégories
En savoir plus sur Simulink Design Optimization dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!