Re: [R] Neuralnet package in R gives wrong output

2015-10-28 Thread John Kane
Kane Kingston ON Canada > -Original Message- > From: mar.sap...@gmail.com > Sent: Tue, 27 Oct 2015 18:34:12 +0100 > To: r-help@r-project.org > Subject: [R] Neuralnet package in R gives wrong output > > I'm trying to generate prediction of the column "dubina

[R] Neuralnet package in R gives wrong output

2015-10-27 Thread Marijan Sapina
I'm trying to generate prediction of the column "dubina" using this algorithm made in R's "neuralnet" package. But I keep getting non-reliable neural-net output. I have tried changing the number of hidden layers, normalizing and denormalizing data. Is there a mistake in the algorithm, maybe because

[R] Neuralnet package in R gives wrong output

2015-10-24 Thread Marijan Sapina
I'm trying to generate prediction of the column "dubina" using this algorithm made in R's "neuralnet" package. But I keep getting non-reliable neural-net output. I have tried changing the number of hidden layers, normalizing and denormalizing data. Is there a mistake in the algorithm, maybe because