11 Questions 8 Answers 0 Followers
Questions related from Shafaq Nisar
Hi, I am a new user, struggling hard to learn classification using naive Bayes and SVM through classification Learner app. How I can get results in the form of image instead of confusion matrix of...
04 May 2017 2,983 3 View
I am a new user of MATLAB and want to do naive Bayes classification of matrix data set. Is there any trained app for naive Bayes. Plz help I shall be very thankful. Regards,
26 April 2017 2,009 4 View
I have data set according to naive Bayes theory. but unable to search naive Bayes classifier in matlab. Can it import data and train like SVM? what is the flow of work?(unable to find the...
20 April 2017 394 5 View
please check the file and guide. I am using linear SVM through classification Learner app (MATLAB)
10 April 2017 1,909 3 View
I have filtered noise through statistical formulas using matlab. I want to use the filtered image as dataset. How I can do this? SVM will be good for this purpose? Please help
05 April 2017 492 3 View
noise detection filters like median filter is not useful for random value impulse noise. How RVIN can be detected?
02 February 2017 9,645 7 View
I want to calculate the variance of 9 pixels (3 x 3 ) under consideration. Kindly help me in this regard
30 January 2017 7,839 7 View
Please guide about the basic difference. I will be very thankful.
01 January 1970 7,345 5 View
I have data set and labels(vectors), now want to show noisy image and sample image classification using naive Bayes in MATLAB like attached file example. Is there any simulation of Training in...
01 January 1970 8,443 1 View
data set generation in matlab, I have generated noise detection filters/features which I want to use as input data set
01 January 1970 1,196 3 View
I have used this code I = imread('barbara.png'); noisyimage = RANDN(I); I = im2double(imread('barbara.png')); p = 0.2;% p between 0 and 1 noisyimage = (I + p*rand(size(I)))/(1+p); imshow([I...
01 January 1970 9,685 4 View