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
Mathematics for Machine Learning

3 Types of Distance metrics used in Machine Learning

"Machine learning is not magic; it's just a tool, like a hammer or a wrench. And like any tool, it has limitations, which you need to understand in order to…

0 Comments
April 6, 2023
3 Types of Distance metrics used in Machine Learning
Photo by Markus Spiske on Pexels.com
Mathematics for Machine Learning

An intuitive understanding of Eigenvalues and Eigenvectors

In this previous post on matrix multiplication, I discussed the geometrical significance of the dot product of matrices and how it represents the linear mapping of vectors. We also realized…

2 Comments
March 30, 2023
An intuitive understanding of Eigenvalues and Eigenvectors
Photo by Moose Photos on Pexels.com
Mathematics for Machine Learning

Understanding matrix multiplication

In my last blog on orthogonal projection, I shared how visualizing mathematical concepts help us understand them better. So, I thought of doing the same with matrix multiplication. Matrix multiplication…

1 Comment
March 17, 2023
Understanding matrix multiplication
Photo by Tibe De Kort on Pexels.com
Mathematics for Machine Learning

Linear Transformation

On my road to understanding linear algebra for the sake of machine learning, linear transformation of vectors is the topic that I found most challenging to understand, at the same…

1 Comment
March 5, 2023
Linear Transformation
Photo by Waskyria Miranda on Pexels.com
Mathematics for Machine Learning

Span of a vector

In a given vector space \(V\), the set of all the linear combinations that are possible with the vectors \(v_1, v_1, ..., v_n\) present in \(V\) is called the generating…

2 Comments
February 16, 2023
Span of a vector
Photo by Mike van Schoonderwalt on Pexels.com
Mathematics for Machine Learning

Linear Independence

In this article on linear algebra, we are going to understand about linear independence between vectors. Furthermore, we will use Gaussian elimination to check if a set of vectors is…

3 Comments
February 8, 2023
Linear Independence
Photo by Isaque Pereira on Pexels.com
Mathematics for Machine Learning

How to solve a system of linear equations

In my previous article on understanding system of linear equations, I explained the basic meaning of system of linear equations. I also mentioned an example where the amount of resources…

2 Comments
January 29, 2023
How to solve a system of linear equations
Photo by DS stories on Pexels.com
OpenCV

Exploring the Power of Computer Vision: A Beginner’s Guide to OpenCV in Python

Working with images is fun. When you understand the basics of processing images using programming, you come up with creative ideas on image processing and image augmentation. While there are…

3 Comments
January 18, 2023
Exploring the Power of Computer Vision: A Beginner’s Guide to OpenCV in Python
Mathematics for Machine Learning

Understanding System of Linear Equations

During my graduation, I developed interest in machine learning and started studying about it. I realized most part of machine learning, if not all, is mathematics. Because the math I…

1 Comment
January 14, 2023
Understanding System of Linear Equations
OpenCV

How to convert an RGB Image to Grayscale using OpenCV in Python?

In a machine learning problem that involves an image dataset, for instance, a circle detection problem, training the model over those three-dimensional RGB images can get computationally expensive. Besides this,…

1 Comment
December 27, 2022
How to convert an RGB Image to Grayscale using OpenCV in Python?
← Newer Posts
Older Posts →

Recent Posts

  • Python Functions: A Comprehensive Guide with Examples
    Python Functions: A Comprehensive Guide with Examples
    January 7, 2024/
    1 Comment
  • Understanding System of Linear Equations
    Understanding System of Linear Equations
    January 14, 2023/
    1 Comment
  • Deploy your own Python app Easily using *THIS*!
    Deploy your own Python app Easily using *THIS*!
    November 11, 2023/
    1 Comment

Please share this

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

Follow Me on Facebook