1 / 63

3.2. Neurons and their networks 3.2.1 Biological neurons

3.2. Neurons and their networks 3.2.1 Biological neurons. Tasks such as navigation, but also cognition, memory etc. happen in the nervous system (more specifically the brain). The nervous system is made up of several different types of cells: - Neurons - Astrocytes - Microglia

Download Presentation

3.2. Neurons and their networks 3.2.1 Biological neurons

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 3.2. Neurons and their networks 3.2.1 Biological neurons Tasks such as navigation, but also cognition, memory etc. happen in the nervous system (more specifically the brain).

  2. The nervous system is made up of several different types of cells: - Neurons - Astrocytes - Microglia - Schwann cells Neurons do the computing, the rest is infrastructure

  3. Astrocytes • Star-shaped, abundant, and versatile • Guide the migration of developing neurons • Act as K+ and NT buffers • Involved in the formation of the blood brain barrier • Function in nutrient transfer

  4. Microglia • Specialized immune cells that act as the macrophages of the central nervous system

  5. Schwann cells andOligodendrocytes Produce the myelin sheath which provides the electrical insulation for neurons and nerve fibers Important in neuronal regeneration

  6. Myelination – electrically insulates the axon, which increases the transport speed of the action potential

  7. Types of neurons Brain Sensory Neuron Lots of interneurons Motor Neuron

  8. What they look like

  9. ...or schematically

  10. In fact, things are a bit more crowded

  11. Neurons communicate with each other, we will see later how this works. This will be the "neural network"

  12. Thus, neurons need to be able to conduct information in 2 ways: • From one end of a neuron to the other end.This is accomplished electrically via action potentials • Across the minute space separating one neuron from another. This is accomplished chemically via neurotransmitters.

  13. Resting potential of neurons K+ Cl- Outside of Cell Na+ Cell Membrane at rest Na+ - 70 mV A- K+ Cl- Inside of Cell Potassium (K+) can pass through to equalize its concentration Sodium and Chlorine cannot pass through Result - inside is negative relative to outside

  14. Now lets open a Na channel in the membrane... If the initial amplitude of the GP is sufficient, it will spread all the way to the axon hillock where V-gated channels reside. At this point an action potential can be excited if the voltage is high enough.

  15. N.B. The gating properties of ion channels were determined long before it was known they existed from electrical measurements (conductivity of squid axons to Na and K) Similar for the transport of K – the different coefficients imply the number of opening and gating bits...

  16. With modern crystalography, these effects have been observed...

  17. Transport of the action potential, like a row of dominos falling...

  18. This goes a lot faster with myelinated axons – saltating transport...

  19. Once at the syapse, the signal is transmitted chamically via neurotransmitters (e.g. Acetylcholin) These are then used to excite a new graded potential in the next neuron

  20. This graded potential can be both positive and negative, depending on the environment

  21. The intensity of the signal is given by the firing frequency

  22. These properties are caricatured in the McCulloch-Pitts neuron Learning happens when the weights wij are changed in response to the environment – this needs an updating rule

  23. Common in informatics is the iterative learning, which needs a teacher. I.e. The weights are adjusted so that in every learning step, the distance to the correct answer is obtained. This is known as the perceptron

  24. With the use of hidden layers, not linearly separable variable can be learnt...

  25. An example: letter recognition

  26. The problems that can be solved depend on the structure of the network

  27. 3.2.2 Hebbian learning This means that a synapse gets stronger as neighbouring cells are more correlated

  28. Hebb’s Law can be represented in the form of two rules: 1. If two neurons on either side of a connection are activated synchronously, then the weight of that connection is increased. 2. If two neurons on either side of a connection are activated asynchronously, then the weight of that connection is decreased. Hebb’s Law provides the basis for learning without a teacher. Learning here is a local phenomenon occurring without feedback from the environment.

  29. Hebbian learning in a neural network

  30. A Hebbian Cell Assembly By means of the Hebbian Learning Rule, a circuit of continuously firing neurons could be learned by the network. The continuing activation in this cell assembly does not require external input. The activation of the neurons in this circuit would correspond to the perception of a concept.

  31. A Cell Assembly Input from the environment

  32. A Cell Assembly Input from the environment

  33. A Cell Assembly Input from the environment

  34. A Cell Assembly Input from the environment

  35. A Cell Assembly Note that the input from the environment is gone...

  36. A Cell Assembly

  37. Hebbian learning implies that weights can only increase. To resolve this problem, we might impose a limit on the growth of synaptic weights. It can be done by introducing a non-linear forgetting factor into Hebb’s Law: whereis the forgetting factor. The forgetting factor usually falls in the interval between 0 and 1, typically between 0.01 and 0.1, to allow only a little “forgetting” while limiting the weight growth.

  38. First simulation of Hebbian learning • Rochester et al. attempted to simulate the emergence of cell assemblies in a small network of 69 neurons. They found that everything became active in their network. • They decided that they needed to include inhibitory synapses. This worked and cell assemblies did, indeed, form. • This was later confirmed in real brain circuitry.

  39. In fact, these inhibitory connections are distance dependent and as such give rise to structure

  40. Exciation happens within columns and inhibition further away

  41. Long range inhibition and short range activation gives rise to patterns See also the excursion into pattern formation in Sec 3.6

  42. Feature mapping Kohonen model

  43. Competitive learning Set initial synaptic weights to small random values, say in an interval [0, 1], and assign a small positive value to the learning rate parameter. Update weights: j(p) is the neighbourhood function centred around jX Iterate...

  44. To illustrate competitive learning, consider the Kohonen network with 100 neurons arranged in the form of a two-dimensional lattice with 10 rows and 10 columns. The network is required to classify two-dimensional input vectors  each neuron in the network should respond only to the input vectors occurring in its region. The network is trained with 1000 two-dimensional input vectors generated randomly in a square region in the interval between –1 and +1. The learning rate parameteris equal to 0.1.

  45. Initial random network

More Related