Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/x-tabdeveloping/turftopic i…
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
x-tabdeveloping committed Feb 1, 2024
2 parents 652a933 + 030a8b9 commit 8683fa0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
<b>Topic modeling is your turf too.</b> <br> <i> Contextual topic models with representations from transformers. </i></p>


### Intentions:
### Intentions
- Provide simple, robust and fast implementations of existing approaches (BERTopic, Top2Vec, CTM) with minimal dependencies.
- Implement state-of-the-art approaches from my papers. (papers work-in-progress)
- Put all approaches in a broader conceptual framework.
- Provide clear and extensive documentation about the best use-cases for each model.
- Make the models' API streamlined and compatible with topicwizard and scikit-learn.
- Develop smarter, transformer-based evaluation metrics.

Try our Demo in Colab: [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/x-tabdeveloping/turftopic/blob/main/examples/basic_example_20newsgroups.ipynb)

!!!This package is still a prototype, and no papers are published about the models. Until these are out, and most features are implemented
I DO NOT recommend using this package for production and academic use!!!

Expand All @@ -28,7 +26,7 @@ I DO NOT recommend using this package for production and academic use!!!


### Implemented Models

[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/x-tabdeveloping/turftopic/blob/main/examples/basic_example_20newsgroups.ipynb)
#### Mixture of Gaussians (GMM)

Topic models where topics are assumed to be Multivariate Normal components,
Expand Down

0 comments on commit 8683fa0

Please sign in to comment.