フィルターのクリア

How to concatenate output of two train model and do Overhead Classification?

2 ビュー (過去 30 日間)
john karli
john karli 2021 年 10 月 31 日
I have eye-dagram dataset of [BPSK,QPSK,8PSK,2PSK]. one model trained on just I sample and one is trained on Q sample. I have attached the I-sample image for understanding. When i train the model on eye-diagram (Attached image) the accuracy are not good but when i train on only I-sample the accuracy are very good. Then i have train two separate model on I-sample and Q-sample.
Now i want to concatinate for overhead classification.
please assist
net1 = trainNetwork(auimdsTrain,lgraph,options); % train on I-sample
net2 = trainNetwork(auimdsTrain,lgraph,options); % train on Q-sample

回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning for Image Processing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by