回答済み 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...
5年以上 前 | 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 ...
6年弱 前 | 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 ...