已回答 Plot attenuation against wavelength
Hi Hadeel,
Here is an example of Signal Attenuation Due to Rainfall:
c = physconst('lightspeed');
rr = 20.0;
freq = [1:1000...
已回答 How do i practice machine learning ?
Hi Issa,
You may prefer the Machine Learning Onramp course, in which there are exercises which will help you to code in Mach...
4 years 前 | 0
已回答 Non LInear Logistic Regression
Hi Shathesh,
You may first look at these document in order to have an idea of Non Linear Logisitic Regression:
From this you ...
已回答 How to edit weights and bias of narxnet?
Hi Sarwmitra,
To change the weights and biases in NARX net:
You can train the NARX network for a loop first, and then set th...
已回答 Function used in Curve Fitting Tool
Hi Teresa,
No, they are not the same, maybe they are giving same answer for your question.
You can refer this link for your ...
4 years 前 | 0
已回答 Problem in forecasting using GRNN
Hi Ulin,
While you are creating network
grnn = newgrnn(x,y,s);
You have used new x and y after changed using “mapstd”, i...
已回答 Multiple outputs in a deep sequential model
Hi Nathan,
You can only have a single output for a sequential input model. You can obtain your results by designing different ...