Alternative of Matlab's Neural Network Toolbox in R [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this questionIs there a kind of package in R for this? Is the "AMORE" package a possible surrogate for Matlab's Neural Network Toolbox? Thanks.
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.
精彩评论