Top Object Detection Techniques in Computer Vision
Object detection: Locating the presence of objects with a bounding box and types or classes of the located objects…
Continue ReadingDeep Learning for Image and Video Colorization
Converting color images to black and white is quite easy using the OpenCV framework,but for converting…
Continue ReadingImage Entity Recognition with OCR
An entity can be a word or series of words that consistently refer to the same thing. Every detected entity is classified into a prelabelled category. For example, a NER model might detect the word…
Continue ReadingMaster Named Entity Recognition Techniques
The goal of Named Entity Recognition is to locate and classify named entities in a sequence. The named entities are pre-defined categories chosen according to the use case such as names of people, organizations, places, codes, time notations, monetary
values, etc…
Multi-Label Classification with Transfer Learning
COVID-19 is a contagious disease that caused thousands of deaths and infected millions worldwide.Using convolutional neural networks and transfer learning techniques we develop a…
Continue ReadingAnalyzing IMDB Reviews with Sentiment Analysis
The act of computationally recognising and categorising opinions contained in a piece of text, especially in order to discern whether the writer has a good, negative, or neutral attitude…
Continue Reading