photo

Ecem


Last seen: 1 year 前 自 2022 起处于活动状态

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=...

1 year 前 | 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

0

个回答