photo

riad didou


Last seen: plus de 2 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

11 Questions
0 Réponses

RANG
122 072
of 300 331

RÉPUTATION
0

CONTRIBUTIONS
11 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
27.27%

VOTES REÇUS
0

RANG
 of 20 920

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 124

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1
  • First Review

Afficher les badges

Feeds

Afficher par

Question


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...

presque 3 ans il y a | 2 réponses | 0

2

réponses

Question


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 ...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


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"...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 5 ans il y a | 2 réponses | 0

2

réponses