训练样本集 Resources

Showing items tagged with "训练样本集"

This paper applies the Minimum Squared Error Criterion (MSE Criterion) to construct linear discriminant functions from training datasets and utilizes these functions for test set classification. The implementation uses three feature datasets: 1) Gender data (male/female), 2) SONA academic metrics, and 3) UPS performance scores, with Python/numpy implementations for matrix operations and weight optimization.

MATLAB 283 views Tagged

This project implements a straightforward pattern recognition task using Bayes classifier. The training dataset consists of female.txt and male.txt files, while the classifier performance is evaluated using test datasets set1.txt, set2.txt, and set3.txt. The implementation involves experiments with both single features and feature pairs to analyze classification accuracy.

MATLAB 238 views Tagged