Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 29, 2024
1 parent ebf78b4 commit c31bcb8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions 2024/04/29/notes.org
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.

0 comments on commit c31bcb8

Please sign in to comment.