Close

pgm.HelloWorld() with Wainwright & Jordan

I have recently came across Wainwright & Jordan's paper on exponential families, graphical models, and variational inference and found it to be quite comprehensive and unifying introduction of the topic. Probabilistic graphical models use a graph-based representation as the basis for compactly encoding a complex distribution over a high-dimensional space. If you are familiar with Koller and Friedman's work on…

Share

Are Bayesian networks Bayesian enough?

In Bayesian Artificial Intelligence, authors Kevin B. Korb and Ann E. Nicholson points out the non-Bayesian nature of Belief networks. The researchers note Many AI researchers like to point out that Bayesian networks are not inherently Bayesian at all; some have even claimed that the label is a misnomer. At the 2002 Australasian Data Mining Workshop, for example, Geoff…

Share

Darkroom theme for Lyx/LaTeX

Like distraction-free-easy-on-eyes Dark IDE's, most developers prefer clutter free green on black background for their text editors as well. On Lyx, it's fairly easy to do with step by step instructions here. This color scheme is somewhat similar to Darkroom for Windows. All you'd need to do is to modify your lyx preferences file with the…

Share

Selected Papers in Machine Learning

The Discipline of Machine Learning by Tom Mitchell Introduction to Support Vector Machines - Dustin Boswell Fast Training of Support Vector Machines using Sequential Minimal Optimization Introduction to linear regression The elements of statistical learning (book) Survey of Clustering Algorithms Supervised Machine Learning: A Review of Classification Techniques Ensemble Methods in Machine Learning The Boosting Approach to…

Share

Customizing Conditional Probability using Code Generation with SamIam

Even though every machine learning practitioner and researcher would like to modify and tweak both the algorithm and parameters, there are limited options for automated code generation in the machine learning world. SamIam by Automated Reasoning Group, UCLA is the tool designed for “Sensitivity Analysis, Modeling, Inference and more”. Currently the sensitivity, MAP, MPE and EM Learning…

Share

On Uninformative priors of Bayesian Inference

Since calling this post just On the history of Bayesian inference will be non sequitur. Judea Pearl won the ACM Turing Award, widely considered the "Nobel Prize in Computing" for his contribution in the areas of developing "Novel Framework for Reasoning under Uncertainty that Changed How Scientists Approach Real World Problems". This framework is the notion of Bayesian Networks aka Bayesian Belief Networks…

Share