Suheer Ali
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
110,151
of 295,467
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
link CSV file with image name
I have a dataset that contains tif images in train folder and CSV file which has names of image without extension and labels. I...
6 years ago | 1 answer | 0
1
answerQuestion
Is it possible to use pretrained network like alexnet with a new dataset that has different category?
I used alexnet with a dataset which it is categores {1-50,51-100, 101- ...}. is this possible? if yes, why I get this error? ...
6 years ago | 1 answer | 0
1
answerQuestion
how to read labels of image dataset from mat files
I have a dataset which contains two folders one for images and another one is the truth_ground which has mat files that has the ...
6 years ago | 1 answer | 0
1
answerQuestion
how can I replace the softmax layer with another classifier as svm in convolution network
I made deep learning application that using softmax layers = [ imageInputLayer(varSize); conv1; reluLayer; ...
6 years ago | 4 answers | 0
4
answersQuestion
how can I make 2d auto-correlation and 2d cross-correlation for images dataset
I want to classify an image based on 1. make 2D auto-correlation for a dataset 2. then make 2D cross-correlation for the s...
6 years ago | 1 answer | 0