Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Frequently used machine learning algorithms implementation in C++.
The description of algorithms come from <<Machine Learning in Action>>, 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 <<Machine Learning in Action>>, and I use some of examples from the book's complementary resouces as well.