![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8311924_1522125845711_DEF.jpg)
Dang Manh Truong
Followers: 0 Following: 0
Estadística
14 Preguntas
2 Respuestas
3 Archivos
CLASIFICACIÓN
38.833
of 297.016
REPUTACIÓN
1
CONTRIBUCIONES
14 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
21.43%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
15.158 of 20.419
REPUTACIÓN
11
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
3 Archivos
DESCARGAS
3
ALL TIME DESCARGAS
114
CLASIFICACIÓN
of 157.725
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
Vectorized method to find the number of consecutive 1s from the left of an array
Hi, I want to find the number of consecutive 1s from the left of an array (a binary array). For example, if I have A = [1 1 1 0 ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaEnviada
ManhTruongDang/PingPongGANN
An AI for PingPong using Neural network and Genetic Algorithm
más de 6 años hace | 1 descarga |
Enviada
ManhTruongDang/RecursiveObj
This is an utility class to perform recursively on file directories
más de 6 años hace | 1 descarga |
Enviada
Load Libsvm files incrementally (one row at a time)
This class provides a way to load Libsvm files incrementally. Useful for very large files
más de 7 años hace | 1 descarga |
Pregunta
Is it possible to call Matlab from Java asynchronously ?
Hi, I am aware of utilities like https://code.google.com/archive/p/matlabcontrol/wikis/Walkthrough.wiki where you can call a Mat...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab's profiler does not show anything
<</matlabcentral/answers/uploaded_files/76527/profiler.PNG>> Hi, I'm trying optimize a program, yet for some reasons when the...
casi 8 años hace | 1 respuesta | 0
1
respuestaWhy do I receive a LIBC.lib error when doing a MEX compilation in MATLAB 7.9 (R2009b)?
You could just search for the file, then put it in matlab's working directory. I encountered a similar situation (matlab R2016b,...
casi 8 años hace | 0
Pregunta
Mexcuda error on Windows 10 (Matlab 2016b)
Hi, I'm using Windows 10, here is the compilers used by mex (as you can see I'm using Visual studio C++ 2015): >> mex -setu...
casi 8 años hace | 3 respuestas | 0
3
respuestasPregunta
MATLAB - How to force a specific variable to be stored in memory?
I have a cell array of classifiers (for example, decision trees) trainmodel = cell(1,100000). And sometimes this thing gets real...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How to efficiently implement k-nearest neighbor algorithm in a gpu?
Hi, here is my gpu information: >> gpuDevice ans = CUDADevice with properties: ...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Should I use parfor on an already multithreaded function (decision tree,...)?
Hi, I want to train many decision trees in parallel by using parfor, but I've heard elsewhere that they are multithreaded, so sh...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaWhy do I see a "java.util.zip.ZipException" error in my installer log file when I try to install the MinGW support package?
Followed the steps outlined by the support team (windows 10, matlab r2016b), and it worked! Thanks a lot!
alrededor de 8 años hace | 0
Pregunta
Is it possible to create a tall array from a .mat file which contains only 1 variable?
Hi, I've read the documentation about tall array and they usually create one on top of a datastore: ds = datastore(file_nam...
alrededor de 8 años hace | 0 respuestas | 1
0
respuestasPregunta
Practical k-nearest neighbors implementation with big data set
My data looks like this K = 200; % Could go up to 1000, or more.... X = cell(1,K); Y = cell(1,K); num_of_neighbors...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
GPU time slower than CPU time in Mandrelbolt set example?
Hi, I'm following the Mandrelbolt set example featured on Mathworks's blog: http://blogs.mathworks.com/loren/2011/07/18/a-mand...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Does the Machine learning toolbox (decision tree,...) support GPU
Hi, I'm currently using Matlab R2015a, and I wish to take advantage of the GPU to speedup my code. However, when I used a decisi...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Find K smallest elements in a vector where K is very small
I'm trying to speedup my Matlab program using GPU, but since the function "knnsearch" does not support GPU, I decided to write m...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Does knnsearch guarantee points in ascending distance order?
Hi, I need to find the k-nearest neihgbors of a test point, but I also need to be sure that they are sorted in ascending order t...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I vectorize this piece of code for loading cross-validation from file ?
So I am supposed to load the cross-validation folds from a file (10 iterations, each is 10-folds, so a total of 100, arranged se...
alrededor de 8 años hace | 1 respuesta | 0