Artificial Neural Network Markup Language version 1.0.0
Distributed under a Creative Commons BY-SA 3.0 license
ANNeML is an XML format for defining neural networks. The primary type of neural net supported is non-linear(hyperbolic tangent or logarithmic sigmoid) continious output feedforward with error backpropogation. A large variety of different neural net layouts are possible with this simple schema.
Erudite is the sister program to ANNeML that allows for training and processing of neural networks written with ANNeML.