Skip to content

manuszep/rosenblattperceptronjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rosenblatt Perceptron Build Status

DEMO: https://rosenblattperceptron.herokuapp.com/

Training of a Perceptron in the Browser with Vue.js & SVG.

This is a demonstration of training a perceptron to categorize entities between friendly or not according to 2 features, teeth and size.


Screenshot

Training:

Training

Install

  • Note: requires a node version >= 6 and an npm version >= 3.

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

💡 you will need to run npm run build for publishing like for heroku

Run

$ npm run hot-server

Then head to localhost:8080 in the browser.

Testing

$ npm run test

About

Training of a Perceptron in the Browser with Vue.js & SVG.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.4%
  • HTML 43.7%
  • CSS 7.9%