Community Profile

photo

Fahmida Haque


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Review

View badges

Feeds

View by

Question


1-D CNN network using data array in Matlab.
clc; data1= readtable('training.xlsx'); A= table2array(data1); targetD= categorical(A(:,4)); trainD = (A(:,1:3)); trainDNew...

4 years ago | 0 answers | 0

0

answers