Mathematics of neural networks in machine learning: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Added bibcode. | Use this bot. Report bugs. | Suggested by Dominic3203 | Category:Artificial neural networks | #UCB_Category 50/159
1blulere (talk | contribs)
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
 
(4 intermediate revisions by 4 users not shown)
Line 1:
{{MainShort description|ArtificialType neuralof network}}
{{Main|Neural network (machine learning)}}
 
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 96 ⟶ 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'''