Image 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 Reading