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

403
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...
403
Detection of Black Holes01:10

Detection of Black Holes

2.2K
Although black holes were theoretically postulated in the 1920s, they remained outside the domain of observational astronomy until the 1970s.
Their closest cousins are neutron stars, which are composed almost entirely of neutrons packed against each other, making them extremely dense. A neutron star has the same mass as the Sun but its diameter is only a few kilometers. Therefore, the escape velocity from their surface is close to the speed of light.
Not until the 1960s, when the first neutron...
2.2K
Force Classification01:22

Force Classification

1.1K
Forces play a crucial role in the study of physics and engineering. They are essential in describing the motion, behavior, and equilibrium of objects in the physical world. Forces can be classified based on their origin, type, and direction of action.
Contact and non-contact forces are two of the most widely used categories of forces. As the name suggests, contact forces require physical contact between two objects to act upon each other. Examples of contact forces include frictional,...
1.1K
Classification of Systems-I01:26

Classification of Systems-I

169
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:
169
Aggregates Classification01:29

Aggregates Classification

305
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...
305
Difference from Background: Limit of Detection01:05

Difference from Background: Limit of Detection

5.9K
The limit of detection (LOD) is the smallest amount of analyte that can be distinguished from the background noise. The LOD value corresponds to the concentration at which the analyte signal is three times larger than the standard deviation of the blank signal. Below this value, the analyte signal cannot be differentiated from the background noise. It is calculated by dividing the calibration slope by 3 times the standard deviation of the blank signals.
The LOD indicates the presence or absence...
5.9K

You might also read

Related Articles

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

Sort by
Same author

Construction and applications of iterative methods for finding approximate solutions of nonlinear equations having unknown zeros of multiplicity with fractal geometry and dynamical behavior.

MethodsX·2026
Same author

Retraction Note: Real-time congestion control using cascaded LSTM deep neural networks for deregulated power markets.

Scientific reports·2025
Same author

Real-time congestion control using cascaded LSTM deep neural networks for deregulated power markets.

Scientific reports·2025
Same author

GAAOA-Lévy: a hybrid metaheuristic for optimized multilevel thresholding in image segmentation.

Scientific reports·2025
Same author

Retraction Note: Detection of hate: speech tweets based convolutional neural network and machine learning algorithms.

Scientific reports·2024
Same author

Retraction Note: Prioritizing customer and technical requirements for microgrid battery integration via a house of quality-driven decision-making approach.

Scientific reports·2024

Related Experiment Video

Updated: Jun 6, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

470

Detection of hate: speech tweets based convolutional neural network and machine learning algorithms.

Hameda A Sennary1, Ghada Abozaid2, Ashraf Hemeida3

  • 1Department of Mathematics, Faculty of Science, Aswan University, Aswân, Egypt.

Scientific Reports
|November 21, 2024
PubMed
Summary

This study introduces a Term Frequency-Inverse Document Frequency (TF-IDF) approach for machine learning models to automatically detect hate speech on social media, achieving over 99% accuracy.

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.4K
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

2.6K

Related Experiment Videos

Last Updated: Jun 6, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

470
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.4K
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

2.6K

Area of Science:

  • Natural Language Processing
  • Machine Learning
  • Computational Social Science

Background:

  • Social media facilitates information sharing but also enables harmful content like hate speech.
  • Developing automated systems to identify and mitigate hate speech is crucial for online safety.

Purpose of the Study:

  • To develop and evaluate a machine learning-based approach for the automatic identification of hate speech on social media platforms.
  • To assess the effectiveness of Term Frequency-Inverse Document Frequency (TF-IDF) for feature engineering in hate speech detection.

Main Methods:

  • Utilized TF-IDF for feature engineering on text data from three distinct datasets: "Hate speech offensive tweets by Davidson et al.", "Twitter hate speech", and a merged dataset including "Cyberbullying dataset (toxicity_parsed_dataset)".
  • Evaluated eleven machine learning and deep learning classifiers: Logistic Regression (LR), Naive Bayes (NB), Multi-layer Perceptron (MLP), Support Vector Machine (SVM), Random Forest (RF), K-Nearest Neighbor (KNN), K-Means, Decision Tree (DT), Gradient Boosting classifier (GBC), Extra Trees (ET), and Convolutional Neural Network (CNN).

Main Results:

  • The TF-IDF based feature engineering approach, when applied to the eleven classifiers, demonstrated high efficacy in identifying hate speech.
  • Achieved a maximum accuracy exceeding 99% across the evaluated models, indicating a robust performance in hate speech detection.

Conclusions:

  • The proposed TF-IDF based feature engineering method is highly effective for automatic hate speech detection using machine learning and deep learning models.
  • The study highlights the potential of computational approaches to address the challenge of online hate speech, offering a scalable solution for content moderation.