Re: [R] Help on Neural Network package

2015-06-02 Thread Charles Determan
You model is reaching the error threshold otherwise you would be receiving an 'actual' error message. You model is just converging very quickly. If you want to see the error reducing, change lifesign="minimal" to lifesign="full" and set the lifesign.step=1 to make it very verbose for this model.

[R] Help on Neural Network package

2015-06-02 Thread ravishankar narayanan
Hi, Developing a Neural Network in R to predict the quality of wine.Attached is the Wine Data Set.Tried twice once by selecting specific features and once by using all features to predict quality of wine Each time I run the Neural Network I am getting a huge error.Tried using feature selection a