Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
john karli
john karli le 31 Oct 2021
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

Réponses (0)

Catégories

En savoir plus sur Deep Learning for Image Processing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by