photo

Damien T


自 2021 起处于活动状态

Followers: 0   Following: 0

消息

Senior Researcher in machine learning

统计学

MATLAB Answers

2 个提问
3 个回答

排名
7,653
of 297,503

声誉
6

贡献数
2 个提问
3 个回答

回答接受率
0.0%

收到投票数
2

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to change read only properties of Matlab Deep learning layers? (using approximation of sigmoid for LSTM Layer)
The LSTM layer in Matlab only supports tanh and softsign activations: https://ch.mathworks.com/help/deeplearning/ref/nnet.cnn.l...

2 years 前 | 0

已回答
How to implement in Matlab Deep Learning PyTorch detach or TensorFlow stop_gradient?
You just need to call the following. It will turn a traced dlarray into a standard Matlab variable, hence the autodiff engine wi...

2 years 前 | 0

| 已接受

提问


Adding dlarray support / differentiability to custom functions
I am training deep neural networks with custom training loops, by defining a model/network as a function passed to dlfeval(). Th...

2 years 前 | 1 个回答 | 2

1

个回答

已回答
How to save output arguments from functions called by timers
Timers have a "UserData" property for passing data to/from callback functions. See https://mathworks.com/matlabcentral/answers/...

3 years 前 | 0

提问


Deep learning layer with custom backward() function
I need to implement a complicated function (that computes a regularizing penalty of a deep learning model) of which I will then ...

4 years 前 | 1 个回答 | 0

1

个回答