Re: [R] DeepNet package - how to add hidden layers?

2015-01-19 Thread Charles Determan Jr
Hi Davide, You really shouldn't post on multiple forums. Please see my response on SO, http://stackoverflow.com/questions/27990932/r-deepnet-package-how-to-add-more-hidden-layers-to-my-neural-network, where I tell you that you can add additional layers by simply adding to the hidden vector

[R] DeepNet package - how to add hidden layers?

2015-01-16 Thread davide.chi...@gmail.com
Hi I just started to study the deepnet package: http://cran.r-project.org/web/packages/deepnet/index.html It is about deep leaning, so about the usage of multi-layer neural networks. I've started to use the train() functions available in the package, but I really cannot understand how to add more