In this tutorial, I am going to show you how to configure the Raspberry Pi Zero Wireless as a smart…
Author: Bruno Silva

How to Setup Raspberry Pi via SSH and Remote Desktop Connection with VNC Server
In this tutorial I will setup a Raspberry Pi 3 Model B via SSH and I will setup remote desktop…

How to Build an Arduino Uno on a BreadBoard
In this tutorial, I am going to show you how to migrate from an Arduino development board to a standalone…

Machine Learning [Python] – Linear Regression
In this tutorial, we will learn how to use the scikit-learn library to implement Simple Linear Regression. Parts Required Python…

Machine Learning [Python] – Polynomial Regression
In this tutorial, we will learn about Polynomial Regression and learn how to transfer your feature sets, and then use…

Machine Learning [Python] – K-Nearest Neighbors (KNN) – Classification
In this tutorial, we will learn how to predict a data point using K-Nearest Neighbors. K-Nearest Neighbors is an algorithm…