shangguanlingjun / backpropagation-neural-network

Backpropagation neural networks (or "backward propagation of errors") is a method of training artificial neural networks. From a desired output, the network learns from many inputs and adjust the your knowledge until its correct, similar to the way a child learns to identify a specific dog from examples of common dogs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backpropagation neural network

Backpropagation, an abbreviation for "backward propagation of errors", is a common method of training artificial neural networks. From a desired output, the network learns from many inputs, similar to the way a child learns to identify a dog from examples of dogs.

data set from

http://archive.ics.uci.edu/ml/datasets/seeds

About

Backpropagation neural networks (or "backward propagation of errors") is a method of training artificial neural networks. From a desired output, the network learns from many inputs and adjust the your knowledge until its correct, similar to the way a child learns to identify a specific dog from examples of common dogs.


Languages

Language:Python 100.0%