Ebru PEKEL
Followers: 0 Following: 0
Statistics
RANK
126,405
of 295,527
REPUTATION
0
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
"The input images for activations must be of size equal to or greater than [28 28 1]." when using the activations method for CNN?
When you mean "augmentedTrainingSet "? It is size in [28 28]
5 years ago | 0
Question
"The input images for activations must be of size equal to or greater than [28 28 1]." when using the activations method for CNN?
My code is: net = trainNetwork(imdsTrain,layers, options); imageSize = net.Layers(1).InputSize; augmentedTrainingSet = augm...
5 years ago | 2 answers | 0
2
answersExtract some value from genetic algorithm tool addition to fitness function value
Hi again, I couldn't get through my problem. Cause I'm not competent at using Matlab I suppose. Could you help me if I upload m...
6 years ago | 0
Question
Extract some value from genetic algorithm tool addition to fitness function value
Hi, I use the genetic algorithm-ANN codes for classification. I share you part of my codes. h= @(x)mse_test(x,net, P, Output);...
6 years ago | 2 answers | 0