train convolution neural network from scratch

1 回表示 (過去 30 日間)
Parul Sahi
Parul Sahi 2018 年 1 月 11 日
編集済み: Parul Sahi 2018 年 1 月 12 日
https://in.mathworks.com/matlabcentral/fileexchange/62990-deep-learning-tutorial-series?requestedDomain=true
In the code demo_trainfromscratch in the above link:
fc1 = fullyConnectedLayer(64,'BiasLearnRateFactor',2);
how are 64 filters chosen in fc1.
Also
fc1.Weights = single(randn([64 576])*0.1);
what does 576 indicate here and how are these values obtained.

回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Deep Learning Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by