Training of a Perceptron in the Browser with Vue.js & SVG.
DEMO: https://rosenblattperceptron.herokuapp.com/
This is a demonstration of training a perceptron to categorize entities between friendly or not according to 2 features, teeth and size.
First, clone the repo via git:
git clone https://github.com/elyx0/rosenblattperceptronjs.git your-project-name
And then install dependencies.
$ cd your-project-name && npm install
:bulb: you will need to run npm run build for publishing like for heroku
$ npm run hot-server
Then head to localhost:8080
in the browser.
$ npm run test