Machine Learning (ML) “Show and Tell: A Neural Image Caption Generator” by Vinyals This article explains the conference paper "Show and tell: A neural image caption generator" by Vinyals and others. This paper showcases how it approached state of art results using neural networks and provided a new path for the automatic captioning task.
Machine Learning (ML) Automatic Image Annotation / Image Captioning We have covered the general idea behind Automatic Image Annotation / Image Captioning and different techniques like retrieval based image captioning, template based and deep learning based image captioning.
Machine Learning (ML) Sharpening Filters Sharpening filters makes transition between features more recognizable and obvious as compared to smooth and blurry pictures. We have explored it in detail.
Algorithms Topological Sort using Breadth First Search (BFS) In this article, we have explored how to perform topological sort using Breadth First Search (BFS) along with an implementation. We have compared it with Topological sort using Depth First Search (DFS).