Skip to content

Commit b1bcae2

Browse files
committed
Update README.
1 parent 729bd79 commit b1bcae2

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ _Usage examples: market segmentation, social networks analysis, organize computi
5151

5252
#### 🤖 K-means Algorithm
5353

54-
- 📗 [K-means Algorithm Math](homemade/k_means)
55-
- ▶️ K-means Algorithm Demo
54+
- 📗 [Math | K-means Algorithm](homemade/k_means)
55+
- ⚙️ Code | Linear Regression
56+
- ▶️ Demo | K-means Algorithm
5657

5758
### Anomaly Detection
5859

@@ -62,8 +63,9 @@ _Usage examples: intrusion detection, fraud detection, system health monitoring,
6263

6364
#### 🤖 Anomaly Detection using Gaussian Distribution
6465

65-
- 📗 [Anomaly Detection using Gaussian Distribution Math](homemade/anomaly_detection)
66-
- ▶️ Anomaly Detection Demo
66+
- 📗 [Math | Anomaly Detection using Gaussian Distribution](homemade/anomaly_detection)
67+
- ⚙️ Code | Anomaly Detection using Gaussian Distribution
68+
- ▶️ Demo | Anomaly Detection
6769

6870
## Neural Network (NN)
6971

@@ -73,8 +75,9 @@ _Usage examples: as a substitute of all other algorithms in general, image recog
7375

7476
#### 🤖 Multilayer Perceptron (MLP)
7577

76-
- 📗 [Multilayer Perceptron Math](homemade/neural_network)
77-
- ▶️ Multilayer Perceptron Demo
78+
- 📗 [Math | Multilayer Perceptron](homemade/neural_network)
79+
- ⚙️ Code | Multilayer Perceptron
80+
- ▶️ Demo | Multilayer Perceptron
7881

7982
## Machine Learning Map
8083

0 commit comments

Comments
 (0)