We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c12ebe commit aa9391eCopy full SHA for aa9391e
README.md
@@ -2,7 +2,7 @@
2
A collection of minimal and clean implementations of machine learning algorithms.
3
4
### Why?
5
-This project is targeting people who wants to learn internals of ml algorithms or implement them from scratch.
+This project is targeting people who want to learn internals of ml algorithms or implement them from scratch.
6
The code is much easier to follow than the optimized libraries and easier to play with.
7
All algorithms are implemented in Python, using numpy, scipy and autograd.
8
0 commit comments