NEURAL NETWORK MARKUP LANGUAGE [posted to comp.ai.neural-nets] Hey all, I went hunting today for an SGML/XML based language that could describe the structure of a neural net. In reading the FAQ for this newsgroup, I found references to three languages (non XML) which discribe the layout of a network: Aspirin, NeuDL, and nn... All of these seem to have their uses, but none are quite what I'm looking for. Anyway, http://manifestation.com is working on an open-source AI program called Sabrina, which uses neural networks, and since its open source, I want whatever we do to be useful to the most number of people. From a programming standpoint, it's very useful to think of neural networks as a bunch of matrices and vectors, but when we diagram them out, it's so much easier to think of the as a physical machine. Anyway, here's a thought about what a Neural-Net Markup language would look like. The goal is to define the *structure* of the net - including initial weights and values - in a simple format that can be read by both humans and machines. My question is, what's missing? What would you want in a language like this that's not already there? (Besides, of course, conversion programs to port it to other neural net languages, compile it, visualize it, etc.) - Michal Wallace (sabren@manifestation.com) ------------------------------------------------------------------