![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/26829887_1655962571054_DEF.jpg)
Sanyam
Followers: 0 Following: 0
Feeds
답변 있음
how to make the same image size ?
Hey @Mohamed Nasr, The imdsValidation in your code is an augmentedImageDatastore, it is used to apply transformations to imageD...
how to make the same image size ?
Hey @Mohamed Nasr, The imdsValidation in your code is an augmentedImageDatastore, it is used to apply transformations to imageD...
2년 초과 전 | 0
답변 있음
Error using trainNetwork (line 154) augmentedImageSource cannot form MiniBatches of data because input image sizes differ in 3rd dimension. Consider using 'ColorPreprocessing'
It looks like your data set contains images of different color channels like grayscale, rgb etc. matlab does not allow 2 images ...
Error using trainNetwork (line 154) augmentedImageSource cannot form MiniBatches of data because input image sizes differ in 3rd dimension. Consider using 'ColorPreprocessing'
It looks like your data set contains images of different color channels like grayscale, rgb etc. matlab does not allow 2 images ...
2년 초과 전 | 0
답변 있음
in a matrix m, how to select the rows after m(m(:,1)==1,2)
Hey @Loriann Chevalier Answer of @dpb is cool, but if you don't remember the syntax to perform vectorized operations in MATLAB,...
in a matrix m, how to select the rows after m(m(:,1)==1,2)
Hey @Loriann Chevalier Answer of @dpb is cool, but if you don't remember the syntax to perform vectorized operations in MATLAB,...
2년 초과 전 | 0
답변 있음
Convolution neural network for image classification in deep learning
Most of the neural networks take an image of fixed dimension. If you have images of different dimension in your dataset then MAT...
Convolution neural network for image classification in deep learning
Most of the neural networks take an image of fixed dimension. If you have images of different dimension in your dataset then MAT...
2년 초과 전 | 0
답변 있음
pre trained deep learning network
Hey @Ahmad Alhashil There are a lot of different ways you can try to increase accuracy of your model using transfer learning. ...
pre trained deep learning network
Hey @Ahmad Alhashil There are a lot of different ways you can try to increase accuracy of your model using transfer learning. ...
2년 초과 전 | 0
답변 있음
i have a vector and i want to convert it in to single cell aray.
Hey @rishika yadav You can create an empty cell of the size of your vector: x = cell(size(A)) Then itererate over all the elem...
i have a vector and i want to convert it in to single cell aray.
Hey @rishika yadav You can create an empty cell of the size of your vector: x = cell(size(A)) Then itererate over all the elem...
2년 초과 전 | 0
답변 있음
how working layers in deep learning ?
Hey @voxey To understand these concepts in depth, I would suggest you to have look at the deep learning and image processing co...
how working layers in deep learning ?
Hey @voxey To understand these concepts in depth, I would suggest you to have look at the deep learning and image processing co...
2년 초과 전 | 0
답변 있음
i have a problem with augmentedimagedatastore how can i solve it?
It looks like your data set contains images of different color channels like grayscale, rgb etc. matlab does not allow 2 images ...
i have a problem with augmentedimagedatastore how can i solve it?
It looks like your data set contains images of different color channels like grayscale, rgb etc. matlab does not allow 2 images ...
2년 초과 전 | 0
답변 있음
I have time series data in excel. How do I divide it to a certain number of intervals?
Hey Rohit! First step would be to import the excel data in matlab environment. Go to the home button in your editor and click o...
I have time series data in excel. How do I divide it to a certain number of intervals?
Hey Rohit! First step would be to import the excel data in matlab environment. Go to the home button in your editor and click o...
2년 초과 전 | 1
| 수락됨
답변 있음
If I change the activation function of VGG16, will the accuracy increase?
This cannot be directly said, as kind of activation function to use is also a hyperparameter. What you can do is to check the pe...
If I change the activation function of VGG16, will the accuracy increase?
This cannot be directly said, as kind of activation function to use is also a hyperparameter. What you can do is to check the pe...
2년 초과 전 | 0
문제를 풀었습니다
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
2년 초과 전