photo

Samuel Somuyiwa

Active since 2021

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

0 Questions
5 Answers

RANK
3 558
of 300 343

REPUTATION
16

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20 926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 172

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 2
  • First Answer

View badges

Feeds

View by

Answered
Weight Tying for Layers in a CNN model
See attached weightTyingAutoEncoder layer example. The layer follows on from the example in the link that Sanjana shared earlier...

mer än ett år ago | 1

Answered
How can I reassemble 'patch embedded' data back into original data structure in Vision Transformer on DeepNetworkDesigner?
Assuming you are using the Vision Transformer model as a backbone/encoder, you can obtain the output embedding from the last blo...

mer än 2 år ago | 0

| accepted

Answered
How to create an attention layer for deep learning networks?
You can create an attention layer as a custom layer, similar to spatialDropoutLayer in the example you are using in your current...

mer än 3 år ago | 0

| accepted

Answered
Why the results are different by using trainNetwork and custom training loop?
The RMSE in the training plot of trainNetwork does not include the factor of half, whereas in the custom training loop you used ...

mer än 3 år ago | 1

| accepted

Answered
LSTM Example for Multi input and Multi outputs
You can train a multi-output LSTM network using a custom training loop. Here is an example of how to train a network with multip...

mer än 4 år ago | 0