Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain thick bordered node in N2G #128

Open
albertsgarde opened this issue Oct 11, 2023 · 0 comments
Open

Explain thick bordered node in N2G #128

albertsgarde opened this issue Oct 11, 2023 · 0 comments
Labels
Documentation Examples and external API documentation Frontend Mainly requires, or requires non-trivial frontend changes

Comments

@albertsgarde
Copy link
Collaborator

albertsgarde commented Oct 11, 2023

Some nodes in N2G are marked (currently with thick borders) as end nodes. The meaning of this should be explained efficiently to the user.

This issue should probably be solved as a part/extension to #105

Explanation of end nodes

These nodes are valid path beginnings. That is, a string of tokens starting with one of these nodes, and including all tokens on a path to a red node, in order, will activate the neuron.
E.g., you could have a neuron that activates on “Alex” in “My name is Alex” as well as in “name is Alex”. In that case both “My” and “name” are valid start nodes (and will be marked), but “is” isn’t.

@albertsgarde albertsgarde added Documentation Examples and external API documentation Frontend Mainly requires, or requires non-trivial frontend changes labels Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Examples and external API documentation Frontend Mainly requires, or requires non-trivial frontend changes
Projects
None yet
Development

No branches or pull requests

1 participant