Adam Shaw
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
13,724
of 295,569
REPUTATION
3
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
3
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Improve GPU utilization during regression deep learning
I'm having trouble improving GPU utilization on, I think, a fairly straightforward deep learning example, and wonder if there is...
1 year ago | 1 answer | 0
1
answerQuestion
Efficient construction of positive and negative matrix
I am trying to efficiently constuct a vector along the lines of the following paradigmatic code: % Setup N = 20; B = de2bi((1...
2 years ago | 2 answers | 0
2
answersQuestion
Efficient multiplication by large structured matrix of ones and zeros
I am trying to do a relatively simple operation, with a prototypical example: N = 20; B = de2bi((1:2^N)-1,N); c = rand(2^N,...
2 years ago | 2 answers | 1
2
answersQuestion
Running parfor on SLURM limits cores to 1
Hello, I'm trying to run some parallelized code (through parfor) on a university high performance cluster. In order to make sure...
2 years ago | 1 answer | 0
1
answerQuestion
MATLAB freezes when running code blocks
I've been experiencing problems with a MATLAB installation on a new computer. I am running R2021B on Windows 10 Pro (results fro...
2 years ago | 1 answer | 0
1
answerQuestion
Finding neighbors in pages of very large 3D matrix
Hello, Given a 3D tensor, the pages of which are 2D matrices composed of 1s and 0s, I'm looking to find an effiicient method fo...
3 years ago | 2 answers | 1
2
answersQuestion
Fast vector reshaping/permutation
I'm trying to optimize a very specific vector operation, namely taking a large (2^20 x 1) vector, reshaping it, permuting the in...
3 years ago | 3 answers | 0
3
answersQuestion
Vectorizing nonlinear matrix operation on many small matrices
I am trying to optimize the following generic matrix operation: m = 3; % small number in general n = 2^20; % large power of 2 ...
4 years ago | 1 answer | 1