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: Math, Graphics, and Discrete Signals01:24

Convolution: Math, Graphics, and Discrete Signals

1.0K
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...
1.0K
Convolution Properties I01:20

Convolution Properties I

637
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:
637
Convolution Properties II01:17

Convolution Properties II

612
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...
612
Classification of Neurotransmitters01:30

Classification of Neurotransmitters

5.6K
Neurotransmitters play a crucial role in the communication between neurons in the autonomic nervous system. Neurons in the autonomic nervous system can be cholinergic or adrenergic depending on the neurotransmitters synthesized. Cholinergic neurons use acetylcholine as their primary neurotransmitter. This includes all the preganglionic fibers of the sympathetic and pre- and postganglionic fibers of the parasympathetic nervous systems. In addition, neurons of the somatic nervous system also use...
5.6K
Classification of Epithelial Tissues: Overview01:22

Classification of Epithelial Tissues: Overview

24.9K
Epithelial tissues are classified according to the shape of the cells and the number of cell layers formed. Cell shapes can be squamous (flattened and thin), cuboidal (square-like, as wide as it is tall), or columnar (rectangular, taller than it is wide). Additionally, the nucleus shape helps identify the type of epithelial cells. Squamous cells have flattened disc-shaped nuclei, cuboidal cells have spherical nuclei, and columnar cells have elongated nuclei.
Based on the number of cell layers,...
24.9K
Classification of Leukocytes01:30

Classification of Leukocytes

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

You might also read

Related Articles

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

Sort by
Same author

Relation Extraction with Instance-Adapted Predicate Descriptions.

AMIA ... Annual Symposium proceedings. AMIA Symposium·2026
Same author

Knowledge-Driven Cross-Document Relation Extraction.

Findings of ACL. ACL·2026
Same author

Age-stratified neurosurgical outcomes for traumatic brain injury in a pediatric neurosurgical cohort in La Paz, Bolivia.

Child's nervous system : ChNS : official journal of the International Society for Pediatric Neurosurgery·2026
Same author

Impact of hemoglobin increases on allowable blood loss and transfusion needs during cesarean delivery.

Transfusion·2025
Same author

How important is domain-specific language model pretraining and instruction finetuning for biomedical relation extraction?

Natural language processing and information systems : ... International Conference on Applications of Natural Language to Information Systems, NLDB ... revised papers. International Conference on Applications of Natural Language to Info...·2025
Same author

Comparison of pipelines, seq2seq models, and LLMs for rare disease information extraction.

Natural language processing and information systems : ... International Conference on Applications of Natural Language to Information Systems, NLDB ... revised papers. International Conference on Applications of Natural Language to Info...·2025

Related Experiment Video

Updated: Feb 26, 2026

Cloud-Based Phrase Mining and Analysis of User-Defined Phrase-Category Association in Biomedical Publications
09:20

Cloud-Based Phrase Mining and Analysis of User-Defined Phrase-Category Association in Biomedical Publications

Published on: February 23, 2019

9.3K

Convolutional Neural Networks for Biomedical Text Classification: Application in Indexing Biomedical Articles.

Anthony Rios1, Ramakanth Kavuluru2

  • 1Department of Computer Science, University of Kentucky, Lexington, Kentucky.

ACM-BCB ... ... : the ... ACM Conference on Bioinformatics, Computational Biology and Biomedicine. ACM Conference on Bioinformatics, Computational Biology and Biomedicine
|July 25, 2017
PubMed
Summary

Convolutional neural networks (CNNs) improve biomedical text classification for assigning Medical Subject Headings (MeSH terms). This approach offers a more direct method, outperforming traditional techniques for enhanced literature indexing and searchability.

Keywords:
convolutional neural networksmedical subject headingstext classification

Related Experiment Videos

Last Updated: Feb 26, 2026

Cloud-Based Phrase Mining and Analysis of User-Defined Phrase-Category Association in Biomedical Publications
09:20

Cloud-Based Phrase Mining and Analysis of User-Defined Phrase-Category Association in Biomedical Publications

Published on: February 23, 2019

9.3K

Area of Science:

  • Biomedical Informatics
  • Computational Linguistics
  • Machine Learning

Background:

  • Accurate text classification is crucial for extracting information from biomedical literature.
  • Traditional methods like logistic regression and SVMs face challenges with large feature spaces.
  • Automated Medical Subject Heading (MeSH) term assignment aids the National Library of Medicine's PubMed search system.

Purpose of the Study:

  • To evaluate the effectiveness of Convolutional Neural Networks (CNNs) for biomedical text classification.
  • To compare CNN performance against traditional discriminative approaches for MeSH term assignment.
  • To demonstrate CNNs' potential in improving the accuracy of indexing biomedical articles.

Main Methods:

  • Utilized Convolutional Neural Networks (CNNs) to build binary text classifiers.
  • Applied CNNs to the task of assigning Medical Subject Headings (MeSH terms) to biomedical articles.
  • Compared CNN performance against established methods on a public dataset, focusing on challenging MeSH terms.

Main Results:

  • CNNs demonstrated superior performance compared to traditional methods in biomedical text classification.
  • Achieved an absolute improvement of over 3% in macro F-score for classifying difficult MeSH terms.
  • Showed performance gains with CNNs on experiments involving 50 high-frequency MeSH terms.

Conclusions:

  • Convolutional Neural Networks (CNNs) offer a powerful and direct approach for biomedical text classification.
  • CNNs significantly enhance the accuracy of automated Medical Subject Heading (MeSH) term assignment.
  • The findings highlight the strong potential of CNNs for advancing biomedical literature indexing and information retrieval.