Fix terminology in neuron model description
Corrected terminology regarding neurons and their functions. fix issue #431
This commit is contained in:
parent
2060dd374f
commit
b8e5c994cb
|
|
@ -25,7 +25,7 @@ In this curriculum, we will only focus on neural network models.
|
|||
|
||||
## A Model of a Neuron
|
||||
|
||||
From biology we know that our brain consists of neural cells, each of them having multiple "inputs" (axons), and an output (dendrite). Axons and dendrites can conduct electrical signals, and connections between axons and dendrites can exhibit different degrees of conductivity (controlled by neuromediators).
|
||||
From biology, we know that our brain consists of neural cells (neurons), each of them having multiple "inputs" (dendrites) and a single "output" (axon). Both dendrites and axons can conduct electrical signals, and the connections between them — known as synapses — can exhibit varying degrees of conductivity, which are regulated by neurotransmitters.
|
||||
|
||||
 | 
|
||||
----|----
|
||||
|
|
|
|||
Loading…
Reference in New Issue