R: Neural Network Package

In order to build a predictive model and utilize the neural procedure,  SAS users need to have the SAS Enterprise Miner installed to complete the model comparison and scoring process.

R provides a cheap workaround to the expensive SAS Enterprise Miner soluation.  Install nnet package that provides “feed-forward Neural Networks and Multinomial Log-Linear Models” as an alternative.

install.packages(“nnet”)

library(nnet)