liquidcarrot / carrot

🥕 Evolutionary Neural Networks in JavaScript
https://liquidcarrot.io/carrot/
MIT License
296 stars 34 forks source link

Add: A .meta section to the .toJSON to add non-essential network information #201

Open christianechevarria opened 4 years ago

christianechevarria commented 4 years ago

Screenshot from the Gitter chat with @teh-mICON about visualization approaches with NN-Viz

Screenshot 2019-12-27 at 11 10 20 AM

By adding a meta property that can be optionally toggled on / off by the user we can enable new analytics capabilities like tracking mutation histories of networks and crossover lineages for example.

raimannma commented 4 years ago

Which information should be provided?

tracycollins commented 4 years ago

Not sure if it makes sense, but I'd love to have a way for inputs/outputs to be labelled (I think there's just arrays now?). I know I've made this suggestion before; not sure if this is where it makes sense.