photo

Samuel Somuyiwa

2021년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

0 질문
5 답변

순위
3,563
of 300,381

평판
16

참여
0 질문
5 답변

답변 채택
0.00%

획득한 표
2

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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...

1년 초과 전 | 1

답변 있음
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...

2년 초과 전 | 0

| 수락됨

답변 있음
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...

3년 초과 전 | 0

| 수락됨

답변 있음
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 ...

3년 초과 전 | 1

| 수락됨

답변 있음
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...

4년 초과 전 | 0