The life of a machine learning engineer consists of long stretches of frustration and a few moments of joy! First, struggle to get your model to produce good results on your training data. You ...
Search Results for: c
Efficient image loading
When it comes to writing optimized code, image loading plays an important role in computer vision. This process can be a bottleneck in many CV tasks and it can often be the culprit behind bad ...
Zero-shot Learning : An Introduction
Deep learning based models have achieved the state of the art performance for image recognition and object detection tasks in the recent past. Many of these models are able to achieve human level ...
Official OpenCV Courses
A few years ago I started getting a lot of email from subscribers asking for detailed, step-by-step coverage of key Computer Vision and OpenCV topics. When I asked if there any interest in a ...
Graph Convolutional Networks: Model Relations In Data
In an earlier post, we covered the problem of Multi Label Image Classification (MLIC) for Image Tagging. Recall that MLIC is an image classification task but unlike multi-class image ...
Federated Learning using PyTorch and PySyft
This is a a gentle introduction to federated learning --- a technique that makes machine learning more secure by training on decentralized data. We will also cover a real-life example of federated ...