Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ The following machine learning algorithms are planned, inspired by concepts and
- [ ] Convolutional Neural Network (CNN)

5. **Association Rule Learning**
- [ ] Apriori
- [ ] Eclat
- [x] Apriori
- [x] Eclat

6. **Support Vector Machine**
- [ ] Support Vector Regression (SVR)
Expand All @@ -98,13 +98,13 @@ The following machine learning algorithms are planned, inspired by concepts and
| | Random Forest Regression | [ ] | [ ] | [ ] |
| **Classification** | Decision Tree Classifier | [ ] | [ ] | [ ] |
| | Random Forest Classifier | [ ] | [ ] | [ ] |
| | K-Nearest Neighbors | [ ] | [ ] | [ ] |
| **Clustering** | K-Means Clustering | [ ] | [ ] | [ ] |
| | K-Nearest Neighbors | [x] | [ ] | [ ] |
| **Clustering** | K-Means Clustering | [x] | [ ] | [ ] |
| **Neural Networks** | Neural Network (NN) | [x] | [x] | [x] |
| | Artificial Neural Network | [ ] | [ ] | [ ] |
| | Convolutional Neural Network | [ ] | [ ] | [ ] |
| **Association Rule Learning** | Apriori | [ ] | [ ] | [ ] |
| | Eclat | [ ] | [ ] | [ ] |
| **Association Rule Learning** | Apriori | [x] | [x] | [x] |
| | Eclat | [x] | [x] | [x] |
| **Support Vector Machine** | Support Vector Regression (SVR) | [ ] | [ ] | [ ] |


Expand Down
Loading