Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Stereotype Content Model02:16

Stereotype Content Model

14.9K
The Stereotype Content Model (SCM) was first proposed by Susan Fiske and her colleagues (Fiske, Cuddy, Glick & Xu, 2002; see also Fiske, 2012 and Fiske, 2017). The SCM specifies that when someone encounters a new group, they will stereotype them based on two metrics: warmth—or that group’s perceived intent, and how likely they are to provide help or inflict harm—and competence—or their ability to carry out that objective. Depending on the warmth-competence...
14.9K
Regression Analysis01:11

Regression Analysis

6.3K
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
6.3K
Multiple Regression01:25

Multiple Regression

3.3K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
3.3K
Residuals and Least-Squares Property01:11

Residuals and Least-Squares Property

8.0K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
8.0K
Classification of Signals01:30

Classification of Signals

993
In signal processing, signals are classified based on various characteristics: continuous-time versus discrete-time, periodic versus aperiodic, analog versus digital, and causal versus noncausal. Each category highlights distinct properties crucial for understanding and manipulating signals.
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
993
Calibration Curves: Linear Least Squares01:20

Calibration Curves: Linear Least Squares

3.0K
A calibration curve is a plot of the instrument's response against a series of known concentrations of a substance. This curve is used to set the instrument response levels, using the substance and its concentrations as standards. Alternatively, or additionally, an equation is fitted to the calibration curve plot and subsequently used to calculate the unknown concentrations of other samples reliably.
For data that follow a straight line, the standard method for fitting is the linear...
3.0K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same journal

DARUMA: a gateway to fast and easy prediction of intrinsically disordered regions.

PeerJ. Computer science·2026
Same journal

Alzheimer's disease detection using a quantum deep neural network with Haralick feature extraction and simulated annealing optimization.

PeerJ. Computer science·2026
Same journal

Network anomaly detection using Deep Autoencoder and parallel Artificial Bee Colony algorithm-trained neural network.

PeerJ. Computer science·2026
Same journal

An anomaly detection model for multivariate time series with anomaly perception.

PeerJ. Computer science·2026
Same journal

Retraction: A wormhole attack detection method for tactical wireless sensor networks.

PeerJ. Computer science·2026
Same journal

Evaluation of mental disorder with prioritization of its type by utilizing the bipolar complex fuzzy decision-making approach based on Schweizer-Sklar prioritized aggregation operators.

PeerJ. Computer science·2026
See all related articles

Related Experiment Video

Updated: Oct 6, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

719

Context-based sentiment analysis on customer reviews using machine learning linear models.

Anandan Chinnalagu1, Ashok Kumar Durairaj1

  • 1Computer Science, Government Arts College (Affiliated to Bharathidasan University, Tiruchirappalli), Kulithalai, Karur, Tamil Nadu, India.

Peerj. Computer Science
|January 17, 2022
PubMed
Summary
This summary is machine-generated.

This study introduces a cost-effective fastText model for accurate customer sentiment analysis, achieving 90.71% accuracy. The model outperforms traditional Linear Support Vector Machine and custom Bi-directional Long Short-Term Memory models in performance and accuracy.

Keywords:
Linear modelsMachine learningNatural language processingSentiment analysisText analytics

More Related Videos

Constructing and Visualizing Models using Mime-based Machine-learning Framework
06:19

Constructing and Visualizing Models using Mime-based Machine-learning Framework

Published on: July 22, 2025

998

Related Experiment Videos

Last Updated: Oct 6, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

719
Constructing and Visualizing Models using Mime-based Machine-learning Framework
06:19

Constructing and Visualizing Models using Mime-based Machine-learning Framework

Published on: July 22, 2025

998

Area of Science:

  • Natural Language Processing
  • Machine Learning

Background:

  • Analyzing high volumes of customer reviews for sentiment analysis is challenging and time-consuming.
  • Existing methods like deep learning (DL), Artificial Neural Network (ANN), and bag-of-word (BOW) models face issues such as polarity incoherence, overfitting, and high data processing costs.

Purpose of the Study:

  • To develop a high-performance, cost-effective model for accurate sentiment prediction from large customer review datasets.
  • To address the limitations of existing sentiment analysis models.

Main Methods:

  • Utilized the fastText library for text classification and word embedding.
  • Employed a traditional Linear Support Vector Machine (LSVM) for comparison.
  • Developed and compared against a custom multi-layer Sentiment Analysis (SA) Bi-directional Long Short-Term Memory (SA-BLSTM) model.

Main Results:

  • The proposed fastText model achieved an accuracy of 90.71%.
  • The fastText model demonstrated a 20% performance improvement compared to LSVM and SA-BLSTM models.
  • Indicated superior accuracy and performance over traditional and custom deep learning models.

Conclusions:

  • The fastText model offers a highly accurate and cost-effective solution for customer sentiment analysis.
  • This approach effectively overcomes the challenges associated with processing large volumes of customer reviews.
  • The study validates fastText as a superior alternative for sentiment prediction tasks.