This is the repository of my homework in PRML.
Implement the linear regression model by numpy.
Implement Fisher's Linear Discriminant Model and linear classification model by numpy.
Implement decision tree and random forest by numpy.
Implement k-fold data partitioning and grid searching by numpy.
I train the Resnet50 with bagging strategy to classify CAPTCHA.