Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 464 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 464 Bytes

Classelmfier

Perceptron interface built with Elm as a school project

image

Features

  • Automatic training
  • Real-time training updates
  • Add data points using pointer
  • Training can be paused to adjust weights

Usage

Install dependencies and build output

npm install
npm run build

Then open public/index.html using your web browser.