Skip to content

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.

3 results for “from:jake88”

RSNNS neural network
jake88 · Feb 29, 2016 · r-help

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...

RSNNS neural network
jake88 · Mar 3, 2016 · r-help

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...

RSNNS neural network
jake88 · Mar 3, 2016 · r-help

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 .