Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Has some set of weights that define what the component does
- Analogy:
- Component is like the code for a function
- Node is like the a specific invocation of a function with specific input values and specific output values
- Node is like the specific invocation of a function with specific input values and specific output values
- When invoked, each component produces nodes that read something from the unnormalized residual stream, then write some vector (the “write vector”) to the unnormalized residual stream
- Each component is independent from other components of the same type in the same layer

Expand Down