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

Feature request: Add support for metadata in saved networks #140

Open
phschafft opened this issue Mar 10, 2023 · 0 comments
Open

Feature request: Add support for metadata in saved networks #140

phschafft opened this issue Mar 10, 2023 · 0 comments

Comments

@phschafft
Copy link

When saving a network there seems currently be no way to store any kind of metadata along side it. This means that for any real world software you need to provide additional information alongside the network, often in a second file.

I would like to suggest to adding support for a key-value string store, ideally one global and one per input and output neuron. This would allow things like assigning names and IDs to each neuron so software can load and auto-connect them (e.g. connect a given input to a specific sensor). Also human readable descriptions could be stored.

A good implementation would likely define some well-known keys plus define how implementation specific keys should be structured.

Such an implementation does not require any kind of performance optimisation as it should only be read/written once during network load/store times.

If consensus that this is useful is reached I could prepare some code for discussion.

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

1 participant