Ecem
Followers: 0 Following: 0
Feeds
提问
multiple input single output neural network
%%% I want to calulate Mean square error clc ; clear all; load('input'); load('output'); % s=5 ; %neurons x=input ; y=...
2 years 前 | 1 个回答 | 0
1
个回答提问
Incorrect dimensions for matrix multiplication
clc;clear all; syms J % syms x1 x2 x3 N=50; %MODEL x = -2*pi:0.1:2*pi; y = sin(x)./x; x_t=transpose(x); t=x_t; y_t=...
2 years 前 | 0 个回答 | 0