photo

MiMad


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

10 Questions
0 Answers

RANK
22,742
of 300,742

REPUTATION
2

CONTRIBUTIONS
10 Questions
0 Answers

ANSWER ACCEPTANCE
30.0%

VOTES RECEIVED
2

RANK
 of 21,061

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,691

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

  • Thankful Level 1

View badges

Feeds

View by

Question


Does loadMNISTImages(filename) accept filename.m ?
Hello, LoadMNISTImages(filename) is dedicated for files with idx3-ubyte format. l'm wonderning whether it's possible to use t...

9 years ago | 1 answer | 1

1

answer

Question


How to convert my image data to idx3-ubyte?
Hello, l'm working with mnist dataset which has a format of idx3-ubyte. Now, l have created my own image dataset and l want...

9 years ago | 0 answers | 0

0

answers

Question


how to implement a multi layer perceptron with three hidden layers for MNIST dataset recognition ?
Hello, l implemented a 1-hidden layer perceptron with (25 hidden units then 300 hidden units) for mnist dataset recognition . No...

9 years ago | 0 answers | 0

0

answers

Question


how to fix fread error ?
Hello when l run the code above l got this error . l don't where is the error, my codes (.m) and training examples are in the sa...

9 years ago | 1 answer | 0

1

answer

Question


error using * hidden_output = [1; sigmf(W1'*input_x, [beta 0])]; MEvent. CASE! ?
hello, What's going with my code : l got back this error : *Error using * Inner matrix dimensions must agree. Err...

9 years ago | 0 answers | 0

0

answers

Question


how to set maxiter gradient to 500 in svmtrain () ?
l have this function : model = svmtrain(train_label, train_set, '-s 0 -t 2'); l want to set MaxIter = 500 , how to do th...

9 years ago | 1 answer | 0

1

answer

Question


how to set maxiter gradient to 500 in svmtrain () ?
l have this function : model = svmtrain(train_label, train_set, '-s 0 -t 2'); l want to set MaxIter = 500 , how to do th...

9 years ago | 0 answers | 0

0

answers

Question


cnnsetup.m problems in deep learning toolbox
Hello, when l try to execute my code (cnn classifier) using deep learning toolbox <http://www.mathworks.com/matlabcentral/filee...

9 years ago | 0 answers | 0

0

answers

Question


artificial neural network issue : Error using * and .*
hello, What's going with my code : l got back this error : *Error using * Inner matrix dimensions must agree. Error in an...

9 years ago | 2 answers | 1

2

answers

Question


sigmf doesnt' work in octave ?
hello l get this error when l execute this code : error: 'sigmf' undefined near line 29 column 28 and sigmf is predefine...

10 years ago | 1 answer | 0

1

answer