Adam Shaw
Followers: 0 Following: 0
Statistik
8 Fragen
0 Antworten
RANG
14.135
of 295.527
REPUTATION
3
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
3
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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,...
etwa 2 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 3 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
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...
mehr als 3 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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 ...
fast 4 Jahre vor | 1 Antwort | 1