Machine Learning
-
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…
-

Supervised Learning: Comparing 5 Machine Learning Algorithms on a Real Dataset
.
A practical comparison of five supervised learning algorithms—Logistic Regression, Decision Tree, KNN, SVM, and Naive Bayes—trained on the same real-world dataset and evaluated using consistent preprocessing and classification metrics.
-

What I Learned by Building Linear Regression from Scratch with NumPy
.
A practical look at what I learned while building Linear Regression from scratch using NumPy, including data preparation, Gradient Descent, model evaluation, and comparison with Scikit-Learn during my internship…
-

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.
-
Data Cleaning: A Complete Beginner’s Guide
.
Introduction Data cleaning is one of the most important steps in any data analysis or machine learning project. Real-world datasets are rarely perfect and often contain missing values, duplicate…
