Skip to content

uek-1/xor-train-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrainXOR

TrainXor is an educational web application created in rust using egui that attempts to teach users how different parameters affect the ability of a machine learning model to learn the XOR gate. Access the website here. or build and run locally:

Build and run locally

1. Clone the repository
git clone https://github.com/uek-1/xor-train-game

  1. While in "xor-train-game/" run the following in the terminal :
cd mlp-viz && trunk serve --port 8080 --release

  1. The website should be running at http://127.0.0.1:8080

About

Educational game about training a ML model to learn XOR efficiently

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published