photo

AMIT POTE


Last seen: oltre 3 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

MATLAB Answers

0 Domande
10 Risposte

RANK
3.766
of 300.364

REPUTAZIONE
14

CONTRIBUTI
0 Domande
10 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
1

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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...

oltre 3 anni fa | 0

| accettato

Risposto
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...

oltre 3 anni fa | 1

| accettato

Risposto
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...

oltre 3 anni fa | 0

Risposto
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 ...

oltre 3 anni fa | 0

Risposto
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...

oltre 3 anni fa | 0

Risposto
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...

oltre 3 anni fa | 0

Risposto
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...

oltre 3 anni fa | 0

Risposto
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...

oltre 3 anni fa | 0

| accettato

Risposto
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...

oltre 3 anni fa | 0

Risposto
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...

oltre 3 anni fa | 0