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=...
거의 3년 전 | 답변 수: 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=...
대략 3년 전 | 답변 수: 0 | 0