![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15415899_1556863751421_DEF.jpg)
Jyoti Nautiyal
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
79,984
of 297,046
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
1 year ago | 3 answers | 0
3
answersQuestion
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)); ...
3 years ago | 1 answer | 0
1
answerQuestion
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?
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 0 answers | 0
0
answersQuestion
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...
4 years ago | 2 answers | 0
2
answersQuestion
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 ...
4 years ago | 1 answer | 0