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 Experiment Videos

Data classification with radial basis function networks based on a novel kernel density estimation algorithm.

Yen-Jen Oyang1, Shien-Ching Hwang, Yu-Yen Ou

  • 1Department of Computer Science and Information Engineering, National Taiwan University, Taipei, 106, Taiwan, ROC. yjoyang@csie.ntu.edu.tw

IEEE Transactions on Neural Networks
|March 1, 2005
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

You might also read

Related Articles

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

Sort by
Same author

Sex Differences in Cirrhosis Incidence Among Untreated Chronic Hepatitis B Patients: A 10-year Chinese Cohort Study.

Clinical gastroenterology and hepatology : the official clinical practice journal of the American Gastroenterological Association·2026
Same author

Surgeon educators are infrastructure: Governing surgical training at scale.

American journal of surgery·2026
Same author

Comparing teaching methods on novice nurses' and medical residents' resuscitation teamwork knowledge and team performance: A longitudinal randomized controlled trial.

Nurse education in practice·2026
Same author

scDock: streamlining drug discovery targeting cell-cell communication via scRNA-seq analysis and molecular docking.

Bioinformatics (Oxford, England)·2026
Same author

msCNN-PLM-FAD: Enhanced predicting FAD binding sites by using protein language representation combined with multiple separable windows convolutional neural networks.

Analytical biochemistry·2026
Same author

Unmasking human T cell receptor germline diversity: 335 novel alleles identified in 47 Pangenome reference individuals using the gAIRR Suite.

Journal of advanced research·2026
Same journal

Universal perceptron and DNA-like learning algorithm for binary neural networks: LSBF and PBF implementations.

IEEE transactions on neural networks·2013
Same journal

Guest editorial: special section on white box nonlinear prediction models.

IEEE transactions on neural networks·2011
Same journal

Data-based fault-tolerant control of high-speed trains with traction/braking notch nonlinearities and actuator failures.

IEEE transactions on neural networks·2011
Same journal

Guest editorial: special section on data-based control, modeling, and optimization.

IEEE transactions on neural networks·2011
Same journal

Neural network-based multiple robot simultaneous localization and mapping.

IEEE transactions on neural networks·2011
Same journal

Data-driven model-free adaptive control for a class of MIMO nonlinear discrete-time systems.

IEEE transactions on neural networks·2011
See all related articles

This study introduces a new Radial Basis Function (RBF) network learning algorithm for efficient data classification. It achieves accuracy comparable to Support Vector Machines (SVMs) but with significantly faster training times and better multi-class handling.

Area of Science:

  • Machine Learning
  • Artificial Intelligence
  • Data Science

Background:

  • Support Vector Machines (SVMs) are a benchmark for data classification accuracy.
  • Existing methods for multi-class classification with SVMs can be computationally intensive.
  • Efficient construction of accurate data classifiers is crucial for evolving datasets.

Purpose of the Study:

  • To present a novel learning algorithm for Radial Basis Function (RBF) networks.
  • To achieve data classification accuracy comparable to SVMs.
  • To improve the efficiency and multi-class handling capabilities of RBF networks.

Main Methods:

  • Developed a new learning algorithm for RBF network construction.
  • Employed a novel kernel density estimation algorithm with O(n log n) average time complexity.

Related Experiment Videos

  • Constructed RBF subnetworks to approximate probability density functions for each class.
  • Main Results:

    • The proposed RBF network learning algorithm demonstrates comparable accuracy to SVMs.
    • The algorithm offers significantly reduced training time compared to SVMs, especially for large and growing datasets.
    • The constructed RBF networks effectively handle multi-class classification in a single run, unlike SVMs requiring one-against-one or one-against-all strategies.

    Conclusions:

    • The novel RBF network learning algorithm provides an efficient and accurate alternative for data classification.
    • The method excels in scenarios with continuous data addition and multi-class problems.
    • Instance-based learning and data reduction are inherent advantages, with reduced samples mirroring SVM support vectors.