R Neural Network package with multiple hidden layers -


i have been using neural network on matlab, not able locate package allows multiple hidden layer nn. r machine learning task view suggests `nnet' package allows 1 layer networks not useful me.

are there other packages can train sophisticated neural networks matlab?

(if there are, cran page should updated. ideas on how that??)

package neuralnet allows this, specify vector number of nodes in each hidden layer.

rsnns (an interface stuttgart neural network simulator) mentioned on page link, , allows multiple hidden layers , complex topologies.

as far updating machine learning & statistical learning task view, contact maintainer, name , email address appears @ top of page.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -