kh rezaee
Meybod University
Followers: 0 Following: 0
Feeds
提问
Can I add the menu bar or toolbar for figures in training progress (Deep learning)?
Hi. In the 2020 (a) version, I was able to edit the output after I used this command for training progress figure. However, I ...
2 years 前 | 0 个回答 | 0
0
个回答已回答
Convert signal to image??
Use spectogram functions of signal to convert as an image. I guess you need this method to process images using deep learning. I...
Convert signal to image??
Use spectogram functions of signal to convert as an image. I guess you need this method to process images using deep learning. I...
4 years 前 | 0
已回答
Combining N pattern classifiers using weighted majority voting in Matlab
I think that your problem is near this code: voteWeightsSUM = sum(voteWeights); W = voteWeights/(voteWeightsSUM); outPu...
Combining N pattern classifiers using weighted majority voting in Matlab
I think that your problem is near this code: voteWeightsSUM = sum(voteWeights); W = voteWeights/(voteWeightsSUM); outPu...
5 years 前 | 0
已回答
PSO-SVM Classification technique
For better classification, I suggest you use PSO to feature selection and SVM to classify data. But combination of PSO and SVM i...
PSO-SVM Classification technique
For better classification, I suggest you use PSO to feature selection and SVM to classify data. But combination of PSO and SVM i...
9 years 前 | 0