Skip to content

mmajdanski/single-perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

single-perceptron

This project is an Create React App project specifically designed to demonstrate the power of a single Perceptron in Machine Learning.

Getting Started

  1. Clone this repo

https://github.com/mmajdanski/single-perceptron.git

  1. To run, go to project folder and run

$ npm install or $ yarn install (if you are using yarn)

  1. Now start dev server by running -

$ npm start or $ yarn start

  1. If the browser does not automatically for any reason visit - http://localhost:3000/

For more create-react-app commands refer package.json

Code structure

Components

The code consists of two main files: /src/App.js (for the Layout and firing off the ML algorithm) and /src/ml.js (for the machine learning algorithms)

This example should be used for demonstration purposes only. Feel free to modify the code for the behavior you want.

Recommended Resources

Official Facebook Documentation on React

For any updates to the repo, please visit the changelog

Located here.

Something Missing or Incorrect?

File an issue here.

About

Single Perceptron Solvinga Linear Problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published