No articles match
Start here 9 months ago
Why textmineR? | Corpus management | Creating a DTM | Basic corpus statistics
document clustering 9 months ago
Document clustering
Topic modeling 9 months ago
Topic modeling | LDA Example | LSA Example | Other topic models | Extensions | Document clustering is just a special topic model | Choosing the number of topics | Using topic models from other packages
Text embeddings 9 months ago
Text embeddings | Create a term co-occurrence matrix | Fitting a model | Interpretation of $\Phi$ and $\Theta$ | Evaluating the model | Embedding documents under the model | Where to next?
Document summarization 9 months ago
Getting started | Building a basic document summarizer | Pulling it all together
Using tidytext with textmineR 9 months ago
Using tidytext with textmineR
Transfer Learning with LDA (tLDA)2 years ago
Fine Tuning Latent Dirichlet Allocation for Transfer Learning | Contribution | tLDA | The Model | Selecting the prior weight | The tidylda Implementation of tLDA | Aligning Vocabulary | Adding New Topics | Initializing $\boldsymbol{Cd}^{(t)}$ and $\boldsymbol{Cv}^{(t)}$ | Partitioning the Posterior to Collapse $K$ Weights ($\omega_k$) Into One, $a$
Introduction to tidylda2 years ago
Introduction to the tidylda package | Tidy Methods | Other Notable Features | Discussion | Installation | Example
Probabilistic Coherence3 years ago
Getting Started With mvrsquared6 years ago
Introduction | Traditional R-squared | Multivariate R-squared | Multivariate prediction | A silly example to prove a point | A more realistic example | Probabilistic topic modeling | Latent semantic analysis topic modeling | Parallelization/distributed computing for large data sets