Pattern Recognition homework3 in NYCU
This project is to implement the Decision Tree, AdaBoost and Random Forest algorithm by using only NumPy.
The sample code can be download in this link.
$ conda create --name PR python=3.8 -y
$ conda activate PR
$ conda install matplotlib pandas scikit-learn -y
You can use the following command to train different model. After training the model, the program will automatically evaluate the model.
python 310551031_HW3.py
This model can achieves 0.9 on testing data.