Skip to content

Commit 3c228e9

Browse files
committed
Modify main README to add k-Means
1 parent a52aa68 commit 3c228e9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,13 @@ Bad sorting algorithms (don't use these!):
9595
- Statistics
9696

9797
### Machine learning
98-
99-
##### Supervised learning
98+
- [k-Means](K-Means/). Unsupervised classifier that partitions data into k clusters.
10099
- k-Nearest Neighbors
101100
- Linear Regression
102101
- Logistic Regression
103102
- Neural Networks
104103
- PageRank
105104

106-
##### Clustering
107-
- [k-Means](K-Means/). Unsupervised classifier that partitions data into k clusters.
108-
109105
## Data structures
110106

111107
The choice of data structure for a particular task depends on a few things.

0 commit comments

Comments
 (0)