MATLAB Solutions & Expert Answers

Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.

MATLAB expert answering student questions
Showing page 114 of 208 Ask a Question
How to get R squared values in NARX Neural Network?
Hien_Quang_Bui · Aug 2, 2021 · neural network , time series , r square , geh-recommended

Hi, I'd like to ask your support how to get R squared values in NARX Neural Network. Is it function or code to get it? I attach my NARX network as below.   Thank you for your supp…

neural network programming error
Nimisha_shah · Aug 2, 2021 · neural network , train

clear all;clc a=rand(1,1000); b=rand(1,1000); c=rand(1,1000); y=a*2+b*3+c*5 I=[a; b; c;] T=y net = newff([0 1;0 1 ;0 1],[10 1]); net=train(net,I,T); J1=sim(net,I); Op=sim(net,[1 1 …

trial and error approach to find optimal hidden neurones number
coqui · Aug 2, 2021 · neural network , trial and error , hidden nodes number

I have decomposed the data into three parts: 70% (training), 10% (validation) and 20% (testing). When I used trial and error approch, I found the smallest MSE (0.53088525) of train…

What is the use of the target matrix and how do i create one?
Clifford Moses · Jul 30, 2021 · neural network , target matrix , neural network tool , matlab

We are developing a neural network for classification there are 72 signals and there are 100 samples of each signal. We have extracted 49 parameters from each signal. What should m…

Neural Network help
Amjad_e · Jul 30, 2021 · neural network , toolbox

Hello everyone, I'm trying to create a neural network which relates voltage(input) to air gap depth(output). There is no training happening after I use the train command, my networ…

Get a Free Consultation or a Sample Assignment Review!