iris-perceptron-adaline-classification

Iris Classification with Perceptron and Adaline

This project implements binary classification on the Iris dataset using Perceptron and Adaline models.

📌 Overview

The goal of this project is to classify Iris Setosa and Iris Versicolor using two selected features: sepal length and petal length. The notebook demonstrates several fundamental machine learning concepts, including model training, feature standardization, decision boundary visualization, learning rate comparison, and model saving.

✨ Features

🛠️ Tech Stack

📊 Models Used

📁 Dataset

The dataset used in this project is the Iris dataset from the UCI Machine Learning Repository.

Streamlit

https://praktikum1-12427.streamlit.app/