![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/18120661_1586529345351_DEF.jpg)
AMIT POTE
Followers: 0 Following: 0
Feeds
답변 있음
Is there Matlab open source of a convolutional neural network (CNN) with images to train the CNN model?
Hey @Daniel Duarte You can implement a CNN for classification either from scratch or by using some popular pretrained Deep Neur...
Is there Matlab open source of a convolutional neural network (CNN) with images to train the CNN model?
Hey @Daniel Duarte You can implement a CNN for classification either from scratch or by using some popular pretrained Deep Neur...
2년 초과 전 | 0
| 수락됨
답변 있음
How may i resize a promt window?
You can go through the following documentation to read more about input dialog box https://www.mathworks.com/help/matlab/ref/i...
How may i resize a promt window?
You can go through the following documentation to read more about input dialog box https://www.mathworks.com/help/matlab/ref/i...
2년 초과 전 | 1
| 수락됨
답변 있음
Append corresponding values to new matrix
Hey @MadjeKoe. You can append new values to a newly created array using end operator. For ex: If suppose your accuracy array i...
Append corresponding values to new matrix
Hey @MadjeKoe. You can append new values to a newly created array using end operator. For ex: If suppose your accuracy array i...
2년 초과 전 | 0
답변 있음
hello, Can someone please help write the following algorithm as a Matlab Function for Simulink? i am having trouble with the else statement and time increments. Thanks!
Hi @Muhammad Rameez Rashid. You can go through the following documentation to understand writing if-else statements in MATLAB ...
hello, Can someone please help write the following algorithm as a Matlab Function for Simulink? i am having trouble with the else statement and time increments. Thanks!
Hi @Muhammad Rameez Rashid. You can go through the following documentation to understand writing if-else statements in MATLAB ...
2년 초과 전 | 0
답변 있음
Criteria for judging overfitting
Hey @정민 이. There is no thumb rule that a particular difference in R-values would cause overfitting. Typically, if the R value f...
Criteria for judging overfitting
Hey @정민 이. There is no thumb rule that a particular difference in R-values would cause overfitting. Typically, if the R value f...
2년 초과 전 | 0
답변 있음
how do 2D Fourier transform for non-uniform matrix ?
Hi Eslam. You can calculate the 2D Fourier Transform for a non-uniform matrix using fft2(X) function which takes the input matr...
how do 2D Fourier transform for non-uniform matrix ?
Hi Eslam. You can calculate the 2D Fourier Transform for a non-uniform matrix using fft2(X) function which takes the input matr...
2년 초과 전 | 0
답변 있음
How can I solve this second order equation?
Hi Shada, Seecond order differential equations can be solved using dsolve() or ode45() function. You can go through the followi...
How can I solve this second order equation?
Hi Shada, Seecond order differential equations can be solved using dsolve() or ode45() function. You can go through the followi...
2년 초과 전 | 0
답변 있음
NLP Transformer model in MATLAB
Hey @Shuwei Wang. You can use the pretrained BERT Transformer Model from the Deep Learning Toolbox. You can go through the foll...
NLP Transformer model in MATLAB
Hey @Shuwei Wang. You can use the pretrained BERT Transformer Model from the Deep Learning Toolbox. You can go through the foll...
2년 초과 전 | 0
| 수락됨
답변 있음
How Support Vector Machine Used for Classification of Signal
SVM can be used for classification using two methods: i) fitcsvm(): Used for binary classification ii) fitcecoc(): Used for mu...
How Support Vector Machine Used for Classification of Signal
SVM can be used for classification using two methods: i) fitcsvm(): Used for binary classification ii) fitcecoc(): Used for mu...
2년 초과 전 | 0
답변 있음
How can I solve matrix selection extraction
You can go through the following documentation to understand indexing in MATLAB Array Indexing - MATLAB & Simulink (mathworks.c...
How can I solve matrix selection extraction
You can go through the following documentation to understand indexing in MATLAB Array Indexing - MATLAB & Simulink (mathworks.c...
2년 초과 전 | 0