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
C/C++

4 Main Reasons Why I am moving to C++ from Python

I often receive questions about the advantages and disadvantages of different programming languages. Among the most frequently compared are C++ and Python. Now I've been a Python fan for a…

1 Comment
May 20, 2024
4 Main Reasons Why I am moving to C++ from Python
Python

How to get started with Python Programming in 2024?

From large language models like ChatGPT to self-driving cars like Waymo, programming has helped us create and build fascinating things, and one can only imagine the upcoming advancements in technology.…

0 Comments
May 4, 2024
How to get started with Python Programming in 2024?
Python

Python Tutorial: Image Compression using Numpy

Lately, I have been working on a project that involves sending images, captured by an industrial camera, from one station to another. The task itself is trivial, however, if the…

0 Comments
April 23, 2024
Python Tutorial: Image Compression using Numpy
Photo by Leonardo Luz on Pexels.com
ROS2

ROS Tutorial: Communication between two Computers

In my previous post on Introduction to ROS, I shared how ROS is an extraordinary framework for robotics applications and is widely used in the industry of automated mobility, aka…

0 Comments
April 16, 2024
ROS Tutorial: Communication between two Computers
Photo by fauxels on Pexels.com
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
Python

Implementing Fourier Transform in Python for Signal Analysis

Remembering the math we studied in college, there was a term called "Fourier transformation". A few nerds might recall completely what the term means, while a few of us, like…

0 Comments
March 24, 2024
Implementing Fourier Transform in Python for Signal Analysis
Photo by Pixabay on Pexels.com
OpenCV

Python for Beginners: Creating an OpenCV App in Python

A couple of weeks ago, I published a blog on creating a GUI in Python using Tkinter. I thought of kicking it up a notch and integration the function of…

2 Comments
March 17, 2024
Python for Beginners: Creating an OpenCV App in Python
Photo by Scott Webb on Pexels.com
Python

Python for Beginners: Organizing Virtual Space using Python

Picture this: a cluttered virtual space with random files scattered all over your PC. Now you can manually sort them out but programmers always want to get creative for doing…

0 Comments
February 24, 2024
Python for Beginners: Organizing Virtual Space using Python
Photo by Anete Lusina on Pexels.com
Python

Programming meets Voice Recording: A Python Guide for Playing and Capturing Sound

Machine learning seems cool and interesting when you see the model in action. What many people don't reveal is that training and optimizing one is tiresome, especially when you have…

1 Comment
February 5, 2024
Programming meets Voice Recording: A Python Guide for Playing and Capturing Sound
Photo by Pixabay on Pexels.com
← Newer Posts
Older Posts →

Recent Posts

  • Accessing Car data using Python
    Accessing Car data using Python
    November 13, 2023/
    2 Comments
  • Style Transfer in Python: 6 Brilliant Steps to Turn Code into Art with PyTorch
    Style Transfer in Python: 6 Brilliant Steps to Turn Code into Art with PyTorch
    June 29, 2025/
    0 Comments
  • Choosing the Right Gradient Descent: Batch vs Stochastic vs Mini-Batch Explained
    Choosing the Right Gradient Descent: Batch vs Stochastic vs Mini-Batch Explained
    September 16, 2024/
    0 Comments

Please share this

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

Follow Me on Facebook