diff --git a/README b/README index cb181e9..6102898 100644 --- a/README +++ b/README @@ -1,2 +1,2 @@ -Frequently used machine learning algorithms implementation in C++. -The description of algorithms come from <>, and I use some of examples from the book's complementary resouces as well. +Frequently used machine learning algorithms (like KNN , kmeans ,etc.) implementation in C++. +The description of algorithms comes from <>, and I use some of examples from the book's complementary resouces as well.