{"id":24466060,"url":"https://github.com/asirwad/irisflowerclassifier-dnnclassifier","last_synced_at":"2026-04-12T19:46:40.978Z","repository":{"id":184133200,"uuid":"671338815","full_name":"Asirwad/IrisFlowerClassifier-DNNClassifier","owner":"Asirwad","description":"🌺 🌸This project uses TensorFlow's DNNClassifier to classify the famous Iris flower dataset 🌼. Train a deep neural network 🧠 to distinguish between different species and explore the beauty of machine learning 🌿🌺🌼","archived":false,"fork":false,"pushed_at":"2023-07-27T06:52:57.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T06:13:26.176Z","etag":null,"topics":["data-science","keras-classification-models","machine-learning","pandas","tensorflow"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Asirwad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-27T05:15:10.000Z","updated_at":"2023-07-27T07:14:54.000Z","dependencies_parsed_at":"2023-07-27T10:01:56.309Z","dependency_job_id":null,"html_url":"https://github.com/Asirwad/IrisFlowerClassifier-DNNClassifier","commit_stats":null,"previous_names":["asirwad/irisflowerclassifier-dnnclassifier"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asirwad%2FIrisFlowerClassifier-DNNClassifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asirwad%2FIrisFlowerClassifier-DNNClassifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asirwad%2FIrisFlowerClassifier-DNNClassifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asirwad%2FIrisFlowerClassifier-DNNClassifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Asirwad","download_url":"https://codeload.github.com/Asirwad/IrisFlowerClassifier-DNNClassifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243575210,"owners_count":20313204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-science","keras-classification-models","machine-learning","pandas","tensorflow"],"created_at":"2025-01-21T06:13:30.113Z","updated_at":"2025-12-28T19:22:20.985Z","avatar_url":"https://github.com/Asirwad.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003cp align=\"center\"\u003e\nIris Flower Classifier using TensorFlow's DNNClassifier\n\u003c/p\u003e\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/Asirwad/IrisFlowerClassifier-DNNClassifier/assets/85600836/206b7e28-51d8-43c7-acd9-e236eb7a8546\" alt=\"Project Logo\" width=\"250\"\u003e\n\u003c/p\u003e\n\n## Overview\nWelcome to the Iris Flower Classifier project! This repository contains a deep learning model based on TensorFlow's DNNClassifier to classify the famous Iris flower dataset 🌼. The goal is to train a powerful neural network 🧠 that can accurately distinguish between different Iris species, making it an excellent showcase of machine learning 🌿 in action.\n\n## Dataset\nThe Iris dataset is a classic benchmark in the machine learning community. It includes 150 samples of Iris flowers, each belonging to one of three species: Setosa, Versicolor, or Virginica. The dataset is divided into four features - sepal length, sepal width, petal length, and petal width. Below is a table summarizing the dataset information:\n\n|    Species   | Sepal Length (cm) | Sepal Width (cm) | Petal Length (cm) | Petal Width (cm) |\n|:------------:|:-----------------:|:----------------:|:-----------------:|:---------------:|\n|   Setosa     |       5.1         |       3.5        |       1.4         |       0.2       |\n| Versicolor   |       7.0         |       3.2        |       4.7         |       1.4       |\n| Virginica    |       6.3         |       3.3        |       6.0         |       2.5       |\n\n## Getting Started\n1. Clone the repository: `git clone https://github.com/Asirwad/IrisFlowerClassifier-DNNClassifier.git`\n2. Install the required dependencies: `pip install tensorflow matplotlib pandas`\n3. Train the DNNClassifier and observe the classification magic! 🌟\n\n## Model Architecture\nThe TensorFlow DNNClassifier in this project is built with multiple hidden layers, allowing it to learn intricate patterns from the Iris dataset. Feel free to customize the architecture and experiment with different hyperparameters to achieve the best performance 🚀.\n\n## Sample output\n\u003ctable\u003e\n  \u003cth\u003eOutput 1\u003c/th\u003e\n  \u003cth\u003eOutput 2\u003c/th\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003cp align=\"center\"\u003e\n          \u003cimg src=\"https://github.com/Asirwad/IrisFlowerClassifier-DNNClassifier/assets/85600836/b87971eb-823c-4bd9-9fb1-8e7d68ed4693\" alt=\"Project Logo\" width=\"600\"\u003e\n      \u003c/p\u003e\n    \u003c/td\u003e\n     \u003ctd\u003e\n      \u003cp align=\"center\"\u003e\n          \u003cimg src=\"https://github.com/Asirwad/IrisFlowerClassifier-DNNClassifier/assets/85600836/61fce739-7781-4210-8a09-d6b9bee648c4\" alt=\"Project Logo\" width=\"600\"\u003e\n      \u003c/p\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Contribution\nContributions are welcome! Whether it's optimizing the model, improving the documentation, or enhancing the visualizations, your contributions can help this project flourish 🌱. Submit a pull request and let's grow together! 🌷\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/Asirwad/IrisFlowerClassifier-DNNClassifier/assets/85600836/e052292a-1f8e-4573-bf1b-f709dae81921\" alt=\"Project Logo\" width=\"250\"\u003e\n\u003c/p\u003e\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasirwad%2Firisflowerclassifier-dnnclassifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasirwad%2Firisflowerclassifier-dnnclassifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasirwad%2Firisflowerclassifier-dnnclassifier/lists"}