![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9640865_1522133640343_DEF.jpg)
LINGJUN KONG
Followers: 0 Following: 0
統計
MATLAB Answers
5 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Why there is no bias and coefficient trainable parameters in the Max- and Average-Pooling Layers?
For many Network, there are 2 trainable parameters in Polling Layers: Bias and Coefficient Y=Coefficient*Max(X)+Bias; W...
7年以上 前 | 1 件の回答 | 0
1
回答質問
Why there the normalization of the imageIputLayer is Zero-Center, what should I do when I want to scale the image to [0,1] before training?
as the document said:https://cn.mathworks.com/help/nnet/examples/create-simple-deep-learning-network-for-classification.html ...
7年以上 前 | 1 件の回答 | 0
1
回答質問
How to create a layer using Neural Network like the C3 Layer of LeNet?
the C3 Layer of LeNet-5,is not a fully connect convolutional layer. every filter of this layer only take 4~5 feature map as a in...
7年以上 前 | 1 件の回答 | 0
1
回答質問
How to write data to a binary file?
I have a array data with 60,000*784*double. and I want to save them into a file by binary. file=fopen('myfilelocation...
7年以上 前 | 1 件の回答 | 0
1
回答質問
How to train a network with non-image data(MNIST)?
I'm trying to train a CNN for MNIST. As we all know, the MNIST data is not a image format. I have already trans them to a 60000...
7年以上 前 | 1 件の回答 | 1