Skip to content

Educational game about training a ML model to learn XOR efficiently

Notifications You must be signed in to change notification settings

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