Balaji M. Sontakke
Dr. BAMU Aurangabad
Followers: 0 Following: 0
Statistik
74 Fragen
0 Antworten
RANG
12.510
of 295.467
REPUTATION
3
BEITRÄGE
74 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
27.03%
ERHALTENE STIMMEN
2
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
I have N samples of training data and M samples of test data, how i combine it together to make it MxN samples.
testdata 40X1 cell traindat 80X1 cell train_label 80X1 double I have N samples of training data and M sample...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to manually adjust threshold value in PERFCURVE(LABELS,SCORES,POSCLASS)
I have 100 subjects, I used KNN classifier for classification, when i use perfcurve function for roc it automatically displays ...
mehr als 4 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
Undefined function 'sum' for input arguments of type 'cell'.
Undefined function 'sum' for input arguments of type 'cell'. Error in mean (line 116) y = sum(x, dim, flag)/size(x,d...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
error occured during fusion with GLCM and invarient moment feature
Here i combined(fused) two different type of features i.e invarient moment and GLCM. When i classify with individual invarient m...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Undefined function 'min' for input arguments of type 'struct'.
Undefined function 'min' for input arguments of type 'struct'. Error in mapminmax.create (line 12) xmin = nnet.array.saf...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Error during classification using SVM
Error using svmtrain (line 234) Y must be a vector or a character array. Error in inv_Moment_maintotaldemo (line 86) model=s...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how threshold value is determined in KNN classifier
i my research I obtained 97.33 accuracy bu using KNN classifier but i dont understand the role of threshold ? how the KNN decide...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
KNN classification accuracy problem
In my program accuracy is not increases I have given properly traning and testing input to knn classifier. I got following resul...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
rename files from subfolders
I have a folder that contain 10 subfolders each subfolder contains 4 images named 1.bmp,2.bmp,3.bmp,4.bmp, I want to rename thos...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
error while reading and selecting images randomly from multiple folders
I have a folder that contains 10 subfolders each subfolder contains 8 images, I want to dynamically select 5 images from each su...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
error occured during selection of random images
Index exceeds matrix dimensions. Error in tt (line 18) fn = fullfile(P,D,F{ii}); clc; clear all; tic; %% T...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
error during selecting dynamically image from folder
Error using randi First input must be a positive scalar integer value IMAX, or two integer values [IMIN IMAX] with IMIN less th...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to evaluate filtered result of grayscale images
Sir, here I filtered grayimage using mean,median,gaussian,wiener filter but i dont know how to measure filtered results. In one...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Sir, I have calculated feature of dorsal hand vein using eiganvalue algorithm, features are stored in feature variable in following code this is for a single image i want to do the same operation on 10 images the how i can?
%% Detect feature points and show the 50 strongest ones by eiganvalue algorithm % Find Corner Points Using the Eigenvalue Algor...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to calculate ROC Cureve with following value
FAR, FRR, Accuracy, EER, Threshold 9.807...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Following is the error while calculating FAR FRR
Please see the attachment herewith of my program, cosine distance is calculated or not I dont understand beca...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Following is the error while calculating cosine distance
Following is the error while calculating cosine distance.... Conversion to cell from double is ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error while calculating Cosine distance
Following is the error while calculating Cosine distance.... Subscripted assignment dimension mismatch. Error in C...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error in extract_db (line 47) file_a = extractAfter(char(file_a), 0, strfind(char(file_a), '_')-2);
'101_1.tif' '101_2.tif' '101_3.tif' '101_4.tif' '101_5.tif' '101_6.tif' '101_7.tif' '101_8.tif' '102_1.tif' '102_2.tif' '102_3.t...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Undefined function 'substring' for input arguments of type 'char'. Error in extract_db (line 45) file_a = substring(char(file_a), 0, findstr(char(file_a), '_')-2);
What is the substitute function to evaluate file_a = substring(char(file_a), 0, findstr(char(file_a), '_')-2); because this fun...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Getting recognition rate 3.25 only. How to improve recognition rate?
After applying test and training sets with Euclidean distance, I am getting a recognition rate of 3.25 in my program. How do I...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Error using svmtrain (line 234) Y must be a vector or a character array.
Error using svmtrain (line 234) Y must be a vector or a character array.
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Following is the error in my program while calculating ROC
I have attached my program files Index exceeds matrix dimensions. Error in ROC (line 16) selfVerification(i) ...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Where to make change in my program to get output like figure 2
I have calculated the Euclidean distance of matrix but am not getting correct ROC-like in fig 2. I have attached my program ...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to store values in second column of cell array
In the following program, I get the value 200 X 1 after reshaping function, I want to store ground truth a label like 1 1 1 1 1 ...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to store data in cell array
I have 40 folders and each folder having 10 images, I have written one program for reading first five images from 40 fold...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to find the threshold value from KNN classification
Hi all, I want to ask that I have total 100 classes [1,2,3,4,5......100] One class having 12 samples from which 8 sample...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Following is the error in my program
Index exceeds matrix dimensions. Error in threshold (line 13) correctMinimum(j) = allMinimum(i); Error in kn...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
sir, can you please help me to convert this python code into matlab
#false positive rate,fpr= FP/(TN+FP) OR fpr=1-specificty, tpr=sensitivity y_pred_knn_p =knn.predict_proba(X_test)[:,1] ...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Sir, how to calculate EER equal error rate for the following data
respected sir, I have used following formula for calculating false acceptance rate FAR and FRR FAR=FP/(FP+TN) FR...
etwa 6 Jahre vor | 1 Antwort | 0