Skip to content

Predicting leaf using the K Nearest Neighbour algorithm using the Iris dataset.

Notifications You must be signed in to change notification settings

fraxhost/PredictingLeaf_Knn

Repository files navigation

Leaf Prediction using KNN

This project implements a leaf prediction algorithm using the K-Nearest Neighbors (KNN) algorithm. The model is trained and tested on the Iris dataset, which is a well-known dataset in the machine learning community.

Features

  • K-Nearest Neighbors (KNN): A simple, yet effective, classification algorithm.
  • Iris Dataset: Utilizes the Iris dataset for training and testing the model.
  • Java Implementation: The project is implemented in Java without using ML libraries.

About

Predicting leaf using the K Nearest Neighbour algorithm using the Iris dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages