Skip to content

a neural network using backpropagation. it classifies a point to one of for quadrants on the screen. it also features a visible representation of the neural network.

Notifications You must be signed in to change notification settings

ezBeanie/basic-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-neural-network

a feed forward neural network using backpropagation written for Processing 3 (java).

it classifies a point to one of for quadrants on the screen. it also features a visible representation of the neural network.

How to run it?

just open NeuralNetwork.pde with processing and click the play button in the upper left corner to run the project. to train the network, click the play button in the lower right corner. pause at any point and look at the networks prediction depending on your mouse position.

About

a neural network using backpropagation. it classifies a point to one of for quadrants on the screen. it also features a visible representation of the neural network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published