[R] Artificial Neural Networks

2010-01-03 Thread Alex Olafson
Hi! I am studying to use some R libraries which are applied for working with artificial neural neworks (amore, nnet). Can you recommend some useful, reliable and easy to get example data to use in R for creating and testing a neural network? And what library will you advise?

Re: [R] Artificial Neural Networks

2010-01-03 Thread milton ruser
Hi Alex, I am not a NN user, but I would suggestion you give more information about what are you planning to do. May be it helps the helper. Happy New Year. miltinho On Sun, Jan 3, 2010 at 3:54 PM, Alex Olafson alex.olaf...@yahoo.com wrote: Hi! I am studying to use some R libraries which are

Re: [R] Artificial Neural Networks

2010-01-03 Thread Wensui Liu
1) there are plenty of data for neural net testing in R. you might check datasets package on CRAN. 2) which neural net are you talking about, BP, RBF, LVQ, or something else. the world of neural nets is pretty much like a zoo. without knowing which animal you are talking about, nobody can help