Adam Shaw
Followers: 0 Following: 0
Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
14.165
of 295.467
REPUTACIÓN
3
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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,...
alrededor de 2 años hace | 2 respuestas | 1
2
respuestasPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 3 años hace | 2 respuestas | 1
2
respuestasPregunta
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...
más de 3 años hace | 3 respuestas | 0
3
respuestasPregunta
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 ...
casi 4 años hace | 1 respuesta | 1