Close

What are Bayesian Belief Networks? An overview with Eugene Charniak

Bayesian Network without tears by Eugene Charniak of Brown university, is a classical introductory writing by the author of seminal texts like Statistical Language Learning, Introduction to Artificial Intelligence, Artificial Intelligence Programming  and Computational Semantics. It has repeatedly been (officially or unofficially) made part of PhD comprehensive exam reading lists. This short and well-written 14 page paper published…

Share

A framework for mining interesting pattern sets by Bie, Kontonasios and Spyropoulou – A Review

Subjectivity of an interestingness measure has been a subject of discussion for a while in the data mining and machine learning communities. In their SIGKDD paper titled “A framework for mining interesting pattern sets”, authors Bie, Kontonasios and Spyropoulou have suggested a framework, which approaches the problem in a dual-attack manner. Assuming that the prior…

Share

Optimizing Collatz Sequence with Dynamic Programming

Even though Kurtz and Simon proved that a natural generalization of the Collatz problem is algorithmically undecidable, it is still fairly easy to brute force the 3n+1 conjecture with large values of n and empirically see it converge. Project Euler's problem 14 queries about which starting number, under one million, produces the longest sequence? Since Premature optimization is often considered root…

Share