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

Convolution Properties I01:20

Convolution Properties I

218
Convolution computations can be simplified by utilizing their inherent properties.
The commutative property reveals that the input and the impulse response of an LTI (Linear Time-Invariant) system can be interchanged without affecting the output:
218
Convolution: Math, Graphics, and Discrete Signals01:24

Convolution: Math, Graphics, and Discrete Signals

345
In any LTI (Linear Time-Invariant) system, the convolution of two signals is denoted using a convolution operator, assuming all initial conditions are zero. The convolution integral can be divided into two parts: the zero-input or natural response and the zero-state or forced response, with t0 indicating the initial time.
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
345
Convolution Properties II01:17

Convolution Properties II

264
The important convolution properties include width, area, differentiation, and integration properties.
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
264
Classification of Signals01:30

Classification of Signals

705
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...
705
Classification of Systems-I01:26

Classification of Systems-I

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

Classification of Systems-II

214
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,
214

You might also read

Related Articles

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

Sort by
Same author

Image forgery detection and localization using deep learning techniques.

Journal of forensic sciences·2026
Same author

Predictive modeling for suspicious content identification on Twitter.

Social network analysis and mining·2022
Same author

Towards a super-resolution based approach for improved face recognition in low resolution environment.

Multimedia tools and applications·2022
Same journal

Non-local modeling of enhancer-promoter interactions, a correspondence on "LOCO-EPI: Leave-one-chromosome-out (LOCO) as a benchmarking paradigm for deep learning based prediction of enhancer-promoter interactions".

Applied intelligence (Dordrecht, Netherlands)·2026
Same journal

Collaborative penetration testing suite for emerging generative AI algorithms.

Applied intelligence (Dordrecht, Netherlands)·2025
Same journal

AI-driven 5G IoT e-nose for whiskey classification.

Applied intelligence (Dordrecht, Netherlands)·2025
Same journal

DAGAF: A directed acyclic generative adversarial framework for joint structure learning and tabular data synthesis.

Applied intelligence (Dordrecht, Netherlands)·2025
Same journal

ROCIP: robust continuous inertial position tracking for complex actions emerging from the interaction of human actors and environment.

Applied intelligence (Dordrecht, Netherlands)·2025
Same journal

RETRACTED ARTICLE: Deep learning system to screen coronavirus disease 2019 pneumonia.

Applied intelligence (Dordrecht, Netherlands)·2024
See all related articles

Related Experiment Video

Updated: Aug 23, 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

606

TextConvoNet: a convolutional neural network based architecture for text classification.

Sanskar Soni1, Satyendra Singh Chouhan1, Santosh Singh Rathore2

  • 1Department of Computer Science and Engineering, MNIT Jaipur, Jaipur, 302017 India.

Applied Intelligence (Dordrecht, Netherlands)
|October 31, 2022
PubMed
Summary
This summary is machine-generated.

TextConvoNet, a novel Convolutional Neural Network (CNN), enhances text classification by extracting both intra- and inter-sentence n-gram features. This new model outperforms existing methods across multiple datasets and performance metrics.

Keywords:
Convolution neural network (CNN)Deep learningMulti-dimensional convolutionText classification

More Related Videos

Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.3K
A Swin Transformer-Based Model for Thyroid Nodule Detection in Ultrasound Images
04:23

A Swin Transformer-Based Model for Thyroid Nodule Detection in Ultrasound Images

Published on: April 21, 2023

1.9K

Related Experiment Videos

Last Updated: Aug 23, 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

606
Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.3K
A Swin Transformer-Based Model for Thyroid Nodule Detection in Ultrasound Images
04:23

A Swin Transformer-Based Model for Thyroid Nodule Detection in Ultrasound Images

Published on: April 21, 2023

1.9K

Area of Science:

  • Natural Language Processing
  • Machine Learning
  • Deep Learning

Background:

  • Existing Convolutional Neural Network (CNN) models for text classification primarily extract intra-sentence n-gram features using one-dimensional filters.
  • These models represent text data as a Sentence Matrix, limiting their ability to capture broader contextual information.

Purpose of the Study:

  • To introduce TextConvoNet, a novel CNN architecture designed for binary and multi-class text classification.
  • To enable the extraction of both intra-sentence and inter-sentence n-gram features for improved text representation.
  • To evaluate the performance of TextConvoNet against established machine learning, deep learning, and attention-based models.

Main Methods:

  • Developed TextConvoNet, a CNN architecture utilizing a novel input matrix representation.
  • Applied a two-dimensional multi-scale convolutional operation to capture both intra- and inter-sentence n-gram features.
  • Conducted experiments on five diverse binary and multi-class text classification datasets.

Main Results:

  • TextConvoNet demonstrated superior performance compared to existing models across all tested datasets.
  • The model achieved high scores in accuracy, precision, recall, f1-score, specificity, gmean1, gmean2, and Mathews correlation coefficient (MCC).
  • Experimental results confirmed the effectiveness of TextConvoNet in capturing richer n-gram features.

Conclusions:

  • TextConvoNet offers a significant advancement in CNN-based text classification by incorporating inter-sentence feature extraction.
  • The proposed architecture provides a more comprehensive understanding of text data, leading to enhanced classification performance.
  • TextConvoNet represents a promising new direction for deep learning approaches in natural language processing tasks.