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

Association Areas of the Cortex01:21

Association Areas of the Cortex

8.1K
Association areas are regions of the cerebral cortex that do not have a specific sensory or motor function. Instead, they integrate and interpret information from various sources to enable higher cognitive processes such as memory, learning, and decision-making. Some key association areas include the following:
Prefrontal Association Area: This area is located in the frontal lobe and is involved in planning, decision-making, and moderating social behavior. It connects with primary motor areas,...
8.1K
Force Classification01:22

Force Classification

2.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,...
2.1K

You might also read

Related Articles

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

Sort by
Same author

Ovarian ependymoma presenting in pregnancy: a case report and literature review.

BMC pregnancy and childbirth·2020
Same author

Hydroxysafflor Yellow A Attenuates Hydrogen Peroxide-Induced Oxidative Damage on Human Umbilical Vein Endothelial Cells.

Evidence-based complementary and alternative medicine : eCAM·2020
Same author

2,3,5,4'-Tetrahydroxystilbene-2-O-β-D-Glucoside modulated human umbilical vein endothelial cells injury under oxidative stress.

The Korean journal of physiology & pharmacology : official journal of the Korean Physiological Society and the Korean Society of Pharmacology·2020
Same author

Evaluation of the impact of suspended particles on the UV absorbance at 254 nm (UV<sub>254</sub>) measurements using a submersible UV-Vis spectrophotometer.

Environmental science and pollution research international·2020
Same author

Ferulic acid (FA) protects human retinal pigment epithelial cells from H<sub>2</sub> O<sub>2</sub> -induced oxidative injuries.

Journal of cellular and molecular medicine·2020
Same author

SIRT1 Is the Target Gene for 2,3,5,4'-Tetrahydroxystilbene-2-O-β-D-Glucoside Alleviating the HUVEC Senescence.

Frontiers in pharmacology·2020
Same journal

Modeling the impact of budget limitation on the screening and treatment pathway of HPV-induced precancerous cervical lesions.

Mathematical biosciences and engineering : MBE·2026
Same journal

Modeling the effects of trait-mediated dispersal on coexistence of two species: Competition and non-consumptive predator-prey.

Mathematical biosciences and engineering : MBE·2026
Same journal

A close look at the viral reduction rate in target cell limited models.

Mathematical biosciences and engineering : MBE·2026
Same journal

A stochastic agent-based model for simulating tumor-immune dynamics and evaluating therapeutic strategies.

Mathematical biosciences and engineering : MBE·2026
Same journal

Addressing domain shift via imbalance-aware domain adaptation in embryo development assessment.

Mathematical biosciences and engineering : MBE·2026
Same journal

Effect of drug resistance on an HIV epidemic in heterogeneous populations.

Mathematical biosciences and engineering : MBE·2026
See all related articles

Related Experiment Video

Updated: Dec 7, 2025

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

2.2K

Fast and effective biomedical named entity recognition using temporal convolutional network with conditional random

Guang Xun Sun1, Cheng Jie Zhou1, Han Yu Zhao1

  • 1Key Laboratory of Advanced Design and Intelligent Computing, Ministry of Education, Dalian University, Dalian 116622, China.

Mathematical Biosciences and Engineering : MBE
|September 29, 2020
PubMed
Summary
This summary is machine-generated.

This study introduces a Temporal Convolutional Network (TCN) with a Conditional Random Field (CRF) layer for efficient biomedical named entity recognition (Bio-NER). The TCN-CRF model achieves comparable performance to existing methods with significantly reduced training time.

Keywords:
biomedical named entity recognitionconditional random fieldtemporal convolutional network

More Related Videos

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography
04:48

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography

Published on: November 30, 2022

3.2K
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

872

Related Experiment Videos

Last Updated: Dec 7, 2025

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

2.2K
Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography
04:48

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography

Published on: November 30, 2022

3.2K
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

872

Area of Science:

  • Computational biology
  • Bioinformatics
  • Natural Language Processing

Background:

  • Biomedical named entity recognition (Bio-NER) is crucial for extracting knowledge from biomedical literature.
  • Current state-of-the-art Bio-NER models, such as BiLSTM and BERT, are computationally intensive.
  • There is a need for more efficient Bio-NER models.

Purpose of the Study:

  • To propose a computationally efficient Temporal Convolutional Network with a Conditional Random Field (TCN-CRF) layer for Bio-NER.
  • To enhance the TCN model by fusing features from convolutional kernels of different sizes.
  • To evaluate the performance of the proposed TCN-CRF model against existing deep learning models.

Main Methods:

  • Utilized a Temporal Convolutional Network (TCN) for feature extraction in Bio-NER.
  • Integrated a Conditional Random Field (CRF) layer for decoding and obtaining the final Bio-NER results.
  • Improved the TCN by incorporating fused features from convolutional kernels with varying sizes.

Main Results:

  • The proposed TCN-CRF model demonstrated comparative performance to five other deep learning models on the GENIA and CoNLL-2003 datasets.
  • The TCN-CRF model achieved this performance with significantly less training time compared to existing methods.
  • The implemented code is publicly available for the research community.

Conclusions:

  • The TCN-CRF model offers an efficient and effective solution for biomedical named entity recognition.
  • The proposed feature fusion strategy enhances Bio-NER performance within the TCN framework.
  • This work contributes a computationally lighter yet powerful alternative for Bio-NER tasks.