photo

mohammed mahmoud


Last seen: 5년 초과 전 2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

16 질문
2 답변

순위
12,904
of 300,364

평판
4

참여
16 질문
2 답변

답변 채택
56.25%

획득한 표
2

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Answer
  • Thankful Level 3

배지 보기

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

5년 초과 전 | 1

질문


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...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


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...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


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?

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to split following image to 9 separate images without title?
<</matlabcentral/answers/uploaded_files/129028/f1.png>>

대략 7년 전 | 답변 수: 1 | 0

1

답변

답변 있음
how to fulfill GAN (Generative Adversarial Networks ) or DCGAN in matlab?
View this link <https://github.com/sunghbae/dcgan-matconvnet dcgan-matconvnet>

7년 초과 전 | 0

질문


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...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can normalize matrix in range [-1,1]?
the matrix have dimension 8192*51975 contains positive and negative values

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


what this function do?
function inputs = getBatchHdd(imdb, batch) args_data = [{imdb.images.data(batch)} imdb.args]; noise = imdb.image...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


why have error using xlsread?
Error using xlsread (line 251) Maximum variable size allowed by the function is exceeded. my matrix is 12630*8193

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


how can i use Random Forest classifier for dataset with 43 classes?
Random Forest classifier for image dataset

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


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?

거의 8년 전 | 답변 수: 1 | 1

1

답변

질문


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 ...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


DCGAN as feature extraction
can i use discriminator of Dcgan network as feature extraction?. It is good if provide sample code.

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


How to convert the following 4D matrix to 2D matrix?
I want to convert matrix (1,100,100,16384) to 2d matrix

대략 8년 전 | 답변 수: 1 | 0

1

답변