Relatively Simple Pattern Recognition Problem
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.