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

5 Things You Need to Know About YOLOv11

YOLO (You Only Look Once) has long been a popular machine learning model for real-time object detection, offering an impressive balance between speed and accuracy. Since its existence, the model…

0 Comments
October 13, 2024
Machine Learning

Understanding Regularization in Machine Learning: Ridge, Lasso, and Elastic Net

A machine learning model learns over the data it is trained and should be able to generalize well over it. When a new data sample is introduced, the model should…

1 Comment
September 26, 2024
Understanding Regularization in Machine Learning: Ridge, Lasso, and Elastic Net
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
Python

How are Python Generators useful in Machine Learning?

In Python, a generator function allows us to iterate over particular elements such as a list, and returns the following element every time we call it. Now, one might think…

0 Comments
April 8, 2024
How are Python Generators useful in Machine Learning?
Photo by Jacky on Pexels.com
Self Driving Vehicles

Implementing Bicycle Model: A Fundamental Concept in Self Driving Vehicles

In the development of self driving vehicles, a cornerstone concept that engineers rely on is the "bicycle model." This abstract representation simplifies the complex dynamics of a car into a…

1 Comment
March 29, 2024
Implementing Bicycle Model: A Fundamental Concept in Self Driving Vehicles
Photo by Philipp M on Pexels.com
Self Driving Vehicles

Automotive programming: Understanding slip ratio with Python

Modern vehicles monitor their dynamics at every fraction of time to maintain vehicle stability. For this, significant amount of data flows from every sensor into the ECUs and appropriate action,…

0 Comments
January 22, 2024
Automotive programming: Understanding slip ratio with Python
Photo by Supreet on Pexels.com
← Newer Posts
Older Posts →

Recent Posts

  • I built a Wireguard VPN Server using a Raspberry Pi — Now I can access my Home Network from Anywhere in the World.
    I built a Wireguard VPN Server using a Raspberry Pi — Now I can access my Home Network from Anywhere in the World.
    July 27, 2025/
    0 Comments
  • Linear Transformation
    Linear Transformation
    March 5, 2023/
    1 Comment
  • How to get started with Python Programming in 2024?
    How to get started with Python Programming in 2024?
    May 4, 2024/
    0 Comments

Please share this

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

Follow Me on Facebook