AI algorithms visualizations made with Rust and egui.
Executables for Windows and Linux can be downloaded from Release page.
Contains:
- Simulated annealing (what it is)
- ART-1 (what it is)
- Ant algorithm (what it is).
- Neural network (what it is)
- Genetic algorithm (what it is)
- Hopfield network (what it is)
- Bidirectional associative memory (what it is)
N Queen Problem solved with simulated annealing
Clastering data with ART-1
Travel salesman problem solved with ant algorithm
Image classification using a neural network. Works with 28x28 black-white images
(in the example gif - types of vehicles)
Travel salesman problem solved with genetic algorithm