-
Recent Posts
Recent Comments
Archives
Categories
Meta
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
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 alternative, constraint, dual, duality, formulations, JavaScript, learn, learning, learninglover, linear, math, mathematics, primal, problem, problems, programming, script, variable
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 algorithm, apriori, association rule, data, data mining, database, frequent, itemset, subset, support, transaction
Leave a comment
