mlblogss.hashnode.devClassification in Machine Learning Explained from Scratch with CodeConcept Overview What is Classification? Classification means assigning a label to data The output is a category, not a number Examples: Yes/No, Pass/Fail, Spam/Not Spam Why does Classification exist? Many real-world problems need decisions, no...Jan 14·5 min read
afridis-blog.hashnode.devOrdinary Least Squares (OLS) & Ridge RegressionYou are learning Machine Learning for the first time.You know Python.You hear words like Linear Regression, OLS , Ridge , overfitting — and it feels confusing. Let’s slow down and learn this like a real classroom, step by step. 1. Concept Ove...Jan 8·4 min read