image
image
user-login
Patent search/

HYBRID PSO-SA ALGORITHM FOR FEATURE SELECTION IN SOCIAL MEDIA SENTIMENT ANALYSIS

search

Patent Search in India

  • tick

    Extensive patent search conducted by a registered patent agent

  • tick

    Patent search done by experts in under 48hrs

₹999

₹399

Talk to expert

HYBRID PSO-SA ALGORITHM FOR FEATURE SELECTION IN SOCIAL MEDIA SENTIMENT ANALYSIS

ORDINARY APPLICATION

Published

date

Filed on 9 November 2024

Abstract

A hybrid Particle Swarm Optimization and Simulated Annealing algorithm is proposed for feature selection in social media sentiment analysis. The invention enhances feature selection by leveraging the exploratory capabilities of PSO and the exploitative abilities of SA, significantly improving the performance of sentiment classification models on social media data. This method offers superior accuracy and reduced computational costs compared to conventional feature selection techniques, making it particularly effective in analyzing large-scale social media datasets.

Patent Information

Application ID202411086331
Invention FieldCOMPUTER SCIENCE
Date of Application09/11/2024
Publication Number47/2024

Inventors

NameAddressCountryNationality
Shilpee SrivastavaDepartment of Mathematics, Chandigarh University, shilpee2007@rediffmail.comIndiaIndia
Gaurav SaxenaDepartment of Computer Science Engineering and Technology, Bennett UniversityIndiaIndia
Krishan KumarDepartment of Computer Science and Engineering, Chandigarh UniversityIndiaIndia
Akanksha SinghDepartment of Mathematics, Chandigarh UniversityIndiaIndia
Ashok PalDepartment of Mathematics, Chandigarh UniversityIndiaIndia

Applicants

NameAddressCountryNationality
Krishan Kumar66-B Janta Flats , Rampura , New Delhi - 110035IndiaIndia
Shilpee SrivastavaDepartment of Mathematics, Chandigarh University, Mohali, PunjabIndiaIndia

Specification

Description:Title:
Hybrid PSO-SA Algorithm for Feature Selection in Social Media Sentiment Analysis

Abstract:

A hybrid Particle Swarm Optimization and Simulated Annealing algorithm is proposed for feature selection in social media sentiment analysis. The invention enhances feature selection by leveraging the exploratory capabilities of PSO and the exploitative abilities of SA, significantly improving the performance of sentiment classification models on social media data. This method offers superior accuracy and reduced computational costs compared to conventional feature selection techniques, making it particularly effective in analyzing large-scale social media datasets.
Field of Invention:

The present invention relates to the field of machine learning and data mining, explicitly to a method and system for feature selection in social media sentiment analysis using a hybrid optimization algorithm that combines Particle Swarm Optimization (PSO) and Simulated Annealing (SA).
Background of the Invention:

Social media sentiment analysis is widely used to assess public opinion by analyzing text data from platforms like Twitter, Facebook, Instagram, and online reviews. This process helps understand opinions, emotions, and trends in real-time. Feature selection is critical in social media data processing, as it reduces the dimensionality of massive datasets, improves machine learning model performance, and minimizes computational costs.
Traditional feature selection methods often struggle with the large, noisy, and unstructured nature of social media data, leading to challenges in escaping local optima and requiring significant computational resources. Particle Swarm Optimization (PSO) is a powerful population-based algorithm inspired by the social behaviour of birds, known for efficiently exploring large search spaces. However, PSO may converge prematurely to local optima. Simulated Annealing (SA), a probabilistic technique, allows for occasional acceptance of suboptimal solutions, thus avoiding premature convergence and escaping local optima. Combining PSO and SA addresses the limitations of traditional methods and improves feature selection for sentiment analysis on social media data.
Summary of the Invention:

The present invention provides a hybrid optimization method that integrates Particle Swarm Optimization (PSO) and Simulated Annealing (SA) to enhance feature selection in social media sentiment analysis tasks. This approach leverages the exploration capabilities of PSO and the exploitation abilities of SA to effectively search the feature space and identify the most relevant features for sentiment classification, especially in large, complex social media datasets.
The key components of the invention include:
1. Hybrid Algorithm Framework: The proposed hybrid method integrates PSO and SA, where PSO is employed for initial feature selection from the social media dataset, and SA is used to refine the selection. This reduces premature convergence and enhances global search capabilities, critical for large-scale social media sentiment analysis.
2. Feature Selection Process:
i) The PSO algorithm explores the feature space, with particles representing subsets of features extracted from social media data.
ii) The fitness of each subset is evaluated using a sentiment classification model, such as Support Vector Machines (SVM), Naive Bayes, or neural networks.
iii) SA is then applied to the best solutions from PSO, refining the feature set by probabilistically accepting worse solutions, allowing the model to escape local optima.
3. Application to Social Media Sentiment Analysis:
The hybrid PSO-SA algorithm is specifically tailored for sentiment analysis of social media data, optimizing feature selection based on classification accuracy, F1-score, precision, and recall. This results in a reduced set of features that maintain or enhance the accuracy of social media sentiment classification while reducing computational time.
4. Advantages Over Existing Methods:
The hybrid approach offers enhanced global search capabilities, faster convergence, and less susceptibility to local optima compared to standalone PSO or SA methods. This results in more accurate, efficient sentiment analysis models with fewer features, making it ideal for large-scale social media sentiment analysis.
Detailed Description of the Invention:
1. System Architecture:
The system consists of a computing device with processors and memory to execute the hybrid PSO-SA algorithm. The system includes modules for social media data preprocessing, feature extraction, feature selection, model training, and performance evaluation.
2. Hybrid PSO-SA Algorithm:
i) Initialization: Initialize a population of particles with random subsets of features from social media datasets.
ii) PSO Phase:
? Evaluate the fitness of each particle using a sentiment classification model (e.g., SVM, Naive Bayes) on social media sentiment data.
? Update particles' velocities and positions based on individual and global best positions.
? Refine the population iteratively until a stopping criterion is met (e.g., maximum iterations or convergence).
iii) SA Phase:
? Apply SA to the best solutions from the PSO phase.
? Use a cooling schedule to control the acceptance probability of worse solutions.
? Refine feature subsets by accepting or rejecting changes based on SA's probabilistic criteria.
iv) Final Selection: Output the optimized subset of features for social media sentiment analysis.
3. Performance Evaluation:
The method includes cross-validation and comparative analysis against benchmark feature selection methods for social media sentiment analysis.


Drawings:







Claims:
1. A method for feature selection in social media sentiment analysis involves using Particle Swarm Optimization (PSO) to explore potential feature subsets extracted from social media data, applying Simulated Annealing (SA) to refine the subsets identified by PSO, evaluating these subsets with a sentiment classification model, and providing an optimized feature subset based on predefined performance metrics.
2. The sentiment classification model is selected from a group consisting of Support Vector Machines (SVM), Naive Bayes classifiers, decision trees, neural networks, and ensemble methods for optimal sentiment prediction on social media data. The hybrid PSO-SA approach improves the accuracy of sentiment classification models while reducing computational costs and time compared to standalone feature selection methods.
3. PSO explores the feature space by representing each feature subset as a particle, and SA refines these subsets by probabilistically accepting or rejecting changes, thus avoiding local optima and improving the global search efficiency. A computing system for performing feature selection in social media sentiment analysis is specifically designed to handle large, unstructured datasets from social media platforms like Twitter, Facebook, and Instagram.
4. The optimized subset of features is used to train machine learning models, which leads to enhanced prediction accuracy and faster processing for sentiment analysis tasks in social media datasets. The method can be applied to improve automated sentiment classification models used for filtering and moderating harmful or inappropriate content on social media, helping platforms maintain a safe and user-friendly environment.
5. Companies can use the optimized feature subsets to build sentiment models that help in targeting advertising campaigns, product development, and customer service responses based on sentiment analysis from social media discussions.
6. This method can be used in political sentiment analysis to understand public opinion, voter sentiment, and election-related trends by analyzing social media conversations and extracting key features for sentiment classification.
, Claims:Claims:
1. A method for feature selection in social media sentiment analysis involves using Particle Swarm Optimization (PSO) to explore potential feature subsets extracted from social media data, applying Simulated Annealing (SA) to refine the subsets identified by PSO, evaluating these subsets with a sentiment classification model, and providing an optimized feature subset based on predefined performance metrics.
2. The sentiment classification model is selected from a group consisting of Support Vector Machines (SVM), Naive Bayes classifiers, decision trees, neural networks, and ensemble methods for optimal sentiment prediction on social media data. The hybrid PSO-SA approach improves the accuracy of sentiment classification models while reducing computational costs and time compared to standalone feature selection methods.
3. PSO explores the feature space by representing each feature subset as a particle, and SA refines these subsets by probabilistically accepting or rejecting changes, thus avoiding local optima and improving the global search efficiency. A computing system for performing feature selection in social media sentiment analysis is specifically designed to handle large, unstructured datasets from social media platforms like Twitter, Facebook, and Instagram.
4. The optimized subset of features is used to train machine learning models, which leads to enhanced prediction accuracy and faster processing for sentiment analysis tasks in social media datasets. The method can be applied to improve automated sentiment classification models used for filtering and moderating harmful or inappropriate content on social media, helping platforms maintain a safe and user-friendly environment.
5. Companies can use the optimized feature subsets to build sentiment models that help in targeting advertising campaigns, product development, and customer service responses based on sentiment analysis from social media discussions.
6. This method can be used in political sentiment analysis to understand public opinion, voter sentiment, and election-related trends by analyzing social media conversations and extracting key features for sentiment classification.

Documents

NameDate
202411086331-COMPLETE SPECIFICATION [09-11-2024(online)].pdf09/11/2024
202411086331-DRAWINGS [09-11-2024(online)].pdf09/11/2024
202411086331-FIGURE OF ABSTRACT [09-11-2024(online)].pdf09/11/2024
202411086331-FORM 1 [09-11-2024(online)].pdf09/11/2024
202411086331-FORM-5 [09-11-2024(online)].pdf09/11/2024

footer-service

By continuing past this page, you agree to our Terms of Service,Cookie PolicyPrivacy Policy  and  Refund Policy  © - Uber9 Business Process Services Private Limited. All rights reserved.

Uber9 Business Process Services Private Limited, CIN - U74900TN2014PTC098414, GSTIN - 33AABCU7650C1ZM, Registered Office Address - F-97, Newry Shreya Apartments Anna Nagar East, Chennai, Tamil Nadu 600102, India.

Please note that we are a facilitating platform enabling access to reliable professionals. We are not a law firm and do not provide legal services ourselves. The information on this website is for the purpose of knowledge only and should not be relied upon as legal advice or opinion.