NYCU, Pattern Recognition, homework2
This project is to implement Fisher’s linear discriminant by using only NumPy.
The sample code can be download in this link.
In this work, you can use following command to build the environment.
$ conda create --name PR python=3.8 -y
$ conda activate PR
$ conda install matplotlib pandas -y
You can use the following command to find the best parameters, and program will automatically generate the evaluation result.
python 310551031_HW2.py
This argument can achieves 0.9 on testing data.