A rust implementation of the Adaline algorithm.
This repository contains a Rust implementation of the Adaline algorithm, an artificial neural network algorithm that uses gradient descent to update the weights of the network.
main.rs: The entry point of the program, where the Adaline network is trained and tested.adaline.rs: The implementation of the Adaline algorithm, including theAdalinestruct and related functions.
This project was developed for educational purposes and is not intended for use as a library.