Community Profile

photo

Hamza Mehboob


Active since 2018

Statistics

  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer

View badges

Content Feed

View by

Answered
Reading MNIST : Error using fread Invalid file identifier. Use fopen to generate a valid file identifier.
Usually when you unzip MNIST files they use a dot '.' instead of '-' for example t10k-images.idx3-ubyte, rename it manually to ...

5 years ago | 0

Answered
How to split an image datastore for cross-validation?
[imd1 imd2 imd3 imd4 imd5 imd6 imd7 imd8 imd9 imd10] = splitEachLabel(imds,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,'randomize'); ...

5 years ago | 4

| accepted