IMDB Movie Review 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...
Posted on
2022-01-05
Named Entity Recognition
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...
Posted on
2022-01-05
Multi-label classification using Transfer Learning techniques
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...
Posted on
2022-01-05
Generating Abstract images using 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....
Posted on
2021-12-18
Entity Recognition on images using 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...
Posted on
2022-02-17
Price Predictions for NFT Images
An NFT is an image in the form of a digital token. These tokens are then sold online. AN NFT can be anything in digital...
Posted on
2022-05-07
Image and Video colorization using Deep learning and OpenCV
Converting color images to black and white is quite easy using the OpenCV framework,but for converting...
Posted on
2022-03-08
Summary extraction of an article using experimental NLP techniques
Summary Extraction is the technique for generating meaningful and complete information of the text while focusing on the sections that convey useful information, and...
Posted on
2021-11-19
Computer Vision using Yolo-v4 and Data Augmentation techniques
This is a computer technology related to Computer vision and Image Processing that deals with detecting instances of semantic objects of a certain class (such as humans, buildings, or cars)...
Posted on
2021-08-28