Loading projects...
Loading projects...
## ANN Deep Learning Project Implementation A compact, well-documented implementation of Artificial Neural Networks (ANNs) demonstrating a single-layer perceptron binary classifier using the classic perceptron learning rule. This repository contains training, evaluation, and inference utilities designed for education and experiments with linearly separable datasets.
A perceptron-based binary classifier for linearly separable datasets with the classic perceptron learning rule in C++