Introduction - If you have any usage issues, please Google them yourself
This code implements the Logistic Discrimination and KNN classifier. The implementation is according to the text book <<Introduction to Machine Learning>>. We have also compared the classification accuracy among Logistic Discrimination, KNN and SVM on data set liver_train_data. A brief test report is included as well. Enjoy :).