photo

Harpreet Kaur


Last seen: 1 year ago Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
249,957
of 301,432

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


i need to find correlation between the consecutive images saved in a single folder. I tried with different ideas for this but it runs the loop more than required, please help me out. I am stuck with the error 'MAP must be a m x 3 array.'
Folder = 'H:\TU\thesis\thesis sem4\video databases\FRAMES'; FileList = dir(fullfile(Folder, '*.jpg')); NF = length(Fil...

8 years ago | 0 answers | 0

0

answers

Question


Why does MATLAB shows this error? Layer 5 is expected to have a different size.
categories={'Dog','Cat'}; rootfolder='C:\CNN\DeepLearningDemos\DeepLearningDemos\cifar10Train'; imds = imageDatastore(f...

8 years ago | 0 answers | 0

0

answers

Question


MATLAB error: The output size (4) of the last layer doesn't match the number of classes (2). How to match the size for neural network?
categories={'Dog','Cat'}; rootfolder='C:\Users\njindal\Documents\CNN\CNn\DeepLearningDemos\DeepLearningDemos\train dataset'...

8 years ago | 1 answer | 0

1

answer