nuber of neurons in the hidden layer
Message #419 -- Tuesday, May 03, 2005 -- 09:58
The number of neurons in hidden layer is settable under Run> Configure this Project> Advanced...
nuber of neurons in the hidden layer
Message #418 -- Saturday, April 30, 2005 -- 02:40
Related Messages:
hi,
how can i know the number of neurons in the hidden layer of neunet pro. thank you.
Weight Matrix
Message #417 -- Thursday, April 28, 2005 -- 15:50
To see the weights, open the .nnp project file using access and open the table called "SnapShots". The weights are contained in the field called "SnapShot". You must widen and heighten this cell to see them. The NeuNet Pro SDK extracts these weights to a useable matrix (.net file) and shows how to use them to make new predictions.
Someone Help Me Please
Message #416 -- Thursday, April 28, 2005 -- 15:07
Related Messages:
I urgently need to know how to find the network weight matrix for a back propagation network from Neu Net Pro. Otherwise my Professors will pick my brain.
HHHHEEEPPPPPP!!!!!!!!!!
Someone Help Me Please
Message #415 -- Thursday, April 28, 2005 -- 15:05
Related Messages:
I urgently need to know how to find the network weight matrix for a back propagation network from Neu Net Pro. Otherwise my Professors will pick my brain.
HHHHEEEPPPPPP!!!!!!!!!!
i need matlab code for speaker identification
Message #414 -- Friday, April 15, 2005 -- 01:37
Related Messages:
hi all
i m doin my final year project in speaker identification, if anyone is having matlab code for the same, plz send it to me.
thanks
Integer Numbers
Message #413 -- Tuesday, February 01, 2005 -- 11:43
Hi George. The displayed prediction is formated to reasonable amount of accuracy. The extra decimal points actually exist behind those formated numbers. If your training prediction target field was given in pennies instead of dollars, it should force the prediction to display as integer pennies.
Integer Numbers
Message #412 -- Monday, January 31, 2005 -- 16:47
Related Messages:
I have a simple backprop project that is giving me whole integer numbers as predictions. I should be getting predictions out to two decimal points. All the input data has two decimal points. I must have a config set up wrong? Any ideas!
Knowledge on Cancer Diagnosis
Message #411 -- Tuesday, December 07, 2004 -- 01:36
Related Messages:
I wanted to know the predictions on this types of cancers in detail while ailing the patient
Curve Fitting
Message #410 -- Monday, December 06, 2004 -- 09:54
Set up a row of data like this...
x,f(x)
Make hundreds of these rows for many values of x.
Now train NeuNet to predict f(x) based on x