Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 293 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 293 Bytes

Comp551 Project 1

Implement logistic regression and naive Bayes from scratch.

Fit 4 datasets with theses 2 models and compare the accuracy of models.

Test the accuracy of models on different learning rate and size of training sets. Find the best learning rate to improve the accuracy.