Content deleted Content added
Adding short description: "Type of network" |
m Update main template with correct article name; if anyone else wishes to normalise 'ANN' -> 'neural network' throughout the article, feel free to Do so |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1:
{{Short description|Type of network}}
{{Main|
An '''artificial neural network''' (ANN) or '''neural network''' combines biological principles with advanced statistics to solve problems in domains such as [[pattern recognition]] and game-play. ANNs adopt the basic model of neuron analogues connected to each other in a variety of ways.
== Structure ==
Line 97:
[[Pseudocode]] for a [[stochastic gradient descent]] algorithm for training a three-layer network (one hidden layer):
initialize network weights (often small random values).
'''do'''
'''for each''' training example named ex '''do'''
|