photo

MiMad


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
16,001
of 300,946

声誉
2

贡献数
10 个提问
0 个回答

回答接受率
30.0%

收到投票数
2

排名
 of 21,119

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,851

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 1

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 2 个回答 | 1

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答