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 nnrpredict nnrload

Quantlet: nnrsave
Description: saves a network in different names

Usage: nnrsave(net, name)
Input:
net composed object from nnrnet
name name of a file (without extension)

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)

nnrsave (net, "nnkred")

Result:

runs a neural network with 10 hidden units for the kredit 

data of Fahrmeier and Hammerle and computes the predicted

values and saves it in filesnnkred.xxx


Library: nn
See also: nnrnet ann nnrpredict nnrload

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, 970603
(C) MD*TECH Method and Data Technologies, 21.9.2000