Value Rigidity

March 18, 2020

I was reading a book called The Passionate Programmer by Chad Fowler. The books talks about what it takes to create a remarkable career in software development. It is a very good read and if you haven’t read it yet I suggest you check it out. In this post I will try to one particular story that resonated with me. Read more

The Naive Bayes Assumtion

March 11, 2020

The Naïve Bayes classifier is a popular machine learning algorithm. In this post we will discuss why it still works in practice even when the (naïve) conditional independence assumption is violated. Read more