-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ebf78b4
commit c31bcb8
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Metaphors as features, edges. | ||
edge spans multiple nodes so nodesets to create hyperedges. | ||
Hypergraph learning and Deep hypergraph learning | ||
|
||
#+begin_src bash | ||
git submodule add https://github.com/iMoonLab/DeepHypergraph | ||
#+end_src | ||
|
||
#+RESULTS: | ||
|
||
Edges as branches, pointers, | ||
nodes as instruction types. | ||
|
||
intruction bytes as input, | ||
mask as learned model. | ||
split between instructions and parameters. | ||
instructions that depend on state of | ||
other instructions become hyper edges. | ||
calculating dependencies. | ||
dependencies as message passing. | ||
|
||
perf execution traces as inputs. | ||
perf records as input. | ||
perf code as input. | ||
|