Archive for the ‘Technology’ Category

Blogging without rules

Monday, October 19th, 2009

Is there a rule that says that you should write blog posts everyday? Well there should be, because if our mind is bumbling with so many ideas and we have the strangest penchant for sharing everything good and bad, until we compel ourselves to write regularly, we would never do it. ...

Using SVM in machine learning and data mining

Thursday, May 14th, 2009

[R] e1071/svm? How do you use R's output for an SVM model to predict classes. ...

Tools to visualize high dimensionality data

Friday, May 8th, 2009

XmdvTool Home Page: Downloads Visualize and classify high dimension data ...

Organizing a large C++ Build System

Wednesday, April 15th, 2009

I have been looking for good links on how to organize and setup a large C++ build system from scratch. Below are some interesting links for this. A book on converting a legacy C++ Build system Describes how to take an existing C++ Build system and convert it to a modern system ...

Quick and dirty Spelling Correction algorithm

Tuesday, March 3rd, 2009

How to Write a Spelling Corrector A great article on writing a quick and dirty spelling correction tool. All ...