Category: Computer Vision

Computer Vision in AI encompasses various tasks including classical computer vision, deep learning based image classification, image classification, object detection etc.

Class Accuracies for Imbalanced Data in Deep Learning Image Recognition

Class Accuracies for Imbalanced Data in Deep Learning Image Recognition

In this article, we will discuss how to get per-class accuracy in a highly imbalanced image/vision dataset. Deep learning algorithms suffer when the dataset is highly imbalanced. In image recognition, a deep neural network may predict 90% of one class correctly and only 20% of another class correctly. This is the result of the number […] ...

Track Your PyTorch Deep Learning Project with TensorBoard

Track Your PyTorch Deep Learning Project with TensorBoard

PyTorch helps in carrying out deep learning projects and experiments with much ease. But we can improve the deep learning experience even more by tracking our training results, images, graphs and plots. For that, we can use TensorBoard. TensorBoard really eases out the task of keeping track of our deep learning projects. In this article, […] ...