In today’s tutorial, we are going to learn to do file transfer using a TCP socket in the python3 programming language. This is the most […]
Squeeze and Excitation Networks
Convolutional Neural Network (CNN) has been most widely used in the field of computer vision and visual perception to solve multiple tasks such as image […]
What is Residual Network or ResNet?
Deep neural networks have become popular due to their high performance in real-world applications, such as image classification, speech recognition, machine translation and many more. […]
Supervised vs Unsupervised Learning
In this article, we are going to explore the two machine learning approaches – supervised and unsupervised learning. It is one of the most basic […]
TCP Client-Server Implementation in C
In this tutorial, you will learn to implement a TCP client-server program in the C programming language. Here, the client and server would exchange messages […]
What is Transfer Learning? – A Simple Introduction.
Transfer Learning is a technique in machine learning where we reuse a pre-trained model to solve a different but related problem. It is one of […]
Human Image Segmentation with DeepLabV3+ in TensorFlow
In this article, you will learn to perform person segmentation with DeepLabV3+ architecture on human images. Here, we will cover the entire process of image […]
cv2.imwrite() – Saving Images in OpenCV Python
In our previous tutorials – cv2.imread() – Read Image using OpenCV Python and cv2.resize() – Resizing Image using OpenCV Python, we have learned to read […]
cv2.resize() – Resizing Image using OpenCV Python
In this tutorial, we will learn to resize an image using OpenCV in the Python programming language. For this, we are using the cv2.resize() function. […]
cv2.imread() – Read Image using OpenCV Python
In this tutorial, we are going to focus on reading an image using the Python programming language. For this, we are going to use the […]