Feeds
질문
How to train a vector multiple-input multiple-output network
I want to train a vector multi-input, multi-output network, but I get the error “Number of input data formats (1) and number of ...
거의 2년 전 | 답변 수: 1 | 0
1
답변질문
入力、出力がともにベクトルの2入力、2出力の深層学習を行う方法について
clear %すべて同じ行数の縦ベクトルが入ったCSVファイル input1ds=signalDatastore("input1.csv") input2ds=signalDatastore("input2.csv") output1ds=sign...
거의 2년 전 | 답변 수: 0 | 0
