/Perceptron-Algorythm-Java

This project implements a Perceptron, which is a fundamental algorithm used in machine learning for binary classification tasks. The Perceptron learns from a set of training data and adjusts its weights to classify new data points.

Primary LanguageJava

Stargazers