[R] Calculating different PCAs in R

2015-03-31 Thread im db
Dear All, I want to use princomp() function in R in order to calculate Principle Component Analysis.In different papers, I have seen "PCA 1", "PCA 2", "PCA 11" , etc. Would you please tell me how can i calculate different PCAs in R?At the moment i just use this line "eigenVectors <- pca$loadings

[R] Connecting Context layer to hidden layer in RSNNS package in R

2015-03-23 Thread im db
 Dear All, I'm using RSNNS package in R to simulate Elman Network (1991).Here I have more than 1 hidden layer, (10,70,10). if I want to connect the hidden layer with size 70 to the context layer (It means I would like to have a context layer of size 70), what should I do? Thank you so much in

[R] WG: Questions about neural networks in RSNNS

2015-03-21 Thread im db
Dear All,I'm using RSNNS package in R, for Elman Neural Network. Now I have some question.s1- How can i set the weight range for the Elman Netwrok in RSNNS Package? At the end my goal is to have activation value range between 0 and 1.2- How can i use Softmax activation function for the elman ne