Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 624 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 624 Bytes

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