数据 Resources

Showing items tagged with "数据"

MATLAB-based source code implementing Support Vector Machine (SVM) for feature extraction and data classification. Utilizes MATLAB's built-in SVM functions with customizable data types and parameter configurations. The implementation includes flexible data preprocessing and kernel function options suitable for various machine learning applications.

MATLAB 165 views Tagged

Implementation of Latent Semantic Analysis (LSA) algorithm for text semantic analysis with detailed function documentation, principle explanation, and sample data. Compared to previous LSA versions, this release includes demo.m for enhanced visualization capabilities, featuring SVD decomposition implementation and term-document matrix processing functions to improve user experience.

MATLAB 212 views Tagged

Dual-Population Ant Colony Algorithm for Traveling Salesman Problem (TSP). Includes data files: "30-city TSP problem data with optimal solution.mat", "75-city TSP problem data.mat", and "442-city TSP data with algorithm comparison.mat" for algorithm validation and performance benchmarking.

MATLAB 180 views Tagged

BP Neural Network applied to load forecasting and electricity price estimation, with detailed explanations of each component's function. Includes sample datasets and result visualization graphs that demonstrate practical implementation outcomes.

MATLAB 187 views Tagged

Implementation of clustering and classification routines using SVM algorithm. Includes experimental datasets, execution results, and a classic reference paper titled "A New Fuzzy Cover Approach to Clustering". Code enhancements demonstrate feature scaling, kernel selection, and hyperparameter optimization techniques.

MATLAB 214 views Tagged

MATLAB SVM toolbox implementation with excellent usability. Place data in the MATLAB folder, open MATLAB, and execute the sequence: 1. mex setup 2. y 3. 2 4. y to obtain classification accuracy and test result matrix using training and testing samples. The implementation involves compiling C/C++ extensions through mex configuration for optimized SVM computation.

MATLAB 196 views Tagged