Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shikhargupta authored Sep 14, 2016
1 parent fce0336 commit 4ef5759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
In neurobiology synapse is a junction between two nerve cells, consisting of a minute gap across which impulses pass by diffusion of a neurotransmitter.
In an SNN, synapse is the weighted path for generated spikes from one neuron to the other connected neurons.
<p align="center">
<img src="/images/Neural net-06.jpg" width="500"/>
<img src="/images/1.jpg" width="500"/>
</p>

This is the implementation of a simple network of 2 layers with 5 neurons in the first layer and 3 in the second as shown in the figure. Each neuron in the first layer is connected to all the neurons in the second layer via synapse. Synapses are realised by a 2D matrix of size (5x3) initialised with random weights.
Expand Down

0 comments on commit 4ef5759

Please sign in to comment.