Skip to content

Commit 3513cef

Browse files
Update README.md
1 parent d69ab18 commit 3513cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The NxN model abstracts a natural neural system to a state machine.
22
This gives the NxN data structure, an n by n table, where n is the number of neurons in the system. Some cells accommodate the states of the neurons, but more importantly, there are cells providing for the state of the synaptic dependency of each neuron on every other neuron.
3-
This software simulator was built to experiment with inputs acting via algorithms on the this data structure.
3+
<p>This software simulator was built to experiment with inputs acting via algorithms on the this data structure.
44
The operation of the simulator sets some synaptic cells to the potentiated state in a particular pattern.
55
When this pattern is interpreted correctly, the cybernetic function performed by this algorithm is to <i>remember the paths the neuron inputs take through the input configuration space</i>

0 commit comments

Comments
 (0)