답변 있음 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...
거의 6년 전 | 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 ...