DanArmor / ai-algorithms

AI algorithms visualization made with Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ai-algorithms

AI algorithms visualizations made with Rust and egui.

Executables for Windows and Linux can be downloaded from Release page.

Contains:

N Queen Problem solved with simulated annealing

sim-ann.gif

Clastering data with ART-1

art-1.gif

Travel salesman problem solved with ant algorithm

ant.gif

Image classification using a neural network. Works with 28x28 black-white images

(in the example gif - types of vehicles)

neuro.gif

Travel salesman problem solved with genetic algorithm

genetic.gif

Simple example of hopfield network hopfield

Simple example of Biderectional associative memory kosko.gif