Hafsa Hassan
2011-Jul-08 10:46 UTC
[R] R-help: need help in obtaining training data and predictions for neural networks
Dear list, I am new to R and am using it to develop and test my own neural network codes. I need some training datasets that have the prediction results that should (approximately) appear when the datasets are passed through a good neural network, in order to test whether my code is working according to standards or not. Currently I am using nnet() and predict() function in nnet package to get predictions for datasets like iris or USArrest, and then compare them with the results of my code. But I need something better for testing in my project. I have searched a few links for conferences or workshops for these datasets and their predictions, but they are not available open source. Can someone please help me with a link, or guide me where to look? Thanks, Hafsa -- View this message in context: http://r.789695.n4.nabble.com/R-help-need-help-in-obtaining-training-data-and-predictions-for-neural-networks-tp3653691p3653691.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]]
Apparently Analagous Threads
- How do I extract the scoring equations for neural networks and support vector machines?
- FW: neural network not using all observations
- Problem training a neural network with "neuralnet" library
- Backpropagation to adjust weights in a neural net when receiving new training examples
- neural network not using all observations