photo

Amir Ebrahimi


School of Electrical Engineering and Computing, The University of Newcastle

Last seen: 3 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
4 个回答

File Exchange

10 文件

Cody

0 个问题
45 个答案

排名
7,766
of 300,015

声誉
6

贡献数
0 个提问
4 个回答

回答接受率
0.00%

收到投票数
1

排名
2,735 of 20,862

声誉
615

平均
5.00

贡献数
10 文件

下载次数
54

ALL TIME 下载次数
5412

排名
9,958
of 166,984

贡献数
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 years 前 | 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...

6 years 前 | 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...

6 years 前 | 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 years 前 | 0