Topic modeling via sum-to-one constrained neural Poisson non-negative matrix factorization
Project description
tinytopics 
Topic modeling via sum-to-one constrained neural Poisson NMF. Built with PyTorch, runs on both CPUs and GPUs.
Installation
Using pip
You can install tinytopics from PyPI:
pip install tinytopics
Or install the development version from GitHub:
git clone https://github.com/nanxstats/tinytopics.git
cd tinytopics
python3 -m pip install -e .
Install PyTorch with GPU support
The above will likely install the CPU version of PyTorch by default. To install PyTorch with GPU support, follow the official guide.
For example, install PyTorch for Windows with CUDA 12.6:
pip uninstall torch
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
Install alternative PyTorch versions
For users stuck with older PyTorch or NumPy versions, for instance, in HPC
cluster settings, a workaround is to skip installing the dependencies with
--no-deps and install specific versions of all dependencies manually:
pip install tinytopics --no-deps
pip install torch==2.2.0
Use tinytopics in a project
To have a more hassle-free package management experience, it is recommended to use tinytopics as a dependency under a project context using virtual environments.
You should probably set up a manual source/index for PyTorch. As examples, check out the official guidelines when using Rye or using uv.
Examples
After tinytopics is installed, try examples from:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tinytopics-0.8.1.tar.gz.
File metadata
- Download URL: tinytopics-0.8.1.tar.gz
- Upload date:
- Size: 3.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6e6521720dbed647e08f6ae998d1d603ee3d3ed4845f5d2977c892d1a2d2f80
|
|
| MD5 |
a70c7925beec2524e90ee8de7164ea83
|
|
| BLAKE2b-256 |
d20af7315de434a33b0a3c58001c3c626d96dbe262f74dbbeba68c90877be3d3
|
File details
Details for the file tinytopics-0.8.1-py3-none-any.whl.
File metadata
- Download URL: tinytopics-0.8.1-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1985652ce2df79fb8da3f3899a819c912367e1914a31ba40a192092e56a84bd4
|
|
| MD5 |
e98522e35ab04559b80e67f55832f32f
|
|
| BLAKE2b-256 |
43c55cf6e96333e0ff7c33af95d6e6ded618fb63598c313e9e778049b26973c3
|