TwoStateMDP

Coding a Simple Markov Decision Process

A Markov Decision Process (MDP) is a mathematical framework used to model decision-making situations where the outcome of a decision depends on both the current state of the system and the actions taken by the decision maker. In an MDP, the decision maker is represented as an agent, and the system is represented as a …

Coding a Simple Markov Decision Process Read More »

Mathematics for Machine Learning Resources

Mathematics for Machine Learning Resources

Every day, computational fields like machine learning, artificial intelligence, neuroscience, cryptography, etc. are making great progress. Anyone pursuing a career in all such fields might be looking for a solid foundation. If we dig deeper, we often trace back to the Queen of Science- Mathematics. How to learn mathematics for machine learning To learn mathematics …

Mathematics for Machine Learning Resources Read More »

An Intuitive Explanation of Naive Bayes Classifier

Introduction In this post, let’s take a look at the intuition behind Naive Bayes Classifier used in machine learning. Naive Bayes classifier is one of the basic algorithms often encountered in machine learning applications. If linear regression was based on concepts from linear algebra and calculus, naive Bayes classifier mostly backed up by probability theory. …

An Intuitive Explanation of Naive Bayes Classifier Read More »

art of thinking clearly

Book summary: The Art Of Thinking Clearly by Rolf Dobelli

Hello, world, In this post, I summarize the book The Art Of Thinking Clearly by Rolf Dobelli. This book has some interesting observations about thinking clearly. I have listed out the main ideas in bold, its summary from respective chapters, along with my thoughts and view points. Introduction to Thinking Clearly Failure to think clearly …

Book summary: The Art Of Thinking Clearly by Rolf Dobelli Read More »

distribution

Nine key papers in Distributional Reinforcement Learning Literature

In this post, I am going to give a summary of nine key papers from the distributional reinforcement learning (DRL) area. Paper 001 : A Distributional Perspective on Reinforcement Learning  This is the seminal paper in this area. The key idea of  the paper is the argument that the value distribution is important in reinforcement …

Nine key papers in Distributional Reinforcement Learning Literature Read More »