Met.NN1 {Metabonomic} | R Documentation |
Fit single-hidden-layer neural network, possibly with skip-layer connections.
Met.NN1(datos, externa)
datos |
Spectra data frame |
externa |
Not implemented yet |
Application of artificial neural networks (ANN) for data processing is characterized by analogy with a biological neuron. An ANN consists of a layered network of nodes, each of which performs a simple operation on several inputs to produce a single output. This application (Metabonomic Analysis / Neural Network / Neural Network (Single hidden layer)) makes use of the ''nnet'' function from the ''nnet'' R package. This graphical application allows the user to build a single-hidden-layer neural network, selecting the number of units in the hidden layer, the initial random weight and the weight decay. In addition, the user can choose between random or manual selection of the training samples. Launched with the GUI. Beta version.
Jose L. Izquierdo izquierdo@ieb.ucm.es
nnet package http://finzi.psych.upenn.edu/R/library/nnet/html/nnet.html