DATA MINING
Desktop Survival Guide by Graham Williams |
|||||
Each node in a neural network is an independent processing unit. It accepts multiple numeric inputs that we might consider as signals, and if the combined signal is strong enough it passes the signal on as its single output.
The R package provides a neural network package to fit a neural network with a single hidden layer. See the nnet package in R.