You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Public/index.htm
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -370,7 +370,7 @@
370
370
<br> Forming a result <spanclass="textDrinkMeAlice">(prediction)</span> after subsiquent activations, as-though compounding ripples in a pond.
371
371
372
372
<br><br>Rather than a grid of numbers aligning to yield a prediction, it's a data structure which outputs a value due to the neuron connections.
373
-
<br> Realistically, the output should be similar to a RNN, but with a different mental structure.
373
+
<br> Realistically, the output should be similar to a Recurrent Neural Network (RNN), but with a different mental structure.
374
374
375
375
<br><br>
376
376
<divclass='gitPageAboutMeInfoStyle'>
@@ -383,7 +383,7 @@
383
383
384
384
385
385
<br><br><spanclass="innerCenter">How about an ESN AI I wrote in the summer of 2024?
386
-
<br>An ESN or Echo State Network is a type of Recurrent Neural Network (RNN) which considers time in it's prediction.
386
+
<br>An ESN or Echo State Network is a type of RNN which considers time in it's prediction.
387
387
<br>It thinks about past events to predict future events.
388
388
<divclass='gitPageAboutMeSpacer'></div>
389
389
Since the brain learns on the fly, why not feed it some videos I made?
Copy file name to clipboardExpand all lines: docs/index.htm
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -370,7 +370,7 @@
370
370
<br> Forming a result <spanclass="textDrinkMeAlice">(prediction)</span> after subsiquent activations, as-though compounding ripples in a pond.
371
371
372
372
<br><br>Rather than a grid of numbers aligning to yield a prediction, it's a data structure which outputs a value due to the neuron connections.
373
-
<br> Realistically, the output should be similar to a RNN, but with a different mental structure.
373
+
<br> Realistically, the output should be similar to a Recurrent Neural Network (RNN), but with a different mental structure.
374
374
375
375
<br><br>
376
376
<divclass='gitPageAboutMeInfoStyle'>
@@ -383,7 +383,7 @@
383
383
384
384
385
385
<br><br><spanclass="innerCenter">How about an ESN AI I wrote in the summer of 2024?
386
-
<br>An ESN or Echo State Network is a type of Recurrent Neural Network (RNN) which considers time in it's prediction.
386
+
<br>An ESN or Echo State Network is a type of RNN which considers time in it's prediction.
387
387
<br>It thinks about past events to predict future events.
388
388
<divclass='gitPageAboutMeSpacer'></div>
389
389
Since the brain learns on the fly, why not feed it some videos I made?
0 commit comments