Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
uek-1 committed Jul 3, 2023
1 parent 294f582 commit e6894dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<h1>TrainXOR</h1>
<p>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 teh website <a href = https://uek-1.github.io/xor-train-game/>here.</a> or build and run locally.</p>
<h2>Run</h2>
<p>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 <a href = https://uek-1.github.io/xor-train-game/>here.</a> or build and run locally:</p>
<h2>Build and run locally</h2>
1. Clone the repository

```
Expand All @@ -15,4 +16,4 @@ cd mlp-viz && trunk serve --port 8080 --release
```

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

0 comments on commit e6894dc

Please sign in to comment.