photo

J


Last seen: 4 months 前 自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
5 个回答

排名
4,059
of 299,911

声誉
13

贡献数
3 个提问
5 个回答

回答接受率
33.33%

收到投票数
5

排名
 of 20,835

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,527

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1

查看徽章

Feeds

排序方式:

已回答
Cross-Entropy Loss in Classification Layers
I ended up just writing my own custom layers. Another language is an option, but I also sympathize with those who have a large ...

6 years 前 | 1

提问


Neural Network Checkpoints only every 'N' Epochs??
In the MATLAB documentation for Deep Learning Toolbox (formerly Neural Network Toolbox) we see that we can use <https://www.math...

7 years 前 | 0 个回答 | 1

0

个回答

提问


Cross-Entropy Loss in Classification Layers
The MATLAB documentation is very clear to say that a <https://www.mathworks.com/help/deeplearning/ref/classificationlayer.html c...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
R2018a Neural Network Toolbox "Bugs"??
At least for (2), the issue is that checkpoints don't save the state of the solver (momentum parameters, etc), so your solver ca...

7 years 前 | 1

| 已接受

已回答
How to manually change pre-trained CNN's (AlexNet) weights?
Bump! I have a hard time believing that one cannot take an existing SeriesNetwork, and either: 1. Modify properties of it, o...

7 years 前 | 1

已回答
R2018a Neural Network Toolbox "Bugs"??
Here is an example of what the validation plot looks like at the very end with the consistent "drop" in the "Final" data points'...

7 years 前 | 0

提问


R2018a Neural Network Toolbox "Bugs"??
In R2018a Neural Network Toolbox I have noticed two oddities: (1) When training a CNN with trainNetwork and 'options' field ...

7 years 前 | 3 个回答 | 0

3

个回答

已回答
why using imageDataAugmenter doesn't increase the size of my training data set ?
I am guessing that when augmentation is on, it trains "exactly" the way it trained when it was turned off, but performs a random...

7 years 前 | 1

| 已接受