Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: nn
See also: nnrnet ann

Quantlet: nnrinfo
Description: shows information about the net in the output window.

Reference(s):

Usage: nnrinfo(net)
Input:
net composed object from nnrnet

Example:

x = read("kredit1")

t = read("tkredit")

y = x[,1]

x = x[,2:21]

x = (x-min(x))./(max(x)-min(x))

net = nnrnet (x, y, matrix(rows(x)), 10)

nnrinfo (net)

Result:

runs a neural network with 10 hidden units for the kredit 

data of Fahrmeier and Hammerle and computes the predicted

values. At last it shows the results.


Library: nn
See also: nnrnet ann

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Author: Sigbert Klinke, 970604
(C) MD*TECH Method and Data Technologies, 21.9.2000