Home > lyngby > lyngby_nn_cddewda.m

lyngby_nn_cddewda

PURPOSE ^

lyngby_nn_cddewda - Classifier neural network, output, diag 2nd

SYNOPSIS ^

function ddEW = lyngby_nn_cddewda(Y, T, H, W)

DESCRIPTION ^

 lyngby_nn_cddewda    - Classifier neural network, output, diag 2nd

       function ddEW = lyngby_nn_cddewda(Y, T, H, W)
       
       Input:  Y      Neural network output
               T      Target output
               H      Hidden layer output
               W      Output weights

       Output: ddEW   Derivative, a vector

       Diagonal approximation to the second order derivative of the
       error function for the classifier neural network with respect
       to the output weights.

       See also: lyngby_nn_cdew, lyngby_cddewds

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 29-Jul-2009 15:57:21 by m2html © 2003