photo

mahmoud Bassiouni


Last seen: 18 jours il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

All
  • Thankful Level 2
  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 1
  • First Submission

Afficher les badges

Feeds

Afficher par

Question


Can we connect the fullyconnected layer of the Vgg19 pretrained model with the TCN block so that the Vgg19 and TCN can be combined? I have 2 Errors and I need to be solved
net = vgg19; lgraphUpdated = layerGraph(net); lgraphUpdated = removeLayers(lgraphUpdated,'output'); lgraphUpdated = removeLay...

plus d'un an il y a | 1 réponse | 0

0

réponse

Question


How can pass the output of the fully connected layer of a deep learning model to the sequence input layer of another deep learning model?
I need to known how to pass the features extracted from the fully connected layers of a pre-trained model for example (Alexnet) ...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


I have a problem in the classification stage the classify function doesn't work. It needs more parameters although it work in the examples with two parameters only
XTrain = AllTrainCel(1:200000,:)'; 4 * 200000 YTrain = categorical([1 0 -1 -2]'); % 4 * 1; layers = [ ... sequenceInp...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
I have a problem in the trainNetwork for Xtrain and Ytrain it gives me X and Y must have the same number of observations.
The problem is in the classification stage the classify doesnt work it. It needs more parameters although it work in the example...

plus de 5 ans il y a | 0

Question


I have a problem in the trainNetwork for Xtrain and Ytrain it gives me X and Y must have the same number of observations.
XTrain = importdata('C:\Users\m7mod\Documents\MATLAB\TrainM.mat'); % size of XTrain = 9 * 44 YTrain = categorical([1 1 1 1 0 ...

plus de 6 ans il y a | 2 réponses | 0

2

réponses

A soumis


ECG Preprocessing, Segmentation and Obtaining the Mean P-QRS-T fragment
ECG Analysis performing pre-processing, segmentation and obtains Mean of P-QRS-T fragment

plus de 6 ans il y a | 5 téléchargements |