Is there a kind of package in R for this? Is the "AMORE" package a possible surrogate for Matlab's Neural Network Toolbox? Thanks.
+4
A:
the library packagennet
offers a lot of functionality for neural networks. Alternatively, there is also neural
for MLP and RBF networks. See also www.rseek.org
edit : for multilayer networks, AMORE is the way to go.
Joris Meys
2010-10-10 17:13:59
cough... "package" ...cough... ;-)
Gavin Simpson
2010-10-10 18:09:36
@ucfagls : cat(replicate(1000,"I will never call a package library again.\n"))
Joris Meys
2010-10-10 18:27:17
Joris gets an honorary Martin Maechler award for that.
Dirk Eddelbuettel
2010-10-10 18:39:47
@Dirk: a clear case of fortune("library"). Thx for the award ;-)
Joris Meys
2010-10-10 19:03:14
@Joris: thanks, I'm still studying neural network, and found that nnet only support single hidden layer, will it be a big issue? Actually I am trying to do some forecasting in stock price, and saw someone using Matlab, so wondering if R can also do similar stuff.
lokheart
2010-10-11 01:34:06
@lokheart: true. Didn't know you wanted multilayer networks specifically. For that, you'll need indeed amore, but I have no experience with that package.
Joris Meys
2010-10-11 08:37:16