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 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…
Mastering 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 ReadingDeploy Scalable Django Apps with Kubernetes
This blog will deploy a broken application and we’ll be fixing the Kubernetes YAML documents to make the deployment successful. the application will query from the database and return data…
Continue ReadingCNN for Image Classification: A Guide
An image classification is the process by which a computer takes an input which is a picture and gives an output which could be either a class or a probability of belonging to a class…
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 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 Reading