Skip to content

DanArmor/ai-algorithms

Repository files navigation

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