Author Archives: Mudit Rustagi
Sentiment Analysis (SA)is an amazing application of Text Classification, Natural Language Processing, through which we can analyze a piece of text and know its sentiment.
The post Guide To Sentiment Analysis Using BERT appeared first on Analytics India Magazine.
Question Answering is a classical Natural Language Processing. This is a task involving a question being asked to a system from a set of documents or text and should be able to answer that question.
The post Guide To Question-Answering System With T5 Transformer appeared first on Analytics India Magazine.
We will discuss Google AI’s state-of-the-art, T5 transformer which is a text to text transformer model. The gist of the paper is a survey of the existing modern transfer learning techniques used in Natural Language Understanding, proposing a unified framework that will combine all language problems into a text-to-text format.
The post Python Guide To Google’s T5 Transformer For Text Summarizer appeared first on Analytics India Magazine.
Intent Classification, or you may say Intent Recognition is the labour of getting a spoken or written text and then classifying it based on what the user wants to achieve
The post How to implement Intent Recognition with BERT appeared first on Analytics India Magazine.
Article is about Pitch Recognition, aka Pitch Estimation.
The post Sound Pitch Recognition Using SPICE appeared first on Analytics India Magazine.
Infinite Nature, aka perpetual view generation, allows you to take an image and fly into it as a bird would do
The post Guide to Infinite Nature for Perpetual View Generation appeared first on Analytics India Magazine.
Infinite Nature, aka perpetual view generation, allows you to take an image and fly into it as a bird would do
The post Guide to Infinite Nature for Perpetual View Generation appeared first on Analytics India Magazine.
We all have audienced the fantastic deep learning approaches that have regularly or empirically, demonstrated better than ever success each and every time in learning image representation tasks, such as image captioning, semantic segmentation, object detection, and so on. With a wide variety of convolutional neural networks on our hands, this has enabled us to…
The post Action Recognition Using Inflated 3D CNN appeared first on Analytics India Magazine.
The real world is a messy, messy place. Everyone has different opinions, but they can’t help but agree on this fact! What else is messy? Data !! Lots and lots of data which we collect, scrape or extract from numerous sources. So messy that in a survey, it was mentioned that data scientists spend around…
The post Guide to CleanText: A Python Package to Clean Raw Text Data appeared first on Analytics India Magazine.
Ever thought about writing a code that can code for you?! Or generate contextualised text on the subject you want ?! Well, the solution to all of these use cases were given by OpenAI, which is a large scale organisation considered by many to be leading the world in Artificial Intelligence, when they introduced…
The post A Beginner’s Guide to GPT Neo (With Python Codes) appeared first on Analytics India Magazine.