Skip to content

Commit

Permalink
Readme output added.
Browse files Browse the repository at this point in the history
  • Loading branch information
sraashis committed Dec 8, 2020
1 parent 6a423ff commit 9e939d2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Project No. 1: <hr>
All the codes, readme, and results is available in the link [Github Link](https://github.com/sraashis/graph-de-anonymization)

### Install libraries:
- pip install -U numpy networkx tqdm torch pandas scikit-learn matplotlib
### ***Final results are in the output folder***

## Project No. 1: <hr>
### This is the implementation of graph de-anonymization in two ways:
- **Seed Based**
- It includes iterative seed propagation technique by matching multi-hop neighborhood structure
Expand All @@ -8,7 +13,6 @@

### Usage for seed-based
- python seed_based_main.py -nw 32 -g1 seedbased/G1.edgelist -g2 seedbased/G2.edgelist -sm seedbased/seed_node_pairs.txt -out seedbased/seed_based_result.txt
### ***Final result is in output folder***
```commandline
-nw NUM_WORKERS, --num_workers Number of workers/processes.
-g1 G1_EDGELIST_FILE, --g1_edgelist_file, Path to g1 edgelist.
Expand Down Expand Up @@ -38,4 +42,5 @@ chmod x+u jobs.sh
./jobs.sh
```

### Question No 2: <hr>
### Project No 2: <hr>
### The implementation is in AdultDataset.ipynb python notebook.

0 comments on commit 9e939d2

Please sign in to comment.