History of Computers - Artificial Neural Network

From SJS Wiki
Revision as of 21:37, 17 September 2018 by Awindham (Talk | contribs)

Jump to: navigation, search

Introduction

Artificial neural networks (ANNs) are a type of machine learning AI that loosely mirror biological neural networks. [1] ANNS are useful at solving problems that the creator dose not completely understand. ANNs are also useful when dealing with incomplete or crazy data. ANNs solve problems by adapting – or learning. ANNs learn through trial and error. Every training run is slightly different than the one before it. The training process is repeated until the network outputs the desired product.

Overview

cover.png [2] ANNs consist of input nodes, one or more input layers and an output layer. The simplified version of what happens is that each input layer feeds the data to the each node of the hidden layer which is assigned has a unique weight. Then each node outputs a value based on its weight and the data received. The output is then, depending on the complexity of the network, sent to either another input layer or to the output layer. [3] [4] I would sugjest watchig [1] video.

Significance

References

  1. https://www.zdnet.com/article/what-is-deep-learning-everything-you-need-to-know/
  2. cover.png
  3. https://www.frontiersin.org/research-topics/4817/artificial-neural-networks-as-models-of-neural-information-processing
  4. https://www.youtube.com/watch?v=aircAruvnKk