sovitdc
sovitdc
Sovit Rath
97 posts
Author of machine learning blog DebuggerCafe (https://debuggercafe.com/)
Don't wanna be here? Send us removal request.
sovitdc · 4 years ago
Link
In this deep learning tutorial, learners will use the PyTorch Facenet library to detect faces and facial landmarks.
0 notes
sovitdc · 4 years ago
Link
In this article, we will further our discussions on the topic of facial keypoint detection using deep learning. We will learn about some more advanced techniques.
0 notes
sovitdc · 4 years ago
Link
In this article, you will get to learn about facial keypoint detection using deep learning and PyTorch. This article will be fully hands-on and practical. We will go through the coding part thoroughly and use a simple dataset for starting out with facial keypoint detection using deep learning PyTorch. This is also known as facial landmark detection.
0 notes
sovitdc · 4 years ago
Link
In this tutorial, we will also try to recognize human actions in videos using deep learning and neural networks.
0 notes
sovitdc · 5 years ago
Link
We will be detecting road potholes using Faster RCNN deep learning object detector in this tutorial.
1 note · View note
sovitdc · 5 years ago
Link
In this tutorial, we will get hands-on experience with semantic segmentation in deep learning using the PyTorch FCN ResNet models.
0 notes
sovitdc · 5 years ago
Link
Image segmentation is one of the most important topics in the field of computer vision. A lot of research, time, and capital is being put into to create more efficient and real time image segmentation algorithms. And deep learning is a great helping hand in this process. In this article, we will take a look the concepts of image segmentation in deep learning.
1 note · View note
sovitdc · 5 years ago
Link
In this article, we will learn how we can reduce distortion in images using the Spatial Transformer Network (STN) using the PyTorch deep learning library.
1 note · View note
sovitdc · 5 years ago
Link
In this tutorial, we will go through the concepts of Spatial Transformer Networks in deep learning and neural networks.
0 notes
sovitdc · 5 years ago
Link
In this article, we will use a deep learning object detector to detect objects in images and videos. We will the Faster R-CNN deep learning detector in particular. Faster R-CNN is one of the best object detectors out there in terms of accuracy.
1 note · View note
sovitdc · 5 years ago
Link
In this article, we will learn about the evaluation metrics that are commonly used in object detection. Before moving deep into any object detection project, it is better to have a grasp on these concepts.
0 notes
sovitdc · 5 years ago
Link
What will you learn after reading this article?
What is object detection? A basic introduction.
Research papers that we will discuss in this article.
Finally, some new techniques that are worth reading and knowing about.
The RCNN family of object detectors.
The SSD (Single Shot Detection) object detector.
The YOLO (You Only Look Once) family of object detectors.
0 notes
sovitdc · 5 years ago
Link
In this tutorial, we will learn about Automatic Mixed Precision Training (AMP) for deep learning using PyTorch.
1 note · View note
sovitdc · 5 years ago
Link
In this tutorial, we will be implementing the Deep Convolutional Generative Adversarial Network architecture (DCGAN).
1 note · View note
sovitdc · 5 years ago
Link
In this tutorial, we will generate the digit images from the MNIST digit dataset using Vanilla GAN. We will use the PyTorch deep learning framework to build and train the Generative Adversarial network.
0 notes
sovitdc · 5 years ago
Link
In this article, we will discuss how to get per-class accuracy in a highly imbalanced image/vision dataset.
0 notes
sovitdc · 5 years ago
Link
In this article, we will train a ResNet34 deep neural network on the Caltech101 dataset using transfer learning and try to achieve more than 95% test accuracy. The main question is why the Caltech101 dataset for this deep learning tutorial?
1 note · View note