Neural Network Toolbox |
Mathematical Notation for Equations and Figures
Basic Concepts
Scalars -- small italic letters.....a,b,c
Vectors -- small bold nonitalic letters.....a,b,c
Matrices -- capital BOLD nonitalic letters.....A,B,C
Language
Vector means a column of numbers.
Scalar Element
- row, - column, - time or iteration
Row Vector ...vector made of ith row of weight matrix W
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 and input weight matrices. For instance, the layer weight matrix from layer 2 to layer 4 would be shown as LW4,2.
Figure and Equation Examples
The following figure, taken from Chapter 12, illustrates notation used in such advanced figures.
Basic Chapters | Mathematics and Code Equivalents |
© 1994-2005 The MathWorks, Inc.