Joint auto-weighted graph fusion and scalable semi-supervised learning
Project description
JAWGF
Joint auto-weighted graph fusion for scalable semi-supervised learning
Python implementation of the Joint Auto-Weighted Graph Fusion method with Flexible Manifold Embedding as described in [0]
Quick start
Installation
pip install JAWGF
Implementation Example
from JAWGF import joint_fusion, predict
F, Q, b = joint_fusion([X_view1, X_view2], Y, K=15)
y_soft_new = predict(new_sample, Q, b)
y_pred = y_soft_new.argmax()
Citation information
Please cite [0] when using JAWGF in your research and reference the appropriate release version.
Publications
[0] Bahrami, Saeedeh, Fadi Dornaika, and Alireza Bosaghzadeh. "Joint auto-weighted graph fusion and scalable semi-supervised learning." Information Fusion 66 (2021): 213-228.
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 jawgf-0.1.0.tar.gz.
File metadata
- Download URL: jawgf-0.1.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
706ba114de535a5d776fbe2be8b4bfa96dfeeb65c8784a002c5d26afd30fc42a
|
|
| MD5 |
3e5cd08101f31a506452eb10cafc65da
|
|
| BLAKE2b-256 |
b2219b095e53ed90cf8360ef304ad3e07dfff239766deade3ca355ae2f7350fb
|
File details
Details for the file jawgf-0.1.0-py3-none-any.whl.
File metadata
- Download URL: jawgf-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a005aa3c326347225fc5f138b3ae2ac83f275b18afe664a4567ee7a1df81c8cf
|
|
| MD5 |
d32180cf9e3b7a6a55777f0c6e309ed6
|
|
| BLAKE2b-256 |
5ddb5979eb1e5509a0846cae158c7b0bd8657e45885ec323ef5d2fc86d3ed3e8
|