photo

Jyoti Nautiyal


Last seen: 12 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
123,277
of 301,067

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 21,165

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,644

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how can I take elements of an array as input to a function in a set of 10 elements each?
I have an array of [1x676]. I need to input this array [1x676] in a function through testbench. how can I input it in a set o...

2 years 前 | 3 个回答 | 0

3

个回答

提问


Why number of filters, numF = round(16/sqrt(SectionDepth)) and why numF is doubled in each convolution in Deep Learning Using Bayesian Optimization in MATLAB Documentation?
imageSize = [32 32 3]; numClasses = numel(unique(YTrain)); numF = round(16/sqrt(optVars.SectionDepth)); ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Can we tune the filter size and number of filters in a CNN automatically using Bayesian optimization?
what are all the hyper-parameters that can be tuned using Bayesian optimization in experiment manager?

4 years 前 | 1 个回答 | 0

1

个回答

提问


How can we tune network architecture hyperparameters like number of filters, filter size etc. using Bayesian Optimization? Is Bayesian Optimization only for training options?
how to tune hyperparameters of network architecture in a convolutional neural network? which hyperparameters can be tuned using...

4 years 前 | 0 个回答 | 0

0

个回答

提问


change size of images
I have a database of thousands of images of different sizes like 45x78, 67x89, 83x99 etc. how to make all the images of same siz...

5 years 前 | 2 个回答 | 0

2

个回答

提问


fully connected layer in a CNN
I trained a CNN for MNIST dataset with one fully connected layer. The input to fully connected layer is 9 channels of size 20 x ...

5 years 前 | 1 个回答 | 0

1

个回答