Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
I am new to R and neural networks . So I trained and predicted an elman network like so :? require ( RSNNS )? mydata = read.csv("mydata.csv",header = TRUE)? mydata.train = mydata[1000:2000,]? mydata.test = mydata[800:999,]? fit <- elman ( mydata...
Data set attached ? require ( RSNNS ) mydata = read.csv("mydata.csv",header = TRUE) mydata.train = mydata[3000:10000,] mydata.test = mydata[10005:10006,] myfit <- elman ( mydata.train[,2:19],mydata.train[,1], size =100 , learnFuncParams =c (0.1) , maxit =1000) pred...
Data set attached ? rename to mydata.csv . require ( RSNNS ) mydata = read.csv("mydata.csv",header = TRUE) mydata.train = mydata[3000:10000,] mydata.test = mydata[10005:10006,] myfit <- elman ( mydata.train[,2:19],mydata.train[,1], size =100 , learnFuncParams =c (0...
Can't find what you're looking for? Try searching with Google .