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 084b756 commit ebcf1f4Copy full SHA for ebcf1f4
README.markdown
@@ -94,17 +94,13 @@ Bad sorting algorithms (don't use these!):
94
- Statistics
95
96
### Machine learning
97
-
98
-##### Supervised learning
+- [k-Means](K-Means/). Unsupervised classifier that partitions data into k clusters.
99
- k-Nearest Neighbors
100
- Linear Regression
101
- Logistic Regression
102
- Neural Networks
103
- PageRank
104
105
-##### Clustering
106
-- [k-Means](K-Means/). Unsupervised classifier that partitions data into k clusters.
107
108
## Data structures
109
110
The choice of data structure for a particular task depends on a few things.
0 commit comments