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
Python

Create your own Flask API in Python: A Step-by-Step Guide

Image that you are working on a project and you develop a creative and an amazing tool using Python that can save significant amount of time. Now you want to…

0 Comments
October 10, 2023
Create your own Flask API in Python: A Step-by-Step Guide
Photo by Designecologist on Pexels.com
Python

Unlocking Location Intelligence: A Comprehensive Guide to Reading GPS Data in Raspberry Pi

GNSS sensors are widely used in the field of self driving cars to determine their position. They help them to navigate from one point to another. Apart from autonomous driving,…

6 Comments
October 6, 2023
Unlocking Location Intelligence: A Comprehensive Guide to Reading GPS Data in Raspberry Pi
Python

Mastering Object-Oriented Programming: A Comprehensive Guide to OOPs in Python

Object-oriented programming (OOP) is a fundamental programming paradigm that centers on using objects as the fundamental building blocks of software. Embracing object-oriented programming (OOP) is essential for staying current in…

0 Comments
October 5, 2023
Mastering Object-Oriented Programming: A Comprehensive Guide to OOPs in Python
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
Python

How to Parse Data efficiently in Python

If you have solved some machine learning exercises, you might have come across a scenario where you need to parse the information available in the form of a DataFrame, like…

1 Comment
May 20, 2023
How to Parse Data efficiently in Python
Photo by Pixabay on Pexels.com
Python

Creating a Weather App in Python

Application Programming Interface or APIs allow us to fetch data from a particular website or application. It serves as a link to get data from a particular URL. In this…

5 Comments
May 7, 2023
Creating a Weather App in Python
Photo by Pixabay on Pexels.com
Machine Learning

Regularization in Machine Learning

In the realm of machine learning, we constantly strive to build models that accurately capture the underlying patterns and generalize well on unseen data. However, our ambitious models often fall…

1 Comment
May 3, 2023
Regularization in Machine Learning
Photo by Monstera on Pexels.com
Python

I created a Static Website using ChatGPT and Python

Python is a very flexible programming language that allows you to accomplish numerous tasks, and building a website is one of them. Now I am not talking about those magnificent-looking,…

2 Comments
April 30, 2023
I created a Static Website using ChatGPT and Python
Photo by Shantanu Kumar on Pexels.com
Mathematics for Machine Learning

Understanding Gradient Descent with example

"Optimization is at the heart of machine learning. It is the process of searching through a space of possible models to find one that performs well on a task. It…

1 Comment
April 19, 2023
Understanding Gradient Descent with example
Photo by Codioful (formerly Gradienta) on Pexels.com
← Newer Posts
Older Posts →

Recent Posts

  • How to sample data *CORRECTLY* into test set?
    How to sample data *CORRECTLY* into test set?
    May 29, 2023/
    1 Comment
  • 4 Main Reasons Why I am moving to C++ from Python
    4 Main Reasons Why I am moving to C++ from Python
    May 20, 2024/
    1 Comment
  • I created a Static Website using ChatGPT and Python
    I created a Static Website using ChatGPT and Python
    April 30, 2023/
    2 Comments

Please share this

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

Follow Me on Facebook