Community Profile

photo

Damien T


2021 年からアクティブ

Followers: 0   Following: 0

連絡

Senior Researcher in machine learning

統計

  • 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...

1年以上 前 | 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...

1年以上 前 | 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...

1年以上 前 | 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/...

約2年 前 | 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 ...

約3年 前 | 1 件の回答 | 0

1

回答