Structure of neural networks

From Computer Science Wiki
Revision as of 08:00, 4 February 2019 by Bmackenty (talk | contribs) (Created page with "right|frame|HL content: Modeling & Simulation<ref>http://www.flaticon.com/</ref> == Introduction == Artificial neural networks (ANNs) or connectionis...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
HL content: Modeling & Simulation[1]

Introduction[edit]

Artificial neural networks (ANNs) or connectionist systems are computing systems vaguely inspired by the biological neural networks that constitute animal brains. Such systems "learn" (i.e. progressively improve performance on) tasks by considering examples, generally without task-specific programming. For example, in image recognition, they might learn to identify images that contain cats by analyzing example images that have been manually labeled as "cat" or "no cat" and using the results to identify cats in other images. They do this without any a priori knowledge about cats, e.g., that they have fur, tails, whiskers and cat-like faces. Instead, they evolve their own set of relevant characteristics from the learning material that they process. [2]



Standards[edit]

  • Outline the structure of neural networks.

References[edit]