Month: October 2022

Python code to control mouse cursor and click

These few lines of code will help control the mouse cursor and clicking.

Dilated Convolution in Deep Learning

Dilated convolution is the concept of skipping the pixel while convoluting the kernel with the input. It is also known as the pixel-skipping algorithm. theRead More …