How to read string with spaces, with scanf() in C?Without using gets() and fgets(),Jul 8, 2021Jul 8, 2021
How to prevent data leakage?Data leakage in machine learning very bad, So before understanding how to prevent let’s see why it happens.May 11, 2021May 11, 2021
Normal Equation or Gradient Descent ? 🐱🐉🐱💻What a costly world !!!, Even to implement Simple Linear Regression we need to think about the cost. Yes, Cost Function !! ❤Jan 10, 2021Jan 10, 2021
The math behind Naive Bayes 🛸🚁Naive Bayes is a classification algorithm, it is based on Bayes’ Theorem with an assumption of independence among predictors. Naive Bayes…Jan 7, 2021Jan 7, 2021
SVM— Support Vector Machine 🤖The classification problem is always interesting to solve, SVM gives great predictions though😁 .Dec 26, 2020Dec 26, 2020
Understand — Logistic Regression within 5min 🐱🏍Considering a dataset, where you need to classify events or classes like pass/fail, true/false, win/lose, healthy/sick.. etc, logistic…Dec 23, 2020Dec 23, 2020
SVM — Support Vector Machine 🐱🚀SVM (Support Vector Machine) algorithm is used to find the best fit hyperplane in n dimensional space.Dec 7, 2020Dec 7, 2020
Linear Regression Derivation -MathSo let’s see how to derive the a0 and a1 value from y = a0 + ai1*x , This is not a normal form derivation.Dec 7, 2020Dec 7, 2020
What is R² in RegressionR² (R squired) in a statistical measurement of how close the predicted and actual value are.Dec 5, 2020Dec 5, 2020