Respondida
cannot get good result by newff
See my answer in the newsgroup. Greg

más de 14 años hace | 0

| aceptada

Respondida
ANN
If you plot output vs each of the inputs you will see that each plot consists of 3 vertical lines. The best model I can think ...

más de 14 años hace | 0

Respondida
How to stop changing weights in neural network?
The whole purpose of training is to change weights from assigned inital values to final values that correspond to the minimu...

más de 14 años hace | 0

| aceptada

Respondida
Focused Time-Delay Neural Network (newfftd)
I believe that to be an error. See my corresponding posts by searching with the keywords heath newfftd laser Hopethis h...

más de 14 años hace | 1

| aceptada

Respondida
net to struct and vice versa.
The net is a structure. Therefore, there may not be a problem. Hope this helps. Greg

más de 14 años hace | 0

Respondida
How to save the final value of epoch?
Nepochs = tr.epochs(end); Hope this helps. Greg

más de 14 años hace | 1

Respondida
neural network
>> lookfor prediction applin1 - Linear Prediction Design applin2 - Adaptive Linear...

más de 14 años hace | 0

| aceptada

Respondida
protein sequence training
In general, the number of elements in the input vector, I, and the number of elements in the corresponding output vector, O, are...

más de 14 años hace | 0

| aceptada

Respondida
The meaning of Maximum MU reached
help trainbr doc trainbr Hope this helps. Greg

más de 14 años hace | 0

Respondida
what happened to 'dividenull" in the neural network toolbox?
net.divideFcn = 'dividetrain'; help dividetrain doc dividetrain Hope this helps Greg

más de 14 años hace | 0

Respondida
neural network algorithm
Provided there is a deterministic trend to the input/output relationship, all you need is a sufficient number of input/output pa...

más de 14 años hace | 0

Respondida
Help meeeee.....through this prblm.
The syntax to create a feedforward network with : - 3 unit of inputs - hidden1 : 3 nodes - hidden2 : 2 nodes - 2 unit of o...

más de 14 años hace | 0

Respondida
create target for neural network
remo asked on 12 Feb 2012 at 12:29 >I had extracted feature vector of an image and saved it in a excel document. feature ve...

más de 14 años hace | 1

Respondida
Test and validation data coming null
help dividerand doc dividerand [trnind,valind,tstind] = dividerand(50,0.6,0.2,0.2) Hope this helps. Greg

más de 14 años hace | 0

| aceptada

Respondida
Changing the output of a neural network
>> t = [ 0 0 0 0 % target 0 1 1 0 0 0 0 0 1 0 0 1] y = [ 0.1 0 0.4 0.3 % outp...

más de 14 años hace | 0

| aceptada

Respondida
GA-Neural Network Hybridization
I don't see how they can be combined to an advantage. Just write the I/O relationship for the net in terms of input, weigh...

más de 14 años hace | 2

| aceptada

Respondida
how to get the transfer function
The terminology "Transfer Function" is only applicable to the spectral analysis of linear systems. Clearly it is inappropriate f...

más de 14 años hace | 0

| aceptada

Respondida
Neural Network is giving incorrect results after 99.4 % training , Why?
Ali on 31 Jan 2012 at 10:13 Thank You Ok now i have excluded the irrelevant information I' m using Matlab 7.9(R2009b...

más de 14 años hace | 0

| aceptada

Respondida
debug Mode when train
[imagefile] = imread([direktori,namafile],'bmp'); filegambar = im2bw(imagefile,0.5); imagefile = bwmorph(~filegamb...

más de 14 años hace | 0

| aceptada

Respondida
newrbe matlab2007b vs 2010a
The call to newrbe should be of the form scene_RBNN = newrbe(input_array,target_array,spread_const); Hope this helps. ...

más de 14 años hace | 0

Respondida
use an arbitrary error in training procedure of a neural network
Go back to the derivation of the change in weights for the output net(x) and modify it for whichever topology you are contempl...

más de 14 años hace | 1

| aceptada

Respondida
Neural Network : Poor Result
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% PTRN = [1 2 3 4 5 0 1 2 5; 1 2 3 4 5 1 1 1 1] TTRN = [2 4 6 8 10 0 2 3 6] PTST = ...

más de 14 años hace | 0

| aceptada

Respondida
Neural Network Output :Scaling the output range.
Hello Greg, Thanks again for answering the question. For my case, no rigid bound, 1. INCORRECT. ALL 3 VARIABLES ARE BOUND...

más de 14 años hace | 0

| aceptada

Respondida
Neural Network is giving incorrect results after 99.4 % training , Why?
e=0.2; % initialize error value UNNECCESARY net=newff(minmax(input),Tar,[2 5],{'tansig','logsig'},'traingdx'); IN...

más de 14 años hace | 0

Respondida
need help with neural network
If you have source access try this: type mse type postreg Hope this helps. Greg

más de 14 años hace | 0

Respondida
Neural Network Output :Scaling the output range.
If the target has rigid bounds, scale the data to either [0,1] or [-1,1] and use either LOGSIG or TANSIG, respectively. O...

más de 14 años hace | 0

Respondida
Neural Networks Algorithm for predicting the fourth word in a sentence
>I have this assignment with where we're required to analyze a learning algorithm for predicting the fourth word in a sentence. ...

más de 14 años hace | 0

Respondida
Back propagation algorithm of Neural Network : XOR training
It is well known that successful deterministic training depends on a lucky choice of initial weights. The most common approach...

más de 14 años hace | 0

Respondida
Back propagation algorithm of Neural Network : XOR training
close all, clear all, clc x = [0 0 1 1; 0 1 0 1] t = [0 1 1 0] [ni N] = size(x) [no N] = size(t) nh = 2...

más de 14 años hace | 3

| aceptada

Respondida
Changing the format of output of data from a neural network
For a net with I-H-O node topology, an input matrix of N I-dimensional input column vectors has size(input) = [ I N ] . The comm...

más de 14 años hace | 0

Cargar más