Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chencjgene/SSLVis
SSLVis
https://github.com/chencjgene/SSLVis
Last synced: about 2 months ago
JSON representation
SSLVis
- Host: GitHub
- URL: https://github.com/chencjgene/SSLVis
- Owner: chencjGene
- Created: 2019-09-17T13:30:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T21:17:00.000Z (over 1 year ago)
- Last Synced: 2024-08-04T10:02:08.489Z (5 months ago)
- Language: JavaScript
- Size: 4.27 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DataLinker
======================Introduction
--
DataLinker is a visual analysis tool for graph-based semi-supervised learning (GSSL).
It supports users to explore the graph structure for better understanding of label propagation in GSSL,
identify which part of the graph may cause performance deterioration,
and modify the graph structure for better model performance.
An online demo is available at: http://datalinker.thuvis.org/Demo.
![](teaser.png)Quick Start with Demo Data
-----------------
Step 1: download demo data from [here](https://drive.google.com/file/d/1B6C7dQTgtVahTXSyLXNuMbEgP15r2lQ-/view?usp=sharing), and unpack it in root folder.Step 2: setup the system:
```python manager.py run 8181```Step 3: visit http://localhost:8181/ in a browser.