Graph
- A most [[beautiful]] [[data structure]]; in some senses a meta-data-structure.
- Composed of [[nodes]] and [[edges]].
new project I'm working on inspired by [[anagora]]
renders md to web
[] backlinks [] actions
The default [[Digital Garden Jekyll Template]] has a "notes graph" embedded on every page.
Since I'm doing things a little differently, and also including my [[Archive]], I had to modify the [[Backlinks]] plugin bidirectional_links_generator.rb
to include posts as well.
It throws an error on generation now:
warning: regular expression has redundant nested repeat operator '*'
And while Jekyll is in watch mode, it keeps editing the notes_graph.json
file continuously.
graph
Go back to the [[AI Glossary]]
In TensorFlow, a computation specification. Nodes in the graph represent operations. Edges are directed and represent passing the result of an operation (a Tensor) as an operand to another operation. Use TensorBoard to visualize a graph.
- public document at doc.anagora.org/graph
- video call at meet.jit.si/graph