Feeds
提问
I am implementing forward neural network for prediction while taking weights from patternnet trained model
Dir = '.'; outputFile = fullfile(Dir, 'net_test1.mat'); load(outputFile, 'TrainedNet'); %% ih1w = TrainedNet.IW{ 1, 1 }; h1...
2 years 前 | 1 个回答 | 0
