From 533c4b82d973e294e20736d5c5b037902b28e25e Mon Sep 17 00:00:00 2001 From: getbuzzs <72219196+getbuzzs@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:49:44 +0530 Subject: [PATCH] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 387b480..ef9d56f 100644 --- a/README +++ b/README @@ -1 +1 @@ -This is a machine learning course project about Adult Website Classification including text classification and image classification. When doing text classification ,I use Naive Bayes .While in image classification , I use SVM. +This is a machine learning course project about Adult Website Classification including text classification and image classification. While doing text classification ,I use Naive Bayes and for image classification , I use SVM.