Skip to content

Commit 7b4a775

Browse files
committed
Updated readme
1 parent 7072d53 commit 7b4a775

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ Important functions:
1717
- and_net.spikes_to_current(neuron, conversion_factor): calculates an average output current based on the frequency of output spikes from a given neuron. Conversion factor is multiplied by spike frequency for current output.
1818
- and_net.spikes_to_binary(neuron, threshold): checks if the given neuron is spiking at or above the threshold frequency. If so, return 1, else return 0.
1919

20+
### lif_connection.py
21+
22+
Structure:
23+
24+
- self.start: the first neuron in the connection
25+
- self.end: the second neuron in the connection
26+
- self.weight: the weight of the connection
27+
- self.id: a string to identify the connection
28+
2029
### lif_neuron.py
2130

2231
Structure:

0 commit comments

Comments
 (0)