Archer Ao
Followers: 0 Following: 0
A lazy student
Statistics
3 Questions
0 Answers
RANK
210,689
of 295,673
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
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
Feeds
Question
How to get diagonal element in a custom layer in NN tool box?
function Uout = forward(layer, Uin) W = Uin(:,:,1) * layer.C; W = Uin(:,:,1) + repmat(layer.alpha .* diag(W*Uin(:,:,1)...
3 years ago | 1 answer | 0
1
answerQuestion
Cannot multiply 2 variables with cvx package
As I'm writing a test code for solving an applied problem with cvx, I got an error: Disciplined convex programming error: ...
4 years ago | 0 answers | 0
0
answersQuestion
Cannot give the value to part of the matrix in parallel computing
As I'm trying to wrtie a code for matrix multiplying with the 'parfor', I've got an error that 'cannot verify the type of varia...
4 years ago | 1 answer | 0