Skip to content

Commit 349ae82

Browse files
More ML terminology
1 parent 2255b48 commit 349ae82

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

Machine Learning/README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## Terminology and Techniques
2+
3+
4+
- Clustering: Putting data together which have similar characteristics into dense cluster in an unsupervised way
5+
6+
### Types of Algo in Clustering:
7+
- K Means Clustering
8+
- Hierarchial Clustering
9+
- DBSCAN Clustering
10+
- Expectation Maximization Clustering
11+
12+
### Optimization in ML
13+
14+
- Find the ideal model weights which reduces the loss between predicted and actual value
15+
- whilst remembering to obtain the best fit of a certain dataset to the model
16+
17+
18+
### Cross-Validation:
19+
- Gives you the performance of your ML model depending on the new unseen data
20+
21+
### Functions You Must Know in Each Category of ML
22+
23+
#### Classification
24+
25+
1. Log
26+
2. Hinge
27+
3. Exponential
28+
4. Cross Entropy
29+
5. Kullback Leibler Divergence
30+
31+
#### Regression
32+
33+
1. Huber, , , , Mean Squared Error/ L2, Mean Squared Logarithm Error/ L2,
34+
2. Quantile
35+
3. Log Cosh
36+
4. Mean Absolute Error/ L1
37+
5. Mean Squared Error/ L2
38+
6. Mean Squared Logarithm Error/ L2

0 commit comments

Comments
 (0)