photo

Amir Ebrahimi


School of Electrical Engineering and Computing, The University of Newcastle

Last seen: 2年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

0 質問
4 回答

File Exchange

10 ファイル

Cody

0 問題
45 解答

ランク
7,733
of 297,716

評判
6

コントリビューション
0 質問
4 回答

回答採用率
0.00%

獲得投票数
1

ランク
2,820 of 20,469

評判
589

平均評価
5.00

コントリビューション
10 ファイル

ダウンロード
60

ALL TIME ダウンロード
5147

ランク
9,338
of 159,428

コントリビューション
0 問題
45 解答

スコア
612

バッジ数
5

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Personal Best Downloads Level 3
  • 5-Star Galaxy Level 2
  • GitHub Submissions Level 1
  • Knowledgeable Level 1
  • First Review
  • First Submission
  • Introduction to MATLAB Master
  • Commenter
  • Promoter
  • Solver
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
layerGraph in a 3D Convolution Network
Hi Esra, The output argument of ResNET-18 3d function is a layergraph itself. so you do not need to use layerGraph function. Us...

約4年 前 | 0

| 採用済み

回答済み
TrainNetwork bug for 3D CNN
As it seems, "crossChannelNormalizationLayer" does not work in 3D workflow in MATLAB 2019b. You may train your model with "MiniB...

5年以上 前 | 0

回答済み
training alexnet from scratch (i.e. reset weight)
Well, I got what you have asked.Simply, go to Deep Network Designer and click on Export. You can export it with or without pre-t...

5年以上 前 | 1

回答済み
training alexnet from scratch (i.e. reset weight)
I used this sample code on "lgraph". tmp_net = lgraph.saveobj; for i=1:length(lgraph.Layers) if isa(lgraph.Layers(i,1...

約6年 前 | 0