photo

Hon Wah Yeung


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

1 Question
2 Answers

Cody

0 Problems
1 Solution

RANK
150,716
of 300,365

REPUTATION
0

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
120,823
of 168,262

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • First Answer
  • Revival Level 1
  • Solver

View badges

Feeds

View by

Answered
Connected graph given adjacency matrix
This will work if you can at least load the matrix (meaning the matrix is not larger than the max possible array for Matlab) to ...

4 years ago | 0

Answered
How to define a custom layer in deep learning toolbox which makes multiple copies of a matrix ?
I kind of have this problem a while ago but now fixed it. It can be done by the following, just one line. suppose the [1 1 32] ...

6 years ago | 0

Question


Deep Learning Layers, incorrect output
I have created the following layer. Outside the layer, I have tried that if I have input1 size of [68,68,1], input2 size of [68,...

6 years ago | 0 answers | 0

0

answers

Solved


all possible subsets of set
Given a vector, return all possible subsets of the vector in a cell array. Properties of basic set theory is assumed to be valid...

6 years ago