Community Profile

photo

riad didou


Last seen: 10ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1
  • First Review

バッジを表示

Feeds

表示方法

質問


How to copy 30K images from folder to another according to the names in train and test text listes
clear,clc; path = addpath(genpath('D:\DOCTORAT 2019\MATLAB Codes\datasets\NUS-WIDE-OBJECT\image list')); DIR = 'D:\Dataset\NUS...

1年以上 前 | 2 件の回答 | 0

2

回答

質問


Pretrained deep net (Vgg-F)
I have downloaded a pretrained model Vgg-F from the site (https://www.vlfeat.org/matconvnet/pretrained/) When i try to pass my ...

1年以上 前 | 0 件の回答 | 0

0

回答

質問


Unable to run "Deep learning" code becuase of CUDA driver
My PC is AMD 5600g processor and my MATLAB 2020a; I downloaded a deep learning framework from GitHub; I got the following erro...

1年以上 前 | 0 件の回答 | 0

0

回答

質問


How to onstruct a deep network from Layers and meta variables
I have a pretrained CNN model(*.mat) downloaded from the internet, contains two Matlab variables "layers" and "meta". May i hav...

1年以上 前 | 0 件の回答 | 0

0

回答

質問


Hamming distance between columns of two matrices
Hii %Just an example HamDist = pdist2(B,C,'hamming'); [~,ind] = min(HamDist,[],2); Is there any trick to perform hamming dis...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


The Width of Gaussian Kernel
I have a MATLAB code for a gaussian kernel (Radial Basis Function): dist = EuDist2(X{it},C{it},0); sigma = mean(min(d...

3年以上 前 | 0 件の回答 | 0

0

回答

質問


y = randsample(population,k)
Please, I need to know the name of algorithm used by MATLAB 'randsample' function for the random selection without replacement ...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


How Matlab calculate randsample using randsample function
Hi I need to understand the method of random selection (without replacement) (MATLAB 2019b); i mean behind this function how t...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How to forward propagation of my (IMDS) dataset through a pretrained VGG16 without training
Which instruction you recommend to feed my dataset (imds) forward to a pretrained VGG16 without training and get the output vect...

4年弱 前 | 0 件の回答 | 0

0

回答

質問


select a subset of images according to the "image name list.txt" that matches a "1" in the "ground truth list.txt"
Hi i have a ground truth list and image names list separately (with the same number of lines); that is means each line "0 or 1"...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


sorting a matrix based on L2 norm of each row
Hello all Please how to code; descendent sorting a matrix C(9000x9000) based on L2 norm of each row then reconstruct a new ran...

約4年 前 | 2 件の回答 | 0

2

回答