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

Ranks01:02

Ranks

402
Unlike parametric methods, nonparametric statistics are ideal for nominal and ordinal data, requiring fewer assumptions about the population's nature or distribution. This makes nonparametric methods easier to apply and interpret, as they do not depend on parameters like mean or standard deviation. One common approach in nonparametric analysis is to sort data according to a specific criterion. For instance, we might arrange weather data from hottest to coldest days in a month or rank cities...
402
Review and Preview01:13

Review and Preview

10.6K
Data are individual items of information obtained from a population or sample. Data may be classified as qualitative (categorical), quantitative continuous, or quantitative discrete. Because it is not practical to measure the entire population in a study, researchers use samples to represent the population. A random sample is a representative group from the population chosen by using a method that gives each individual in the population an equal chance of being included in the sample. Random...
10.6K
End Point Prediction: Gran Plot01:07

End Point Prediction: Gran Plot

1.0K
A Gran plot is used to predict the equivalence volume or endpoint of a potentiometric or acid-base titration without reaching the endpoint. Typically, titration data is collected as a function of the titrant's volume up to a point less than the equivalence volume and then transformed into a linear format. The straight line is extended to the x-axis, indicating the necessary titrant volume to achieve the equivalence point.
For potentiometric titration, the Gran plot is created by plotting...
1.0K
Aggregates Classification01:29

Aggregates Classification

774
Aggregate classification is generally based on its size, petrographic characteristics, weight, and source. Size classification ranges from coarse to fine aggregates, defined by the size of the particles. Coarse aggregates are particles that do not pass through ASTM sieve No. 4, and aggregates that pass through the sieve are fine aggregates.
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
774
Classification of Systems-I01:26

Classification of Systems-I

490
Linearity is a system property characterized by a direct input-output relationship, combining homogeneity and additivity.
Homogeneity dictates that if an input x(t) is multiplied by a constant c, the output y(t) is multiplied by the same constant. Mathematically, this is expressed as:
490
Classification of Systems-II01:31

Classification of Systems-II

422
Continuous-time systems have continuous input and output signals, with time measured continuously. These systems are generally defined by differential or algebraic equations. For instance, in an RC circuit, the relationship between input and output voltage is expressed through a differential equation derived from Ohm's law and the capacitor relation,
422

You might also read

Related Articles

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

Sort by
Same author

Adipsic hypernatremia associated with hypothalamic dysfunction and sleep disorders.

JCEM case reports·2026
Same author

Spaghetti meat and gaping in broilers: emerging myopathies challenging poultry meat quality and processing.

Poultry science·2026
Same author

Outpatient management of children with chest indrawing pneumonia in primary healthcare settings in Punjab, Pakistan: a prospective cohort study.

Journal of global health·2026
Same author

Unravelling SLC7 family members in thyroid cancer and translational barriers.

American journal of cancer research·2026
Same author

Identification of Pathogenic Variants in <i>CYP4F22</i>, <i>FLG</i>, <i>ALOX12B</i>, and <i>NIPAL4</i> in a Case Series of Inherited Ichthyosis.

International journal of molecular sciences·2026
Same author

Retraction Note: Mathematical modeling and statistical analysis of breast cancer drugs using M-polynomial indices for the physical properties.

Scientific reports·2026
Same journal

RETRACTION: Real-Time Modulation of Physical Training Intensity Based on Wavelet Recursive Fuzzy Neural Networks.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Multidimensional Heterogeneous Network Link Adaptation Based on Mobile Environment.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Framework to Segment and Evaluate Multiple Sclerosis Lesion in MRI Slices Using VGG-UNet.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Facial Emotion Recognition Using a Novel Fusion of Convolutional Neural Network and Local Binary Pattern in Crime Investigation.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Automatic Intelligent System Using Medical of Things for Multiple Sclerosis Detection.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Intangible Cultural Heritage Reproduction and Revitalization: Value Feedback, Practice, and Exploration Based on the IPA Model.

Computational intelligence and neuroscience·2026
See all related articles

Related Experiment Video

Updated: Dec 17, 2025

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems
05:47

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems

Published on: June 13, 2025

1.1K

Movie Review Summarization Using Supervised Learning and Graph-Based Ranking Algorithm.

Atif Khan1, Muhammad Adnan Gul1, Mahdi Zareei2

  • 1Department of Computer Science, Islamia College University Peshawar, Peshawar 25000, KP, Pakistan.

Computational Intelligence and Neuroscience
|June 23, 2020
PubMed
Summary
This summary is machine-generated.

This study introduces an automated method for summarizing movie reviews using bag of words (BoW) and Naïve Bayes. The approach effectively extracts key sentences for concise movie review summarization.

Related Experiment Videos

Last Updated: Dec 17, 2025

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems
05:47

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems

Published on: June 13, 2025

1.1K

Area of Science:

  • Natural Language Processing
  • Machine Learning
  • Information Retrieval

Background:

  • Online movie reviews are a valuable but overwhelming information source.
  • Manual summarization of numerous daily reviews is impractical.
  • Automated summarization is crucial for efficient user understanding of movie sentiment.

Purpose of the Study:

  • To develop an automatic approach for summarizing lengthy movie reviews.
  • To enable users to quickly identify positive and negative movie aspects.
  • To address the challenges in movie review mining and summarization.

Main Methods:

  • Feature extraction using bag of words (BoW) to create feature vectors.
  • Classification of reviews into positive/negative using Naïve Bayes algorithm.
  • Graph construction with sentences as nodes and semantic similarity as edge weights.
  • Application of weighted graph-based ranking algorithm (WGRA) for sentence scoring.

Main Results:

  • The proposed method successfully generates extractive summaries from movie reviews.
  • Experimental results demonstrate the superiority of the WGRA approach.
  • The system effectively identifies and ranks salient sentences for summarization.

Conclusions:

  • The developed automatic summarization technique is effective and efficient.
  • This approach offers a significant improvement over existing state-of-the-art methods.
  • Automated movie review summarization enhances user experience and information access.