mohammed mahmoud
Followers: 0 Following: 0
Estadística
16 Preguntas
2 Respuestas
CLASIFICACIÓN
12.733
of 295.495
REPUTACIÓN
4
CONTRIBUCIONES
16 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
56.25%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
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
what is causes NaN values in the validation accuracy and loss from traning convolutional neural network and how to avoid it?
The main problem is the vanishing gradient. It can be solved with adjust suitable learning rate value
más de 4 años hace | 1
Pregunta
How to access images?
I have one folder contain 50K images, I want to cut a group (5000 image) of this images according to indexing numbers. For examp...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Cifar-10 dataset
After i download Cifare-10 for matlab, how to extract images from the 5 batch files so i have 10 sperated folders for training a...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
why i have the following error?
Error using vl_compilenn>activate_nvcc (line 746) The NVCC compiler '/usr/local/cuda9.0-cudnn7.1/bin/bin/nvcc' does not appear ...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to tune the regularization parameter in extreme learning machine?
I train ELM on my dataset and gives test accuracy of 92.13. I wonder how to tune parameters to gain more test accuracy?
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to split following image to 9 separate images without title?
<</matlabcentral/answers/uploaded_files/129028/f1.png>>
más de 6 años hace | 1 respuesta | 0
1
respuestahow to fulfill GAN (Generative Adversarial Networks ) or DCGAN in matlab?
View this link <https://github.com/sunghbae/dcgan-matconvnet dcgan-matconvnet>
más de 6 años hace | 0
Pregunta
HOW reshape 4D image array to 2D?
I'm having some trouble reshaping a 4D array to a 2D array. Currently the array is follows, (14965, 16, 32, 256). Where 14965 i...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How to visualize deep neural network?
I want to draw the model as image. netD = dagnn.DagNN(); i = 0; % 64x64 to 32x32 conv_param = struct('f', [4 4...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How can normalize matrix in range [-1,1]?
the matrix have dimension 8192*51975 contains positive and negative values
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
what this function do?
function inputs = getBatchHdd(imdb, batch) args_data = [{imdb.images.data(batch)} imdb.args]; noise = imdb.image...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to solve following CUDA error "matconvnet"?
cnn_train_dag_dcgan: resetting GPU Error using gpuDevice (line 26) An unexpected error occurred during CUDA execution. The...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
why have error using xlsread?
Error using xlsread (line 251) Maximum variable size allowed by the function is exceeded. my matrix is 12630*8193
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
how can i use Random Forest classifier for dataset with 43 classes?
Random Forest classifier for image dataset
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How i can open matlab file from terminal to edit it?
I run my file on gpu and when, write "type file name" command it open the file but no editing so, how can i edit the file?
casi 7 años hace | 1 respuesta | 1
1
respuestaPregunta
why i receive the following error?
*This a part of code i use in my project:* addpath('src'); addpath('net'); opts.idx_gpus = 1; % 0: cpu 1: gpu ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
DCGAN as feature extraction
can i use discriminator of Dcgan network as feature extraction?. It is good if provide sample code.
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How to convert the following 4D matrix to 2D matrix?
I want to convert matrix (1,100,100,16384) to 2d matrix
alrededor de 7 años hace | 1 respuesta | 0