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 Systems-I01:26

Classification of Systems-I

367
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:
367
Classification of Systems-II01:31

Classification of Systems-II

263
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,
263
Multi-input and Multi-variable systems01:22

Multi-input and Multi-variable systems

204
Cruise control systems in cars are designed as multi-input systems to maintain a driver's desired speed while compensating for external disturbances such as changes in terrain. The block diagram for a cruise control system typically includes two main inputs: the desired speed set by the driver and any external disturbances, such as the incline of the road. By adjusting the engine throttle, the system maintains the vehicle's speed as close to the desired value as possible.
In the absence...
204
Classification of Signals01:30

Classification of Signals

1.0K
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...
1.0K
Aggregates Classification01:29

Aggregates Classification

419
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...
419
Labeling Emotion01:20

Labeling Emotion

387
Emotional labeling is a cognitive process that involves identifying and naming one's emotions, such as anger, fear, happiness, or sadness. It allows individuals to recognize and express their internal emotional states, a critical aspect of emotional regulation and communication. Labeling emotions requires more than mere recognition; it also involves drawing upon memory and contextual cues to understand the current situation and apply a corresponding emotional label. For instance, feeling...
387

You might also read

Related Articles

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

Sort by
Same journal

Supporting human-agent communication for explainable planning in spatial-temporal planning problems.

Neural computing & applications·2026
Same journal

Contrastive learning-based video quality assessment-jointed video vision transformer for video recognition.

Neural computing & applications·2026
Same journal

Sequential pattern transformer (SPT): a generative and interpretable framework for predicting disease trajectories.

Neural computing & applications·2026
Same journal

Balancing misclassification errors in image-based inference using problem domain semantics and a nested cascade architecture.

Neural computing & applications·2025
Same journal

Deep multi-objective reinforcement learning for utility-based infrastructural maintenance optimization.

Neural computing & applications·2025
Same journal

A fairness scale for real-time recidivism forecasts using a national database of convicted offenders.

Neural computing & applications·2025
See all related articles

Related Experiment Video

Updated: Oct 21, 2025

Combining Eye-tracking Data with an Analysis of Video Content from Free-viewing a Video of a Walk in an Urban Park Environment
08:25

Combining Eye-tracking Data with an Analysis of Video Content from Free-viewing a Video of a Walk in an Urban Park Environment

Published on: May 7, 2019

9.2K

Arabic text classification: the need for multi-labeling systems.

Hozayfa El Rifai1, Leen Al Qadi1, Ashraf Elnagar1

  • 1Department of Computer Science, University of Sharjah, Sharjah, UAE.

Neural Computing & Applications
|September 6, 2021
PubMed
Summary
This summary is machine-generated.

This study developed automatic text categorization for Arabic news articles. Deep learning models, particularly CGRU, achieved high accuracy in multi-label classification, outperforming traditional methods.

Keywords:
Arabic datasetsArabic text classificationDeep learning classifiersMulti-label classificationShallow learning classifiersSingle-label classification

More Related Videos

Objectification of Tongue Diagnosis in Traditional Medicine, Data Analysis, and Study Application
05:56

Objectification of Tongue Diagnosis in Traditional Medicine, Data Analysis, and Study Application

Published on: April 14, 2023

2.8K
Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention
06:37

Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention

Published on: December 15, 2023

4.5K

Related Experiment Videos

Last Updated: Oct 21, 2025

Combining Eye-tracking Data with an Analysis of Video Content from Free-viewing a Video of a Walk in an Urban Park Environment
08:25

Combining Eye-tracking Data with an Analysis of Video Content from Free-viewing a Video of a Walk in an Urban Park Environment

Published on: May 7, 2019

9.2K
Objectification of Tongue Diagnosis in Traditional Medicine, Data Analysis, and Study Application
05:56

Objectification of Tongue Diagnosis in Traditional Medicine, Data Analysis, and Study Application

Published on: April 14, 2023

2.8K
Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention
06:37

Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention

Published on: December 15, 2023

4.5K

Area of Science:

  • Natural Language Processing
  • Machine Learning
  • Information Retrieval

Background:

  • Text categorization, or assigning labels to documents, is crucial for organizing information.
  • Arabic news articles present unique challenges for automated classification due to linguistic nuances.
  • Existing methods often struggle with the complexity of multi-label classification tasks.

Purpose of the Study:

  • To develop and evaluate automatic text categorization models for Arabic news articles.
  • To compare the performance of shallow learning and deep learning approaches for single and multi-label classification.
  • To identify the most effective classification models for diverse Arabic news content.

Main Methods:

  • Construction of two large datasets: one with 90k single-labeled articles and another with over 290k multi-tagged articles from Arabic news portals.
  • Evaluation of ten shallow learning classifiers and an ensemble model for single-label classification.
  • Implementation and testing of both shallow (Logistic Regression, XGBoost with OneVsRest) and deep learning (CNN, LSTM, GRU variants) multi-label classification approaches.

Main Results:

  • For single-label classification, SVM achieved the highest accuracy at 97.9%, while AdaBoost scored 87.7%.
  • For multi-label classification, shallow learning models achieved accuracies up to 84.7% (XGBoost).
  • Deep learning models significantly outperformed shallow learning, with CGRU achieving the highest accuracy of 94.85%.

Conclusions:

  • Multi-label text categorization is more effective than single-label for complex news articles.
  • Deep learning models, specifically CGRU, demonstrate superior performance for multi-label Arabic news classification.
  • The developed datasets and models offer a valuable resource for advancing Arabic NLP research.