Skip to content

Rust implementation of the Adaline artificial neural network algorithm for educational purposes.

Notifications You must be signed in to change notification settings

auri-gabriel/adaline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adaline

A rust implementation of the Adaline algorithm.

Introduction

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.

Files

  • 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 the Adaline struct and related functions.

Development

This project was developed for educational purposes and is not intended for use as a library.

About

Rust implementation of the Adaline artificial neural network algorithm for educational purposes.

Topics

Resources

Stars

Watchers

Forks

Languages