photo

Ecem


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers