源代码 Resources

Showing items tagged with "源代码"

A minimalist genetic algorithm source code originally developed by Denis Cormier (North Carolina State University) and revised by Sita S. Raghavan (University of North Carolina at Charlotte). The code is intentionally kept minimal and requires minimal error checking. For specific applications, users only need to modify constant definitions and implement the "fitness function".

MATLAB 237 views Tagged

This MATLAB source code implements face recognition using SVM algorithm, consisting of five main components: 1) ORL face database for training and testing, 2) OSU_SVM toolbox for function calls, 3) Main program with detailed comments, 4) Analysis report of results in Word format, and 5) Important usage notes. The implementation demonstrates practical SVM application for image classification tasks.

MATLAB 203 views Tagged