photo

Hamza Mehboob


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
2 Answers

RANK
4,282
of 300,533

REPUTATION
12

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
4

RANK
 of 21,018

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,525

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

  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer

View badges

Feeds

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

7 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'); ...

7 years ago | 4

| accepted