NeuralLayer

Element Information

Model

Children: Extension, Neuron

Attributes

QName Type Fixed Default Use Inheritable Annotation
activationFunction ACTIVATION-FUNCTION optional
altitude REAL-NUMBER optional
normalizationMethod NN-NORMALIZATION-METHOD optional
numberOfNeurons xs:nonNegativeInteger optional
threshold REAL-NUMBER optional
width REAL-NUMBER optional

Used By

Element NeuralNetwork

Source

<xs:element name="NeuralLayer">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element maxOccurs="unbounded" ref="Neuron"/>
    </xs:sequence>
    <xs:attribute name="numberOfNeurons" type="xs:nonNegativeInteger"/>
    <xs:attribute name="activationFunction" type="ACTIVATION-FUNCTION"/>
    <xs:attribute name="threshold" type="REAL-NUMBER"/>
    <xs:attribute name="width" type="REAL-NUMBER"/>
    <xs:attribute name="altitude" type="REAL-NUMBER"/>
    <xs:attribute name="normalizationMethod" type="NN-NORMALIZATION-METHOD"/>
  </xs:complexType>
</xs:element>

Sample