Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·May 4, 2024Machine Learning : Decision Tree (Part 15)This time we are learning decision tree for the classification one So, if the data is looking like this we can split it to separate green and red data. Splitting based on 60 on X2 & the decision tree Then based on 50 on X1 data & the decision tre...ML From scratch to Expertclassical regression
Prakhar Kumarprakhartechinsights.hashnode.dev·Apr 14, 2024Understanding Supervised Learning: A Practical Guide with Python Code ExamplesSupervised learning is a fundamental concept in machine learning where the model learns from labeled data to make predictions or classifications. In this blog post, we'll dive deep into supervised learning, exploring its principles, algorithms, and a...AI/ML Blog By PrakharRegression Algorithms