Prev: To view results on 4 labs on parallel command window
Next: plotting graph between any two channels of an image
From: RM Lad on 18 Feb 2010 01:47 Hi, I am new to the forum and would like to get some suggestions and help to the following: I have to linearly relate 3 inputs to one output and derive an empirical equation in neural network. The equation is of form as given below: y = a*x + b*w + c*z + d; where: y is the output, a,b, and c are coefficients x, w, and z are input d is constant. Thanks, RM
From: Rune Allnor on 18 Feb 2010 04:11 On 18 Feb, 07:47, "RM Lad" <radhika.mistry2...(a)gmail.com> wrote: > Hi, > > I am new to the forum and would like to get some suggestions and help to the following: > > I have to linearly relate 3 inputs to one output and derive an empirical equation in neural network. The equation is of form as given below: > y = a*x + b*w + c*z + d; > where: > y is the output, > a,b, and c are coefficients > x, w, and z are input > d is constant. This is a plain vanilla run-of-the-mill utterly standard least squares parameter estimation problem. No need for the neural net. Rune
From: RM Lad on 5 Mar 2010 02:05
Rune Allnor <allnor(a)tele.ntnu.no> wrote in message <3604bdfb-cac7-4bab-8969-dfe6ccf69b8a(a)o3g2000yqb.googlegroups.com>... > On 18 Feb, 07:47, "RM Lad" <radhika.mistry2...(a)gmail.com> wrote: > > Hi, > > > > I am new to the forum and would like to get some suggestions and help to the following: > > > > I have to linearly relate 3 inputs to one output and derive an empirical equation in neural network. The equation is of form as given below: > > y = a*x + b*w + c*z + d; > > where: > > y is the output, > > a,b, and c are coefficients > > x, w, and z are input > > d is constant. > > This is a plain vanilla run-of-the-mill utterly standard > least squares parameter estimation problem. No need for > the neural net. > > Rune Hi Thanks for your response. I have been told to dervie the equation using neural network specificly. I have looked around but have not had much luck yet. Comments, suggestions are welcome. Thanks, Radhika |