函数拟合 Resources

Showing items tagged with "函数拟合"

This implementation provides four distinct SVM toolboxes for classification and regression algorithms: 1) LS_SVMlab toolbox with Classification_LS_SVMlab.m for multi-class classification and Regression_LS_SVMlab.m for function fitting using Least Squares SVM approach; 2) OSU_SVM3.00 toolbox featuring Classification_OSU_SVM.m for multi-class classification; 3) stprtool SVM toolbox containing Classification_stprtool.m for multi-class classification tasks; 4) SVM_SteveGunn toolbox with Classification_SVM_SteveGunn.m for binary classification and Regression_SVM_SteveGunn.m for function fitting.

MATLAB 222 views Tagged

Design of a clustering-based RBF neural network algorithm for function approximation of input-output data, with implementation leveraging unsupervised clustering for center initialization and supervised fine-tuning

MATLAB 215 views Tagged