Academia.eduAcademia.edu

Biologically Inspired Computing: The Neural Network

Abstract

Artificial intelligence has been the inspiration and goal of computing since the discipline was first conceived by Alan Turing. Our understanding of the brain has increased in parallel with the development of computers capable of modelling its functions. While the human brain is vastly complex, too much so for the computation abilities of modern super computers, interesting results have been found while modelling the nervous system of smaller creatures such as the salamander [3].

Key takeaways

  • If enough signals reach the soma to excite it (reach its action potential), then it will fire the whole neuron.
  • There are 100 billion neurons [2] (p190) in the human brain; each neuron is commonly connected to thousands of other neurons.
  • Taking a set of n MPC neurons in an attractor net, the net will have 2 n states (each neuron can either be at one or two).
  • The hidden neurons are all connected to each other, themselves and every input and output neuron, with every connection having an individual weight.
  • Neurons (biological and artificial) that commonly fire each other reinforce each other.