Home - adam-nnl/ANNeML GitHub Wiki

ANNeML Artificial Neural Network Markup Language logoCC-BY-SA-3.0 icon

Welcome to the ANNeML wiki!

ANNeML is a schema used to describe feedforward backpropogation neural networks in XML, licensed under Creative Commons. An ANNeML XML document contains all the variables that would be needed to process a neural network including but not limited to, layers, neurodes, connections, weights, biases, learning rate, etc.


Overview of Elements for ANNeML

Example ANNeML XML Document

Using Erudite to process ANNeML Documents

Elements and Their Attributes

NNETWORK

SUBNET

LAYER

NEURODE

SYNAPSE