Python
-

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.
