Kardi Teknomo
Kardi Teknomo Kardi Teknomo Kardi Teknomo
   
 

  Research
  Publications
  Tutorials
  Resume
  Resources
  Contact

 

Tutorial Feedback


Visitors' Comments on Tutorial: General

We have 26 comments on this tutorial

> (date: )
By
rate up: 1 rate down: last rated date: 2012-05-20

Suggestion > UI DESIGN (date: 2011-11-26)
By P M
Hi, The material on your web is really good BUT the UI sucks. The combination on colors and font is just not make sense. Please consider re-design the website. Lots of free web template are out there you may want to use one. I could even read . Thanks
rate up: 78 rate down: 33 last rated date: 2012-05-18

Question > kernel (date: 2011-12-13)
By vita noer qomaria
hello...my name vita...i'd like to ask about kernel... in some paper i found that the estimaty density of kernel is define by f(x) = 1/n sigma [(x-Xi)/h] but in other paper i found f(x) = 1/(nh) sigma [(x-Xi)/h] what is the differencess...can you help me... and one more question...what is x on that formula...Xi is the data right ? thank you...
rate up: 58 rate down: 26 last rated date: 2012-05-20

Suggestion > Comments (date: 2011-12-14)
By Shabir Hussain
Hello Dr. it is very informative site for new researcher like me bcz v are having the basic concepts of the various topics related to research. it would be more interesting and worth full if u will make the video tutorials for all. thanks
rate up: 59 rate down: 26 last rated date: 2012-05-19

Thank you > Q-learning lecture (date: 2011-12-16)
By Eric Ayienga
I found your notes very useful. For the first time I was able to comprehend how Q-learning works especially the table update. Good work
rate up: 44 rate down: 41 last rated date: 2012-05-20

Question > an emergency quastion (date: 2011-12-25)
By Azam Dolatshah
Hi Dear. i have one question, that is: when we normalize negative numbers, we can use the function that you mentioned at the part 1 of the "normalization methods" on: http://people.revoledu.com/kardi/tutorial/Similarity/Normalization.html now, i want to know what is the mathematical name 0f this equation written, exactly? delta=(1/2)*[1-(d/(d^2+a)] as we know for example: the Laplas equation, the Navie-Stocks equation, the euler equation, etc. thank you for the help and your kindness A. Dolatshah
rate up: 50 rate down: 31 last rated date: 2012-05-18

Question > Similarity Measures (date: 2012-01-05)
By Steven Kasim
Hi, my name Steven.. May I ask something? What is the best similarity method to be used for journal plagiarism detection? Cosine or Euclidean or Jaccard or Mahalanobis or Minkowski or anything else that might you suggest..
rate up: 48 rate down: 22 last rated date: 2012-05-19

Question > Number Detection in any Image (date: 2012-01-06)
By Piyush Paliwal
Hello, We have images of all the number from 0 to 9 in different format,orientation, shape. For example for 0 , we have many images in different, orientation , shape, format but all belonga to same class i.e digit 0 Same for other nmbers. Now using these images we train our model by using feature extraction(regionprops funcion) for every numbers. And then in test image(any image containing charactors and numbers). We will segment each number in this test image so all the numbers are seperated. We only need to recognise numbers, not charactor. So we have class model from trained images. Now for testing image we have to use nearest class mean cluster technique in MATLAB. If in testing image labeled object(particulur number) has feature similar to the images of any class, then that class assigned to that labeled object in tesing image. This is idea. But i'm not able to know which feature to use for every number. IF you can find information about it please let me know. In matlab regionprops function gives you information. And for 0, 1, 2 , 3, 4, 5, 6, 7, 8, 9 numbers we have to define feature vector which classify each numbers from others. Plz give me some informaion. Thanks in Advance.
rate up: 38 rate down: 29 last rated date: 2012-05-18

Question > Question on Q-learning matlab code (date: 2012-01-10)
By Jialu Pu
In the matlab code of Q-learning example, it does not reach the goal state in each episode (it stops after updating one action, and continues to next episode). It contradicts the numerical example you gave before. As for the permutation, I think using a uniform random number is sufficient since you only need the first element of the permutation. To generate a uniform random integer from 1 to N in matlab: floor(1+rand(1)*N) Thanks!
rate up: 37 rate down: 20 last rated date: 2012-05-18

Thank you > excellent (date: 2012-01-10)
By muthukumar
i read ur tutorial , was nice and keep going, which leads u to be a good teacher
rate up: 43 rate down: 41 last rated date: 2012-05-19

Question > question about hamming and jaccard (date: 2012-01-27)
By walid aydi
thank you for the response. i have seen the tutorials it's very usefull. As we know jaccard index is defined as the size of the intersection divided by the size of the union of the sample sets. for me the jaccard distance is more suitable to measure between objects within a cluster and hamming distance is more suitable between objects within different clusters ( i deduced that from the distribution of the intra and inter class). so my question is it possible that i use hamming and jaccard both (combinaison) to compute the distribution of inter and intra class distribution. yours faithfully
rate up: 26 rate down: 37 last rated date: 2012-05-19

Question > combinaison between hamming and jaccard index (date: 2012-01-27)
By walid aydi
Dear Sir/ Good morning, please i want to measure the similarity (dissimilarity) between two binary vectors. is it possible that i use hamming distance and jaccard index (combinaison) and take the best value that can help me to distinguish if the two vectors are different or similar (thresholding). yours faithfully. walid aydi
rate up: 29 rate down: 35 last rated date: 2012-05-19

Question > Mahalanobis distance (date: 2012-01-30)
By Teh Jiashen
Dear Kardi Teknomo, I'm confuse with some journal publication that said they are able to calculate the mahalanobis distance between 2 face images. However, in your tutorial, Mahalanobis is for calculating distance between 2 groups of data. May I know, how to implement mahalanobis distance for 2 data, instead of 2 groups of data? Is this possible? Regards, Jiashen
rate up: 35 rate down: 26 last rated date: 2012-05-19

Thank you > Thank you for the excellent excel tutorials! (date: 2012-02-05)
By joo hong
Thank you for the excellent excel tutorials! The ideas are so much more accessible with examples.
rate up: 20 rate down: 12 last rated date: 2012-05-18

Question > LSH (date: 2012-02-05)
By pungu
Hello thankyou so much for these tutorials. I desperately need help on Locality Sensitive Hashing. Any simple way to understand it will be really appreciated. thanks pungu..
rate up: 19 rate down: 21 last rated date: 2012-05-18

Question > Doubt "Please Clarify" (date: 2012-02-09)
By A.Aroj Prasad
How if we have more than 2 attributes? in K Means Algorithm I am unable to understand that concept Can you please give one example on that like having 4 attributes to an object
rate up: 29 rate down: 15 last rated date: 2012-05-18

Suggestion > Appreciation for your tutorials. (date: 2012-02-10)
By junaid baber
Dear Sir, You tutorials are really good and you give good foundation of the problem. The only things which makes the trouble is the layout. As the font quality you are using with mathematical images, it is really hard to read and really distract the readers.
rate up: 24 rate down: 14 last rated date: 2012-05-18

Question > Bayes classifiers. (date: 2012-02-22)
By Teh Jiashen
Dear Dr, referring to this website tutorial on the application of Bayes as classifier http://www.cim.mcgill.ca/~friggi/bayes/decision/example.html I would like to know how the author came to these value for p = {0.8, 0.2, 0.5} and q = {0.2,0.5 ,0.9} Regards,
rate up: 26 rate down: 9 last rated date: 2012-05-18

Question > reg KFCM algoritmhm (date: 2012-02-27)
By SRIVIDHYA VENKATRAMAN
i am more interested in knowing medical image segmentation using KFCM and level set approach..thanks in advance
rate up: 22 rate down: 32 last rated date: 2012-05-19

Question > Mahalanobis Distance (date: 2012-02-28)
By Eamon O Doherty
Hi I am trying to run your suggested Mahalanobis code in Scilab, but I get different results to both your Matlab code, and Excel example. All of the intermediate numbers are different from yours. Plus the final result is a 2X2 matrix, not the single value 1.41 Do you have any advice as to what to do here ? Here is the code (with disp's to display the various elements), hope you can read it since it keeps losing carriage returns when I enter the code below ! A = [2, 2; 2, 5; 6, 5; 7, 3; 4, 7; 6, 4; 5, 3; 4, 6; 2, 5; 1, 3;] B = [6, 5; 7, 4; 8, 7; 5, 6; 5, 4;] function d=MahalanobisDistance(A, B) [n1, k1]=size(A); [n2, k2]=size(B); n=n1+n2; if(k1~=k2) disp('number of columns of A and B must be the same') else xDiff=mean(A)-mean(B); cA=Covariance(A); disp("Covariance Group 1"),disp(cA); cB=Covariance(B); disp("Covariance Group 2"),disp(cB); pC=n1/n*cA+n2/n*cB; disp("Pooled covariance Matrix"), disp(pC) disp("Inverse Pooled Covariance Matrix"), disp(inv(pC)) d=sqrt(xDiff*inv(pC)*xDiff'); disp("Mahalanobis sqrt(D) ") end endfunction function C=Covariance(X) [n,k]=size(X); Xc=X-repmat(mean(X),n,2); C=Xc'*Xc/n; endfunction funcprot(0); disp(MahalanobisDistance(A,B));
rate up: 20 rate down: 11 last rated date: 2012-05-18

Suggestion > Organic SEO - Revoledu.com (date: 2012-03-02)
By Jay Plouffe
rate up: 14 rate down: 18 last rated date: 2012-05-18

Others > clustering (date: 2012-03-13)
By Joan S. Rajah
Hello Sir, Im a research here in the phil. I like to ask some examples related to faculty performance evaluation. How this clustering be applied. Sir I need help from you. Like the way to presented the tutorial about medicine. There are criteria to measures faculty performance evaluation like classroom management, instructional skill and others. It really help me a lot.
rate up: 15 rate down: 10 last rated date: 2012-05-20

Question > K-Means Tutorial Question (date: 2012-03-20)
By Alexandra Alfanindya
Good day, I want to ask about K-Mean Clustering Tutorial. In the last part of the tutorial, you answered the question "How if we have more than 2 attributes?". Can you explain to me more in details about this method? Because I would like to use K-Mean Clustering to a set of data that have more than 2 attributes (64 to be exact). Your answer will be very much appreciated. Thank you.
rate up: 15 rate down: 7 last rated date: 2012-05-18

Question > vba (date: 2012-04-06)
By Vicktor Schausberger
do you have a facility in orlando, fl. that I can study personally?
rate up: 11 rate down: 6 last rated date: 2012-05-18

Question > mahalanobis distance between vectors (date: 2012-05-09)
By Yalda
Dear Kardi Teknomo, I have to calculate the mahalanobis distance between 2 face images ( 2 vectors). However, in your tutorial, Mahalanobis is for calculating distance between 2 groups of data. May I know, how to implement mahalanobis distance for 2 data, instead of 2 groups of data? Is this possible? Regards, Jiashen
rate up: 2 rate down: 0 last rated date: 2012-05-18

Suggestion > FAHP (date: 2012-05-15)
By Karim Ahsani
Fuzzy approach is very interesting and important. Please add the topic of fuzzy analytic hierarchy process. your sincerely
rate up: 1 rate down: 0 last rated date: 2012-05-18


 
 
© 2007 Kardi Teknomo. All Rights Reserved.
Designed by CNV Media