Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxstats committed Oct 22, 2024
1 parent 05041f3 commit 16f6bbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/articles/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ then recover the corresponding topic model through a simple
transformation. This method was implemented in their R package,
[fastTopics](https://cran.r-project.org/package=fastTopics).

Building on this theoretical insight, tinytopics adopts a more pragmatic
Building on this theoretical insight, tinytopics adopts an alternative
approach by directly solving a sum-to-one constrained neural Poisson
NMF, optimized using stochastic gradient methods, implemented in
PyTorch. The benefits of this approach:
PyTorch. Although this approach may not have the same theoretical
guarantees, it does have a few potential practical benefits:

- Scalable: Runs efficiently on both CPUs and GPUs and enables
large-scale topic modeling tasks.
Expand Down
5 changes: 3 additions & 2 deletions docs/articles/get-started.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ corresponding topic model through a simple transformation.
This method was implemented in their R package,
[fastTopics](https://cran.r-project.org/package=fastTopics).

Building on this theoretical insight, tinytopics adopts a more pragmatic
Building on this theoretical insight, tinytopics adopts an alternative
approach by directly solving a sum-to-one constrained neural Poisson NMF,
optimized using stochastic gradient methods, implemented in PyTorch.
The benefits of this approach:
Although this approach may not have the same theoretical guarantees,
it does have a few potential practical benefits:

- Scalable: Runs efficiently on both CPUs and GPUs and enables large-scale
topic modeling tasks.
Expand Down

0 comments on commit 16f6bbd

Please sign in to comment.