Skip to content

Commit

Permalink
Added a neural network model for iris flower classification with 96% …
Browse files Browse the repository at this point in the history
…accuracy and removed the function for single model selection for prediction.

Includes a neural network model trained to classify iris flowers based on their sepal and petal dimensions. The model achieves an impressive accuracy of 96%, making it highly reliable for predicting the species of iris flowers.
  • Loading branch information
4ryn committed Jun 1, 2024
1 parent cf8771a commit 91559a8
Show file tree
Hide file tree
Showing 2 changed files with 786 additions and 0 deletions.
785 changes: 785 additions & 0 deletions iris_classification/nn_iris_classification .ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions iris_classification/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Six machine learning models are trained and evaluated for iris flower species pr
4. K-Nearest Neighbors (KNN)
5. Decision Tree
6. Naive Bayes
7. Neural Network

For each model, the following steps are performed:

Expand Down

0 comments on commit 91559a8

Please sign in to comment.