Posts tagged with "DIY"

DIY Wired Arduino Pro Micro Gamepad

September 10, 2020

This project utilizes the Pro Micro's capability to appear as a HID compatible device to the system.

DIY Raspberry Pi Power Hat

September 23, 2020

This is a DIY tutorial on how to make a Raspberry Pi Power HAT.

Fast One Hot Encoding using Numpy (No For Loops)

July 11, 2021

In a lot of artificial intelligence applications, specially in supervised learning classification problems, where the labels for each of the datapoints are available, we often have a one-dimensional array containing the classes of each of the datapoints. Depending upon the machine learning algorithm we are going to apply to our dataset for classification, we might [...]