Feeds
已回答
how to rewrite this for feedforward neural network for with 52 inputs and 2 output that predict emission rate not for digits, where i get an error of In an assignment A(:) = B, the number of elements in A and B must be the same. Error in line36
hi, what is means of paramater? sweep=[3,5:5:50]; %parameter values to test scores=zeros(length(sweep),1); %pre-allcation m...
how to rewrite this for feedforward neural network for with 52 inputs and 2 output that predict emission rate not for digits, where i get an error of In an assignment A(:) = B, the number of elements in A and B must be the same. Error in line36
hi, what is means of paramater? sweep=[3,5:5:50]; %parameter values to test scores=zeros(length(sweep),1); %pre-allcation m...
4 years 前 | 0
提问
Generating a graph from neural network
Hi. How to generate a graph from neural network train tool? Let say for y-axis = MSE and Accuracy, x-axis = number of neuron. ...
4 years 前 | 1 个回答 | 0
1
个回答提问
Peak value on plot graph
y=a1(:,1); chan1= y-mean(a1); fs=128; d=1/fs; t=[0:length(chan1)-1]*d; fs=fft(chan1,128); pp=fs.*conj(fs)/128; ff=(2...
5 years 前 | 1 个回答 | 0
1
个回答提问
Plot graph from edf file
Hi, I am able to read edf file but how to plot the graph from it? Thanks. This is from edf read. ver: 20160817 ...
6 years 前 | 0 个回答 | 0