Tag: basics of sentiment analysis

By Abhinash Jena on May 2, 2025 No Comments

The overwhelming volume of social media data has created complex challenges for digital governance and policy-making, particularly in identifying and addressing social bias embedded in online discourse.

 , ,
By Abhinash Jena on April 14, 2025 No Comments

Fine-tuning a pre-trained model involves taking a model already trained on a large, general dataset and adapting it to perform well on a smaller, specific task dataset. Transformers is a library of several pre-trained large language models (LLMs) available as open source for training and inference (Hugging Face, n.d.-b). Transformer models are language models that […]

 , ,
By Abhinash Jena on March 14, 2025 1 Comment

Machine learning is a transformative branch of artificial intelligence (AI) focused on developing algorithms that enable computers to learn from data (Talwar & Kumar, 2013). Instead of following rigid, predefined rules, machine learning systems improve their performance over time by identifying patterns and relationships in data.

 , , ,
By Abhinash Jena on March 4, 2025 No Comments

The Valence Aware Dictionary and Sentiment Reasoner (VADER) is a lexicon-based sentiment analysis tool that uses a lexicon dictionary to assign predefined sentiment scores.

 , ,
By Abhinash Jena on February 26, 2025 2 Comments

Rule-based sentiment analysis is a pragmatic choice for specific use cases, especially where transparency, speed, or cost matter.

 , ,
By Abhinash Jena on February 20, 2025 3 Comments

Lexical normalisation is the process of converting noisy, informal, or misspelled text into its standardized form.

 , ,
By Abhinash Jena on February 14, 2025 3 Comments

Natural language processing is a field of AI that deals with the interaction between computers and human language. It helps machines understand, interpret, and generate human language

 ,
By Abhinash Jena on February 11, 2025 1 Comment

Sentiment analysis helps to detect different emotions like happiness, anger, or sadness in a phrase or text like product review, feedback, comments or opinions in a social network.

 , ,