Skip to content

Simple neural network based on color value and distance

Notifications You must be signed in to change notification settings

Amre-Amer/neuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Neural Network (pixel distance)

Unity Neural network

Apr 9 2018

DataSets and Correction: DataType and DataSetType

Organic Perceptrons:

Correction factor = target / prediction.

Back Propagation = Multiple each weight by the correction factor.

Each neuron can have unique number of inputs (and weights)

No layers, more difficult to set up (for now)

Simple math

Should scale up nicely

Benchmark by number of neurons

Need nice test data sets

| ## Build Requirements | | | | Run in editor | | | | ## Runtime Requirements | | | | Unity 2017, or later |

me@amre-amer.com

About

Simple neural network based on color value and distance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages