RSNNS
RSNNS copied to clipboard
RSNNS: Neural Networks in R using the Stuttgart Neural Network Simulator (SNNS)
Hi. I am making use of elman neural networks. I want to use RELU FUNCTIONs on networks... but, there's no RELU Function on RSNNS Which options could I use, if...
Hello, I would like to know why the results using Windows or Linux are different. ```R library(RSNNS) set.seed(1) data = matrix(rnorm(300), ncol = 3) model = mlp(x = data[1:95, 1:2],...
Hi, I use the RSNNS package and today I noticed something strange. It always worked, however, today I used it and the forecast is very strange. Do you know something?...
when using, e.g.: size=c(2,2), the function exits with a seg fault, but should better report that Jordan networks with more than one hidden layer don't make much sense, as their...
Hello, I am trying to install a package in sparkR and getting the error unable to access index for repository http://mran.revolutionanalytics.com/snapshot/2015-05-01/src/contrib The version of R i'm using is 3.2.0 and...
Is it possible to assign new learning algorithm to the package, which is not already included like Tabu search or Simulated Annealing?
Dear Christoph, I would like suggest a feature to add in your great package, that is cruelly missing in R version. It would be nice to propose an initialization method...
I'm using SNNS function `loadNet(netfile)` to recover network state. I can't find any equivalent in RSNNS.
Using `data
I do not see where time-delay neural network is documented? Can you please be so kind and gracious enough to let me know where the tdnn is documented in your...