Skip to content
Machine Learning Site
Machine Learning Site
  • Home
  • Categories
    • Python
    • C/C++
      • 100 Days of C++
    • Machine Learning
    • OpenCV
    • Self Driving Vehicles
    • Mathematics for Machine Learning
  • About Me
  • Login
  • Account
  • Logout
  • Register
  • Privacy Policy
  • Toggle website search
Menu Close
Search this website
  • Home
  • Categories
    • Python
    • C/C++
      • 100 Days of C++
    • Machine Learning
    • OpenCV
    • Self Driving Vehicles
    • Mathematics for Machine Learning
  • About Me
  • Login
  • Account
  • Logout
  • Register
  • Privacy Policy
  • Toggle website search
Machine Learning

Choosing the Right Gradient Descent: Batch vs Stochastic vs Mini-Batch Explained

In my previous post on gradient descent, I explained briefly what gradient descent means and what mathematical idea it holds. A basic gradient descent algorithm involves calculating derivatives of the…

0 Comments
September 16, 2024
Choosing the Right Gradient Descent: Batch vs Stochastic vs Mini-Batch Explained
Machine Learning

Boosting MNIST Accuracy with KNeighborsClassifier: Hyperparameter Tuning and Image Data Augmentation Techniques

In my previous blog on "Build your *FIRST* Machine Learning using Python", I mentioned that a general flow in a machine learning project involves importing the data, splitting it into…

1 Comment
September 1, 2024
Boosting MNIST Accuracy with KNeighborsClassifier: Hyperparameter Tuning and Image Data Augmentation Techniques
Machine Learning

MSE vs RMSE: Which is the Right Error Metric for Machine Learning?

When entering into the world of machine learning, one of the first concepts you encounter is error metrics or cost functions. These metrics help us understand the model performance by…

0 Comments
August 25, 2024
MSE vs RMSE: Which is the Right Error Metric for Machine Learning?
Machine Learning

Precision-Recall vs. ROC AUC Curve: Choosing the Right Metric for Your Machine Learning Model

In the previous blog on Confusion Matrix 101: Understanding Precision and Recall for Machine Learning Beginners, we understood the meaning of precision and recall which are important metrics while building…

0 Comments
July 15, 2024
Precision-Recall vs. ROC AUC Curve: Choosing the Right Metric for Your Machine Learning Model
Machine Learning

Confusion Matrix 101: Understanding Precision and Recall for Machine Learning Beginners

When we build a machine learning model, choosing the appropriate metric is the key factor for the feasibility of that model. This factor is only realizable when a model is…

1 Comment
July 7, 2024
Confusion Matrix 101: Understanding Precision and Recall for Machine Learning Beginners
Machine Learning

Machine Learning Pipeline: The Ultimate Guide to Automate Your Work using scikit learn

Building a machine learning model involves a sequence of tasks from data cleaning to feature engineering. In scenarios where these steps need to be repeated, for instance when data is…

1 Comment
June 29, 2024
Machine Learning Pipeline: The Ultimate Guide to Automate Your Work using scikit learn
Machine Learning

Unveiling Google’s Gemini: Everything You Need to Know

Google has introduced its ‘largest’ and ‘most capable’ large language model (LLM), which goes by the name of Gemini, to the world. Google's Gemini 1.0 AI model is the “start of a new era”…

0 Comments
December 9, 2023
Unveiling Google’s Gemini: Everything You Need to Know
Photo by Brett Jordan on Pexels.com
Machine Learning

Build your *FIRST* Machine Learning using Python

You might have just learned some theory on machine learning and looking for a small, hands-on project to get hold of it. In this blog, we are going to build…

4 Comments
November 7, 2023
Build your *FIRST* Machine Learning using Python
Photo by Sora Shimazaki on Pexels.com
Machine Learning

How to sample data *CORRECTLY* into test set?

Splitting the available data into training and test sets help us evaluate the performance of the model. The model is trained using the training set and its generalization capability is…

1 Comment
May 29, 2023
How to sample data *CORRECTLY* into test set?
Photo by cottonbro studio on Pexels.com
Machine Learning

Tuning Hyperparameters in Machine Learning

A few months ago, I was working on a project where I had to train and develop a regression model that predicted the price of a vehicle given its features…

0 Comments
May 25, 2023
Tuning Hyperparameters in Machine Learning
Photo by Skylar Kang on Pexels.com
← Newer Posts
Older Posts →

Recent Posts

  • Pandas and Python: A Symphony of Data Analysis
    Pandas and Python: A Symphony of Data Analysis
    December 25, 2022/
    2 Comments
  • How to get started with Python Programming in 2024?
    How to get started with Python Programming in 2024?
    May 4, 2024/
    0 Comments
  • How to sample data *CORRECTLY* into test set?
    How to sample data *CORRECTLY* into test set?
    May 29, 2023/
    1 Comment

Please share this

  • X
  • Facebook
  • Pinterest
  • LinkedIn
  • Reddit
  • Tumblr
  • WhatsApp

Follow Me on Facebook