| Algorithm 1 DeepWalk () |
| Input: graph |
| windows size |
| representation size |
| epoch |
| step length |
| Output: matrix of nodes representation |
| 1: Initialization: |
| 2: Build a binary Tree from |
| 3: for to do |
| 4: = Shuffle() |
| 5: for each do |
| 6: |
| 7: |
| 8: end for |
| 9: end for |
| Algorithm 1 DeepWalk () |
| Input: graph |
| windows size |
| representation size |
| epoch |
| step length |
| Output: matrix of nodes representation |
| 1: Initialization: |
| 2: Build a binary Tree from |
| 3: for to do |
| 4: = Shuffle() |
| 5: for each do |
| 6: |
| 7: |
| 8: end for |
| 9: end for |