You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Thanks,
11
11
12
12
|Algorithm|Description|Link|
13
13
|------|------|--------|
14
-
|Decision Tree|By calculating the entropy of previous observations, decision tree algorithm may help us to predict the decision or results|[Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/DecisionTree)|
14
+
|Decision Tree|By measuring information gain via calculating the entropy of previous observations, decision tree algorithm may help us to predict the decision or results|[Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/DecisionTree)|
15
15
|Fast Map|An approach for dimensions reductions|[Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/FastMap)|
16
16
|Gaussian Mixture Models (GMMs)|GMMs are among the most statistically mature methods for data clustering (and density estimation)|[Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/GMM)|
17
17
|Hierarchical clustering (HAC)|HCA seeks to build a hierarchy of clusters from bottom up or top down. This is a bottom up implementation.|[Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/HAC)|
0 commit comments