Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shudan/PCTADW
https://github.com/shudan/PCTADW
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shudan/PCTADW
- Owner: shudan
- Created: 2018-09-12T23:50:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T06:21:58.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T22:42:16.847Z (3 months ago)
- Language: Jupyter Notebook
- Size: 9.77 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- awesome-network-embedding - [Python
README
======
PCTADW
======Embeddings of directed network with text-associated nodes.
Installation
---------
python setup.py installHow to use
---------**Example**
"$pctadw --input_text example.text --input_edges example.edges --model_name PCTADW-2 --output output.embedding "**--input_text**: *input_text_filename*
The text in nth line is the text associated with node n.**--input__edges**: *input_edges_filename*
Each line is a directed edge pair, e.g.::0 1
1 2
3 4
...**--model_name**: *model_name*
1. PCTADW-1
2. PCTADW-2
**--output**: *output_filename*
The nth line is the representation vector for node n.**Full Command List**
The full list of command line options can be checked with "$pctadw -h"