Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 7 of 7 found.
[1] < 1 > [1]  Sort:

prediction (Package: neuralnet) : Summarizes the output of the neural network, the data and the fitted values of glm objects (if available)

prediction, a method for objects of class nn, typically produced by neuralnet. In a first step, the dataframe will be amended by a mean response, the mean of all responses corresponding to the same covariate-vector. The calculated data.error is the error function between the original response and the new mean response. In a second step, all duplicate rows will be erased to get a quick overview of the data. To obtain an overview of the results of the neural network and the glm objects, the covariate matrix will be bound to the output of the neural network and the fitted values of the glm object(if available) and will be reduced by all duplicate rows.
● Data Source: CranContrib
● Keywords: neural
● Alias: prediction
● 0 images

plot.nn (Package: neuralnet) : Plot method for neural networks

plot.nn, a method for the plot generic. It is designed for an inspection of the weights for objects of class nn, typically produced by neuralnet.
● Data Source: CranContrib
● Keywords: neural
● Alias: plot.nn
● 0 images

neuralnet (Package: neuralnet) : Training of neural networks

neuralnet is used to train neural networks using backpropagation, resilient backpropagation (RPROP) with (Riedmiller, 1994) or without weight backtracking (Riedmiller and Braun, 1993) or the modified globally convergent version (GRPROP) by Anastasiadis et al. (2005). The function allows flexible settings through custom-choice of error and activation function. Furthermore the calculation of generalized weights (Intrator O. and Intrator N., 1993) is implemented.
● Data Source: CranContrib
● Keywords: neural
● Alias: neuralnet, print.nn
● 0 images

neuralnet-package (Package: neuralnet) :

Training of neural networks using the backpropagation, resilient backpropagation with (Riedmiller, 1994) or without weight backtracking (Riedmiller, 1993) or the modified globally convergent version by Anastasiadis et al. (2005). The package allows flexible settings through custom-choice of error and activation function. Furthermore, the calculation of generalized weights (Intrator O & Intrator N, 1993) is implemented.
● Data Source: CranContrib
● Keywords: neural
● Alias: neuralnet-package
● 0 images

gwplot (Package: neuralnet) : Plot method for generalized weights

gwplot, a method for objects of class nn, typically produced by neuralnet. Plots the generalized weights (Intrator and Intrator, 1993) for one specific covariate and one response variable.
● Data Source: CranContrib
● Keywords: neural
● Alias: gwplot
● 0 images

confidence.interval (Package: neuralnet) : Calculates confidence intervals of the weights

confidence.interval, a method for objects of class nn, typically produced by neuralnet. Calculates confidence intervals of the weights (White, 1989) and the network information criteria NIC (Murata et al. 1994). All confidence intervals are calculated under the assumption of a local identification of the given neural network. If this assumption is violated, the results will not be reasonable. Please make also sure that the chosen error function equals the negative log-likelihood function, otherwise the results are not meaningfull, too.
● Data Source: CranContrib
● Keywords: neural
● Alias: confidence.interval
● 0 images

compute (Package: neuralnet) : Computation of a given neural network for given covariate vectors

compute, a method for objects of class nn, typically produced by neuralnet. Computes the outputs of all neurons for specific arbitrary covariate vectors given a trained neural network. Please make sure that the order of the covariates is the same in the new matrix or dataframe as in the original neural network.
● Data Source: CranContrib
● Keywords: neural
● Alias: compute
● 0 images