From c25ea87b26d420d4bf85be176a17acd28375f211 Mon Sep 17 00:00:00 2001 From: Arjun Sharma Date: Fri, 2 Oct 2020 15:23:51 +0530 Subject: [PATCH 1/2] Create readmeENGLISH.md --- readmeENGLISH.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 readmeENGLISH.md diff --git a/readmeENGLISH.md b/readmeENGLISH.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/readmeENGLISH.md @@ -0,0 +1 @@ + From 2636f89e8d4a15a52d6eb8351639e70d26cd61b4 Mon Sep 17 00:00:00 2001 From: Arjun Sharma Date: Fri, 2 Oct 2020 15:27:59 +0530 Subject: [PATCH 2/2] Update readmeENGLISH.md --- readmeENGLISH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readmeENGLISH.md b/readmeENGLISH.md index 8b13789..59b0c26 100644 --- a/readmeENGLISH.md +++ b/readmeENGLISH.md @@ -1 +1 @@ - +Only using python to implement common machine learning algorithms (without the help of packages such as sklearn), mainly refer to the two books of watermelon familiarity and statistical machine learning, some of the code is referenced by other people on the Internet, and I will comment in it. Everyone is welcome to give a star or mention pr, and everyone is welcome to communicate together.