Neural Network Toolbox    

Mathematical Notation for Equations and Figures

Basic Concepts

Scalars-small italic letters.....a,b,c

Vectors - small bold non-italic letters.....a,b,c

Matrices - capital BOLD non-italic letters.....A,B,C

Language

Vector means a column of numbers.

Weight Matrices

Scalar Element

     - row, - column, - time or iteration

Matrix

Column Vector

Row Vector ...vector made of ith row of weight matrix W

Bias Vector

Scalar Element

Vector

Layer Notation

A single superscript is used to identify elements of layer. For instance, the net input of layer 3 would be shown as n3.

Superscripts are used to identify the source (l) connection and the destination (k) connection of layer weight matrices ans input weight matrices. For instance, the layer weight matrix from layer 2 to layer 4 would be shown as LW4,2.

Input Weight Matrix

Layer Weight Matrix

  Basic Chapters Figure and Equation Examples