Monthly Archives: October 2012

Shade The Cells Puzzle

A friend described this puzzle to me and I enjoyed it so much that I just had to write a script so that I could play it more. The rules of this puzzle are simple. Cells can be in one … Continue reading

Posted in Blog | Tagged , , , , , , , , , , , , | Leave a comment

Learn Duality in Linear Programming

I have just completed a script to help learn about duality in linear programming. Many real world problems can be formulated as Linear Programming problems. There are often many different ways to formulate a single problem. Some of these alternative … Continue reading

Posted in Blog, Examples | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

Learning the Apriori Algorithm

I have finished a script that runs the Apriori algorithm. When we are given a large set of transactions, we are often interested in discovering patterns inside these transactions. The Apriori algorithm provides a means for formulating what are known … Continue reading

Posted in Blog, Examples | Tagged , , , , , , , , , , | Leave a comment