Feeds
답변 있음
How to caculate the size of input weight matrix when using the cell data to train a neural network?
% Load data from the file data = load('alphabet.mat'); inputs = data.inputs; % Assuming 'inputs' contains 9x7 matrices repres...
How to caculate the size of input weight matrix when using the cell data to train a neural network?
% Load data from the file data = load('alphabet.mat'); inputs = data.inputs; % Assuming 'inputs' contains 9x7 matrices repres...
대략 2년 전 | 0
