From 77009e496cee542c6e7f71d00f858092e0fb40b9 Mon Sep 17 00:00:00 2001 From: Jide Oyelayo Date: Thu, 7 Nov 2024 10:20:55 +0000 Subject: [PATCH] readme changes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ec001e9..d1cb253 100644 --- a/README.md +++ b/README.md @@ -94,17 +94,17 @@ The following machine learning algorithms are planned, inspired by concepts and | **Regression** | Polynomial Regression | [x] | [ ] | [x] | | | Logistic Regression | [x] | [ ] | [x] | | | Multi-Linear Regression | [x] | [ ] | [x] | -| | Decision Tree Regression | [ ] | [ ] | [ ] | -| | Random Forest Regression | [ ] | [ ] | [ ] | -| **Classification** | Decision Tree Classifier | [ ] | [ ] | [ ] | -| | Random Forest Classifier | [ ] | [ ] | [ ] | +| | Decision Tree Regression | [x] | [ ] | [ ] | +| | Random Forest Regression | [x] | [ ] | [ ] | +| **Classification** | Decision Tree Classifier | [x] | [ ] | [ ] | +| | Random Forest Classifier | [x] | [ ] | [ ] | | | 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 | [x] | [x] | [x] | -| | Eclat | [x] | [x] | [x] | +| **Association Rule Learning** | Apriori | [x] | [ ] | [x] | +| | Eclat | [x] | [ ] | [x] | | **Support Vector Machine** | Support Vector Regression (SVR) | [ ] | [ ] | [ ] |