Data Science
-
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.
-
Statistical Analysis: A Complete Beginner’s Guide to Data-Driven Decision Making
.
In today’s data-driven world, organizations generate massive amounts of information every day. However, raw data alone cannot help businesses make better decisions. This is where Statistical Analysis plays a…
-
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…
-

Data Visualisation: A Complete Guide to Charts, Dashboards, and Business Insights
.
Learn how data visualisation transforms raw business data into meaningful insights using charts, dashboards, and interactive Plotly Dash visualizations.
-
Python & Pandas EDA: A Complete Beginner’s Guide
.
Data is one of the most valuable assets in today’s digital world, but raw data often contains missing values, duplicates, and inconsistencies that make it difficult to analyze. Before…
