In this tutorial, we will learn how to predict a data point using K-Nearest Neighbors. K-Nearest Neighbors is an algorithm…
Categories

Machine Learning [Python] – Multiple Linear Regression
In this tutorial, we learn how to use scikit-learn library to implement Multiple linear regression. The carbon dioxide emissions dataset…

How to Calibrate a Camera using OpenCV
In this tutorial, we will demonstrate how to calibrate a camera using OpenCV (computer vision open-source library). Here we apply…

How to use ESP8266 and XD-FST module to emulate your gate control
In this tutorial, I will show you how to emulate a gate remote. First using an ESP8266 together with a…

Beginner’s guide to G-code for 3D Printing
In this article, I’ll present a guide to the most common G-code commands used in 3D Printing, what they mean,…

How to Detect Soil Moisture
In this tutorial, you will learn how to detect humidity in the soil with a soil hygrometer humidity detection moisture…