Mastering Naive Bayes: Concepts, Math, and Python Code
Author(s): Jeet Mukherjee Originally published on Towards AI. You can never ignore Probability when it comes to learning Machine Learning. Naive Bayes is a Machine Learning algorithm that utilizes Bayes' theorem from probability theory as its foundation. It is primarily used for …
Solve Deep-ML Problems (Part 1) — Machine Learning Fundamentals with Python
Author(s): Jeet Mukherjee Originally published on Towards AI. In this article, we’ll explore how to code five machine learning concepts using Python. We’ll fetch the problem statement along with starter code from Deep-ML. Additionally, I’ll be adding a little theory with each …
End-to-End Workflow Automation with n8n: Google Forms, Sheets, MongoDB, and AI
Author(s): Jeet Mukherjee Originally published on Towards AI. Well, it’s not just a hype. This is the simplest interface for building some of the most complex automation workflows. For all those who want to automate their work, use this tool. You’ll be …