Fast PyTorch implementation of Gaussian mixture model (GMM)
Project description
pytorch-gmm
Usage
import torch
from torch_gmm import GMM
x = torch.randn(50000, 16)
gmm, llh = GMM.init_and_train(x, 64, verbose=True)
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
pytorch_gmm-0.1.1.tar.gz
(4.9 kB
view details)
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 pytorch_gmm-0.1.1.tar.gz.
File metadata
- Download URL: pytorch_gmm-0.1.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b86b389387920cc3ebd9cf8b9a1c456ea18998c03371a9e4d4b8961760ce8f5
|
|
| MD5 |
aa71c69da5a7698d1882ad97f58615c3
|
|
| BLAKE2b-256 |
7d13aedfc826d717f7fa5a012f519172069eeafa66aea43be894c41099bfa5b0
|
File details
Details for the file pytorch_gmm-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pytorch_gmm-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63350f4c788a2b2e561b383f321cbfe50a412ae0f6b2d21421c1b3a180a72484
|
|
| MD5 |
209f205f55c468a8927aa711f816ed97
|
|
| BLAKE2b-256 |
f46993b8ab45a270a1cb393ee03c8a010f7d7821c8531160b019715c74cc2014
|