We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52aa68 commit 3c228e9Copy full SHA for 3c228e9
README.markdown
@@ -95,17 +95,13 @@ Bad sorting algorithms (don't use these!):
95
- Statistics
96
97
### Machine learning
98
-
99
-##### Supervised learning
+- [k-Means](K-Means/). Unsupervised classifier that partitions data into k clusters.
100
- k-Nearest Neighbors
101
- Linear Regression
102
- Logistic Regression
103
- Neural Networks
104
- PageRank
105
106
-##### Clustering
107
-- [k-Means](K-Means/). Unsupervised classifier that partitions data into k clusters.
108
109
## Data structures
110
111
The choice of data structure for a particular task depends on a few things.
0 commit comments