Machine Learning (ML) ResNeXt architecture In this article, we have explored the ResNeXt model architecture which has been developed by Facebook. We have provided a Python implementation of ResNeXt along with applications of the model.
Machine Learning (ML) YOLOR model architecture In this article, we have covered YOLOR model architecture in depth and compared it with other YOLO variants like YOLOv4.
TensorFlow Max Pool and Avg Pool in TensorFlow In this article, we have explored Max Pool and Avg Pool in TensorFlow in depth with Python code using the MaxPool and AvgPool ops in TensorFlow.
Machine Learning (ML) OpenPose Systems In this article, we have explored the idea of OpenPose Systems in depth which is used for Pose Detection application using Machine Learning.
Machine Learning (ML) Pose Estimation In this article, we will be discussing about pose estimation and its applications. When the machine uses computer vision to detect the shape and the structure of the human body, it is known as pose estimation.
Machine Learning (ML) U-Net architecture In this article, we have explained U-Net architecture along with other key ideas like Downsampling and Upsampling path with features and applications of U-Net.
Machine Learning (ML) A * Search Algorithm In this article, we are going to have a look at the A * Search Algorithm , its properties, some of its advantages and disadvantages as well as real life applications.
Software Engineering Vector of Pair in C++ We have covered the idea of Vector of Pair in C++ with code examples along with basics of Pair and vector in C++.