Skip to content

Commit b4eeaae

Browse files
- oops, forgot to increment rev in docs
1 parent 3513cef commit b4eeaae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/theory/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
</style>
1414
<body>
15-
<h3>Neural Dependency Cartesian Product (NxN) documentation revision 0</h3>
15+
<h3>Neural Dependency Cartesian Product (NxN) documentation revision 1</h3>
1616
<p>
1717
A Neurocybernetic model for systems of neurons is proposed, derived by forming the Cartesian product of the neurons by the neurons, denoted NxN.
1818
</p><p>
@@ -152,7 +152,7 @@ <h4 id="Operation">Operation</h4>
152152
<br>3) sets each of it's synaptic output states according to a function of the neuron state and the synaptic output state.
153153
<br>4) sets the output state according to the neuron state.
154154
</p><p>
155-
A software NxN simulator was built to experiment with inputs acting via algorithms on the NxN data structure.
155+
A software simulator was built to experiment with inputs acting via algorithms on the NxN data structure.
156156
<br>The complex biochemistry of natural systems is abstracted to simple numerical state values for the modelled neurons and synapses.
157157
</p><p>
158158
The simulator is driven by the input generator.

simulator/NxN-sim.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</head>
2727

2828
<body>
29-
<h3 align=center>Neural Dependency Cartesian Product (NxN) Simulator v0</h3>
29+
<h3 align=center>Neural Dependency Cartesian Product (NxN) Simulator revision 1</h3>
3030
<table>
3131
<tr>
3232
<td style="background-color:#ff99cc;">Outs</td><td align=left><table id="outs"></table></td>

0 commit comments

Comments
 (0)