Community Profile

photo

new_user


Active since 2021

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


details about the resnet 50 structure
Hi, can someone say what does it exactly means. Resnet 50 is 50 layers deep. this 177 is the total number of layers present in n...

nästan 2 år ago | 1 answer | 0

1

answer

Question


why I can't export the training plot
i don't have any option to export the trainng plot. can someone suggest what shouuld I do expcept taking screenshot.

nästan 2 år ago | 1 answer | 0

1

answer

Question


overfiitting during CNN training
is this the case of overfitting, I used alexnet. After epoch 10 it seems that the validation loss is increasing instead of decre...

ungefär 2 år ago | 1 answer | 0

1

answer

Question


data normalization in transfer learning
how to do data normalization ( Hyperparameters , Normalization: 'none' is the default) in the input layer for transfer learning....

ungefär 2 år ago | 1 answer | 0

1

answer

Question


labelling retrived images, precision, recall, average precision, Mean average precision for image retrival
I want to labell the retrieved images as their folder names , find precision & recall for image retrieved. I need to find some ...

ungefär 2 år ago | 1 answer | 0

1

answer

Question


knn search method for retrival
I can't clearly understand that the matlab function: "Idx = knnsearch(X,Y)" searches for nearest neighbours. But what method it ...

ungefär 2 år ago | 1 answer | 0

1

answer

Question


unable to load data from path
hi, I'm geting an issue with running a code for image retival in GUI. Warning: File 'duck.jpg' is not on the MATLAB or speci...

ungefär 2 år ago | 1 answer | 0

1

answer

Question


Increrasing the validation accuracy
How to reduce the validation accuracy and in the picture the validation curve reached almost 80 but the best vlaidation loss was...

ungefär 2 år ago | 1 answer | 0

1

answer

Question


how to name the retrived images as the folder names
image = imread('001.jpg'); [Label] = classify(net, image); %Equation 2 query = feature; % transposing transpose = transpo...

ungefär 2 år ago | 1 answer | 0

1

answer

Question


augmentation of pretrained network reducing accuracy
Hi, image augmentation using pretrained network is reducing accuracy of network. The file 1060.png is with dataaugmentation whic...

ungefär 2 år ago | 1 answer | 0

1

answer

Question


confusion matrix for image retrieval
im = fullfile(pn, fn); images_query = imageDatastore(rootFolder, 'IncludeSubfolders',true, 'LabelSource','foldernames'); %%...

ungefär 2 år ago | 1 answer | 0

1

answer

Question


Euclidian distance showing different result for different formula
d = (query_feature' - train_feature').^2; % Eucledian distance d_1 = sqrt(sum((query_feature' - train_feature') .^ 2)) The met...

ungefär 2 år ago | 2 answers | 0

2

answers

Question


conversion from cell to char is not possible
I was getting an error message that conversion from cell to char is not possible. I showed in the next few lines how i stored th...

ungefär 2 år ago | 1 answer | 0

1

answer

Question


Content based image retrival
Hi, I wanted to ask that for CBIR using CNN is it madatory to divide images into training & validation set. Or just Training :Te...

ungefär 2 år ago | 1 answer | 0

1

answer

Question


is real signal value relevant in interferometry & signal processing computation
is real signal value relavant in interferometry & signal processing computation?

mer än 2 år ago | 0 answers | 0

0

answers

Question


incorrect input size of image
images = imageDatastore('call', 'IncludeSubfolders',true, 'LabelSource','foldernames'); [Training_image, Validation_image] = sp...

mer än 2 år ago | 1 answer | 0

1

answer

Question


validation accuracy for cnn showing different than in the plot
in the plot it shows validation accuracy curve reached above 75% but the written validation accuraccy is just 66%! Is something ...

mer än 2 år ago | 1 answer | 0

1

answer

Question


cnn validation accuracy not increasing
I am not able to increase validation accuracy after 70s. The traing curve is not too smooth. The loss is not saturating! the 2n...

mer än 2 år ago | 1 answer | 0

1

answer

Question


incorrect argument for input size
i am getting error message when trying to resize input images. I want to resize input images similar to the input layer of the c...

mer än 2 år ago | 1 answer | 0

1

answer

Question


CNN training stopped after 8 iterations
a cnn model in layers structure is showing no error during network analysis but it's stopping at during the training. Showing Tr...

mer än 2 år ago | 1 answer | 0

1

answer

Question


input size mismatch in maxpool
The error is showing for maxpool input size from conv. layer. how to fix it

mer än 2 år ago | 1 answer | 0

1

answer

Question


output for augmentation results
Size = net.Layers(1).InputSize(1:2); Resized_Training_image = augmentedImageDatastore(Input_Layer_Size, Training_image, 'Colo...

mer än 2 år ago | 1 answer | 0

1

answer

Question


input layer and flatten mismatch
how to correct this error for the input and flatten layer.

mer än 2 år ago | 1 answer | 0

1

answer

Question


how is matlab automatically using the variable in another file which was not defined in the current file
Hi I was running a pretrained neural network but when I was done with training, I tried to test the set of data but in this test...

mer än 2 år ago | 0 answers | 0

0

answers

Question


Renaming multiple files in each folder
I want to rename mutilpe file in each folder at once. Each folder has around 1000 images. And I want to rename each file in a fo...

mer än 2 år ago | 1 answer | 0

1

answer

Question


Error: Dot indexing is not supported for variables of this type.
Dot indexing is not supported for variables of this type. I have defined the , Feature_Learner = net.Layers(175).Name; (it's ...

mer än 2 år ago | 1 answer | 0

1

answer

Question


how do I show the images name on top of each picture

mer än 2 år ago | 2 answers | 0

2

answers

Question


finding the radii of circles knowing the center of those circles
I have a 2D hologram which has 25 circles of diffrent radii. I have removed the noise and binarized the image and then I found t...

ungefär 3 år ago | 1 answer | 0

1

answer