Sunday, December 25, 2011

Monday, December 19, 2011

ROC using perfcurve :

[X,Y,T,AUC] = perfcurve(labels,scores,posclass)

Perf curve returns points on ROC curve. To obtain more robust results using multiple iteration; labels and scores should be cell array containing multiple iteration labels. In this case it returns Mx3 matrix for X , Y , AUC , first column represents the mean value and others are bounds.

Wednesday, December 14, 2011

Kernighan's law:

Debugging is twice as hard as the code first place. Therefore , if you write the code as cleverly as possible , by definition not smart enough to debug it .

Friday, December 02, 2011

I wonder if we can represent irrational number using some finite primitive irrational numbers + rational numbers like in complex numbers (i is primitive).

Be human

The biggest mistake repeated throughout history has always been people in power thinking they have the right to harm the innocent for what t...