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

Classification of Signals01:30

Classification of Signals

441
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...
441
LTR Retrotransposons03:08

LTR Retrotransposons

17.5K
LTR retrotransposons are class I transposable elements with long terminal repeats flanking an internal coding region. These elements are less abundant in mammals compared to other class I transposable elements. About 8 percent of human genomic DNA comprises LTR retrotransposons. Some of the common examples of LTR retrotransposons are Ty elements in yeast and Copia elements in Drosophila.
The internal coding region of LTR retrotransposons and their mechanism of transposition closely resembles a...
17.5K
Classification of Systems-II01:31

Classification of Systems-II

140
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,
140
Classification of Systems-I01:26

Classification of Systems-I

179
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:
179
Stereotype Content Model02:16

Stereotype Content Model

14.7K
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.7K
Classification of Leukocytes01:30

Classification of Leukocytes

1.8K
Leukocytes are classified into two groups based on the presence or absence of cytoplasmic granules. Granular leukocytes, which contain granules, belong to the myeloid lineage and are divided into three subtypes: neutrophils, eosinophils, and basophils. These cells are roughly spherical and characterized by the granules in their cytoplasm.
Neutrophils are the most abundant type of granular leukocytes, comprising 50-70% of all leukocytes. They feature small, evenly distributed granules and a...
1.8K

You might also read

Related Articles

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

Sort by
Same journal

Trap tales: The influence of red alder stand conditions and forest fragmentation on family-level beetle bycatch diversity.

PloS one·2026
Same journal

MamNet-PT: A Mamba-enhanced hybrid architecture with selective state-space modeling for uncertainty-aware brain tumor segmentation.

PloS one·2026
Same journal

Multicenter evaluation of BACT-Info. and an infection algorithm using Urine Flow Cytometry among clinically diagnosed UTI patients in Indonesia.

PloS one·2026
Same journal

Cross-cultural adaptation and psychometric properties study of Prolonged Grief Disorder Questionnaire (PG-12-R) for caregivers of terminal cancer patients, Thai version.

PloS one·2026
Same journal

Design and in silico validation of donor DNA for RNA-guided recombinase-mediated knockout of mstnb gene in Labeo rohita.

PloS one·2026
Same journal

ViT-MultiRAGNet: A scalable and reliable retrieval-augmented Vision Transformer framework for memory-guided feature fusion multi-modal mammogram classification.

PloS one·2026

Related Experiment Video

Updated: Jun 25, 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

544

Long short-term memory (LSTM)-based news classification model.

Chen Liu1

  • 1Nanjing Forestry University, Nanjing, Jiangsu, China.

Plos One
|May 30, 2024
PubMed
Summary

Bidirectional Long Short-Term Memory (BiLSTM) deep learning models achieve high accuracy in Chinese news classification. BiLSTM networks outperform unidirectional LSTM models by effectively utilizing contextual information for improved text classification.

Area of Science:

  • Natural Language Processing
  • Deep Learning
  • Artificial Intelligence

Background:

  • Accurate Chinese news classification is crucial for information retrieval and analysis.
  • Traditional methods often struggle to capture the nuances of contextual information in Chinese text.
  • Deep learning models offer a promising avenue for enhancing text classification performance.

Purpose of the Study:

  • To evaluate the effectiveness of unidirectional and bidirectional Long Short-Term Memory (LSTM) networks for Chinese news classification.
  • To investigate the impact of contextual information on text classification accuracy.
  • To develop an optimized deep learning model for Chinese news categorization.

Main Methods:

  • Preprocessed Chinese text using jieba for word segmentation, stop-word removal, and word frequency analysis.

More Related Videos

Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers
03:37

Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers

Published on: March 1, 2024

692
Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images
08:20

Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images

Published on: October 27, 2023

1.4K

Related Experiment Videos

Last Updated: Jun 25, 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

544
Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers
03:37

Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers

Published on: March 1, 2024

692
Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images
08:20

Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images

Published on: October 27, 2023

1.4K
  • Generated word vectors using word2vec for feature input into LSTM models.
  • Implemented bidirectional LSTM (BiLSTM) for forward and backward information transfer, followed by an LSTM for feature integration.
  • Utilized an adaptive moment estimation (Adam) optimizer and dropout layers for hyperparameter optimization and overfitting reduction.
  • Main Results:

    • The bidirectional LSTM (BiLSTM) model achieved an F1-score of 94.15% for Chinese news classification.
    • The unidirectional LSTM model obtained an F1-score of 93.16%.
    • BiLSTM demonstrated superior performance in feature extraction, effectively leveraging contextual information.

    Conclusions:

    • Bidirectional LSTM networks are highly effective for Chinese news classification, outperforming unidirectional LSTM models.
    • The proposed deep learning approach accurately classifies Chinese news articles by effectively utilizing contextual information.
    • This study highlights the significance of deep learning in advancing natural language processing tasks for the Chinese language.