Neural Networks: Further Insights into Error Function, Generalized Weights and Others

Zhongheng Zhang
DOI: https://doi.org/10.21037/atm.2016.05.37
IF: 3.616
2016-01-01
Annals of Translational Medicine
Abstract:The article is a continuum of a previous one providing further insights into the structure of neural network (NN). Key concepts of NN including activation function, error function, learning rate and generalized weights are introduced. NN topology can be visualized with generic plot() function by passing a "nn" class object. Generalized weights assist interpretation of NN model with respect to the independent effect of individual input variables. A large variance of generalized weights for a covariate indicates non-linearity of its independent effect. If generalized weights of a covariate are approximately zero, the covariate is considered to have no effect on outcome. Finally, prediction of new observations can be performed using compute() function. Make sure that the feature variables passed to the compute() function are in the same order to that in the training NN.
What problem does this paper attempt to address?