Pratik Sutar
-
Machine Learning Model Comparison: Supervised and Unsupervised Learning on the Titanic Dataset
.
Introduction Machine Learning offers several approaches for solving prediction and pattern-discovery problems. Selecting the right algorithm is important because different algorithms can behave differently on the same dataset. In…
-

ML Fundamentals: Linear Regression from Scratch Using NumPy
.
Learn ML Fundamentals by building a Linear Regression model from scratch using NumPy, Gradient Descent, MSE, and manual model evaluation.
