java-perceptron

There are 1 repositories under java-perceptron topic.

  • okdotdev/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.

    Language:Java1100