Iris Flower Classifier
A deep learning model using PyTorch to classify Iris flowers into Setosa, Versicolor, or Virginica.

Project Overview
This project uses a neural network built with PyTorch to classify flowers from the Iris dataset based on petal and sepal dimensions.
- Dataset preprocessing and normalization
- Implementation of a neural network with 3 layers
- Training and evaluation with PyTorch
- Visualization of results using Matplotlib