photo

AMIT POTE


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
10 个回答

排名
3,799
of 297,527

声誉
14

贡献数
0 个提问
10 个回答

回答接受率
0.00%

收到投票数
1

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • First Answer

查看徽章

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

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 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 ...

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 0