Tousif Ahmed
Followers: 0 Following: 0
Statistics
18 Questions
0 Answers
RANK
286,139
of 295,467
REPUTATION
0
CONTRIBUTIONS
18 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
2 Public Channels
AVERAGE RATING
30
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Floating point to 16 bit hexadecimal
Hello all, how can i convert floating point decimal to 16 bit hexadecimal value? Thank you
6 years ago | 1 answer | 0
1
answerQuestion
How to get the trained weights and bias in nntool after training?
I have a matlab code in which i am using HOG features extracted inputs for training and testing and i am using nntool but i am u...
7 years ago | 1 answer | 0
1
answerQuestion
How do i convert data to 2 bit hexadecimal using num2hex?
I am using num2hex where i am getting 8 bit as the output, i need to convert it to 2 bit. is there any way for that using num2he...
7 years ago | 1 answer | 0
1
answerQuestion
How do i convert decimal to hexadecimal for floating points
I have attached the screenshots, in which i have extracted HOG features for a image and found its values in floating point but w...
7 years ago | 3 answers | 0
3
answersQuestion
How to use concatenation of values?
i have a variable in which i have stored all the values which i obtained after performing HOG feature extraction and in other va...
7 years ago | 1 answer | 0
1
answerQuestion
How to transpose image and use permute instead?
i have this code which is attached in the image and i am getting this error while performing the gabor feature extraction as it ...
7 years ago | 1 answer | 0
1
answerQuestion
gabor filter for face recognition
Can anyone please explain the working of "Gabor filter for feature extraction in face recognition"?
7 years ago | 0 answers | 0
0
answersQuestion
How to add HOG feature to the following code
Here is the code for the neural network, "Latest.mat" contains training and test images for the neural network, * I need to ...
7 years ago | 0 answers | 0
0
answersQuestion
How to add "for loop"
in workspace i have "dinfo" having 11x1 struct as shown in figure, i want to access "name" as it has images in it, after reading...
7 years ago | 1 answer | 0
1
answerQuestion
How to add 2 or more hidden layer to the neural network?
I have this code i need to add 2 hidden layer, can anyone please help me with that please. Here is the code [J,grad] = netco...
7 years ago | 0 answers | 0
0
answersQuestion
Struct to double conversion
I have 59 images in a file and when i am running it, it shows "59x1 struct" but i need to convert it into double format which i ...
7 years ago | 2 answers | 0
2
answersQuestion
Images in neural network training
I have 65 Images in a file, when i am trying to run it on a neural network with the help of 'nprtool', i am getting this error a...
7 years ago | 0 answers | 0
0
answersQuestion
How to calculate the Neural Network
Suppose for neural network with 1 hidden layers having 20 neurons. Input having 2160 neurons and having the initial weight of 0....
7 years ago | 1 answer | 0
1
answerQuestion
How to add the data of an image in neural network?
I have an Image set of 60, which is the training image and i need to check on the test image, Please help to load the data in th...
7 years ago | 0 answers | 0
0
answersQuestion
How to draw rectangle box on face
I have 10 images of a person and totally i have images of 10 persons. So totally i have 100 images, I need to add green rectangu...
7 years ago | 1 answer | 0
1
answerQuestion
HOG feature extraction for 112x92
person = 5; [hogFeature, visualization]= ... extractHOGFeatures(read(training(person),1)); figure This is the code for f...
7 years ago | 1 answer | 0
1
answerQuestion
How to convert 400 images to Gray scale
I have 400 images stored in a folder which are color photos, i need to convert them to gray scale and I need to resize them to 1...
7 years ago | 1 answer | 0
1
answerQuestion
How to read image data sets from a folder at once ?
Hello. I have 40 datasets in a folder in C drive. I need to convert those files from RGB to grayscale and should resize it but i...
7 years ago | 2 answers | 0