Adaline-Neural-Network This project demonstrates the implementation of the AND, OR logic gates using an Adaptive Linear Neuron (Adaline) neural network. Adaline is a single-layer perceptron model that utilizes the gradient descent algorithm to learn from data.