photo

Damien T


Active since 2021

Followers: 0   Following: 0

Message

Senior Researcher in machine learning

Statistics

MATLAB Answers

2 Questions
3 Answers

RANK
7,412
of 300,584

REPUTATION
6

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
2

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,680

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

3 years ago | 0

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

3 years ago | 0

| accepted

Question


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

3 years ago | 1 answer | 2

1

answer

Answered
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/...

4 years ago | 0

Question


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

5 years ago | 1 answer | 0

1

answer