답변 있음 How to display results obtained from simulink
Hi @nkumar,
I understand that you wish to store the outputs of “To Workspace” block in "array" format into an excel sheet with...
답변 있음 how to check RMSE of trained neural network?
Hi @Saba Yousaf,
You can calculate Root Mean Squared Error (RMSE), Mean Absolute Error (MAE), Mean Absolute Percentage Error (M...
답변 있음 how to create Time distributed layer
Hi @angeline yap,
I understand that you want to create a “Time distributed Layer” in your implementation of network. As a ...
9개월 전 | 0
답변 있음 How to estimate by already trained network
Hi @Arman Naderi,
I understand that you want to estimate new Y values. As seen from your given code, “YtsNet” variable is sto...
9개월 전 | 0
답변 있음 How to perform this zero center
Hi @Lin,
I understand from your question that you want to know how “image3dinputLayer” in MATLAB is calculating “zerocenter” ...
9개월 전 | 0
답변 있음 How to plot confusion matrix?
Hi @Niculai Traian,
According to your question, you want to know which variables would be the right arguments for “plotconfus...
답변 있음 How to retrain segnet?
Hi @vipin xavior,
I understand that you want to achieve incremental training of an already trained “segnetLayers” model and t...
9개월 전 | 0
답변 있음 How to cluster discrete data
Hi @Iene Rutten,
There are various ways to obtain clusters. You can refer the following methods:
K-Means clustering: The f...
9개월 전 | 0
답변 있음 How to plot PCA?
Hi @Mona Alghamdi,
I understand that you want to identify which principal components are influenced by which variables and by...
9개월 전 | 0
답변 있음 how to use multisvm
Hi @shafna mtp,
I see that you wish to classify multiple classes using SVM. We can achieve this using “ClassificationECOC” fu...
9개월 전 | 0
답변 있음 2-D Gaussian filtering of image
Hi @Valerio Di Sano,
I understand that you wish to smooth an image with standard deviation in meters or pixels, relating to r...
9개월 전 | 1
답변 있음 How to Remove Noise
Hi @agung pratama,
I understand that you want to reduce the noise in your images. We can approach this by using image process...