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

Visualizing concept and inheritance networks as the system learns #261

Open
digikar99 opened this issue May 31, 2023 · 2 comments
Open

Visualizing concept and inheritance networks as the system learns #261

digikar99 opened this issue May 31, 2023 · 2 comments

Comments

@digikar99
Copy link

opennars-lab GUI seems to have a facility for visualizing how the inheritance or concept network evolves as the system learns. Is there an equivalent in ONA yet?

@patham9
Copy link
Member

patham9 commented Sep 17, 2024

One can pipe the *concept command output to concept_usefulness_filter.py and pipe it from there to concepts_to_graph.py.
Examples can be seen in https://github.com/opennars/OpenNARS-for-Applications/wiki/Misc-Scripts
Example graph outputs have been part of v0.8.7 release message: https://github.com/opennars/OpenNARS-for-Applications/releases/tag/v0.8.7

@patham9
Copy link
Member

patham9 commented Sep 17, 2024

However: While *concepts output can be recorded at multiple times while the system is running, it would need a new or updated script to cover the dynamic updating of the graph in the visualization, the Matplotlib library might also not be ideal for this purpose. I will leave this issue open as this has not yet been developed.
But also, due to concept_usefulness_filter.py it tends to be more useful already than the previous real-time visualizations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants