Skip to content

Commit aa9391e

Browse files
authored
fixed typo
1 parent 6c12ebe commit aa9391e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A collection of minimal and clean implementations of machine learning algorithms.
33

44
### Why?
5-
This project is targeting people who wants to learn internals of ml algorithms or implement them from scratch.
5+
This project is targeting people who want to learn internals of ml algorithms or implement them from scratch.
66
The code is much easier to follow than the optimized libraries and easier to play with.
77
All algorithms are implemented in Python, using numpy, scipy and autograd.
88

0 commit comments

Comments
 (0)