Perceptron interface built with Elm as a school project
- Automatic training
- Real-time training updates
- Add data points using pointer
- Training can be paused to adjust weights
Install dependencies and build output
npm install
npm run build
Then open public/index.html
using your web browser.