Master 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 ReadingMastering the Pipe Operator in Elixir
Elixir has become one of the most loved languages. Elixir applications are scalable, very reliable, and the syntax is also quite nice. In this article, we will discuss about how elixir pipe…
Continue ReadingCreate Abstract Images with Neural Networks
Artificial neural networks are comprised of node layers containing an input layer, one or more hidden layers, and an output layer. Each node connects to another and has an associated weight and threshold value.For generating random….
Continue ReadingExperimental NLP for Article Summary Extraction
Summary Extraction is the technique for generating meaningful and complete information of the text while focusing on the sections that convey useful information, and…
Continue ReadingUnderstanding Macros: A Comprehensive Guide
Macro is a code that writes code. Macros are one of the most advanced and powerful features of Elixir. They make it possible to perform powerful code transformations in compilation time…
Continue ReadingRemote Developers: Accelerate Start-Up Growth
All of a sudden, due to COVID-19, there is a surge in the number of applicants looking for options for working from home. A report published on Livemint on 31st May 2020 says…
Continue ReadingUnderstanding Optical Character Recognition (OCR)
Optical character recognition (OCR) is changing the way we interact with information and making it secure with the new age OCR engines. Solving problems of real world with…
Continue ReadingNext Word Prediction: How It Works
As technology becomes more advanced, we are offered privileges we could not have ever imagined and things that make our daily activities easier. Every single thing that we express…
Continue Reading