Skip to content

Commit ec378d1

Browse files
committed
Move the RNN long-name on AboutMe
1 parent 9d9ae94 commit ec378d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Public/index.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
<br>&nbsp;&nbsp; Forming a result <span class="textDrinkMeAlice">(prediction)</span> after subsiquent activations, as-though compounding ripples in a pond.
371371

372372
<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>&nbsp;&nbsp; Realistically, the output should be similar to a RNN, but with a different mental structure.
373+
<br>&nbsp;&nbsp; Realistically, the output should be similar to a Recurrent Neural Network (RNN), but with a different mental structure.
374374

375375
<br><br>
376376
<div class='gitPageAboutMeInfoStyle'>
@@ -383,7 +383,7 @@
383383

384384

385385
<br><br><span class="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.
387387
<br>It thinks about past events to predict future events.
388388
<div class='gitPageAboutMeSpacer'></div>
389389
Since the brain learns on the fly, why not feed it some videos I made?

docs/index.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
<br>&nbsp;&nbsp; Forming a result <span class="textDrinkMeAlice">(prediction)</span> after subsiquent activations, as-though compounding ripples in a pond.
371371

372372
<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>&nbsp;&nbsp; Realistically, the output should be similar to a RNN, but with a different mental structure.
373+
<br>&nbsp;&nbsp; Realistically, the output should be similar to a Recurrent Neural Network (RNN), but with a different mental structure.
374374

375375
<br><br>
376376
<div class='gitPageAboutMeInfoStyle'>
@@ -383,7 +383,7 @@
383383

384384

385385
<br><br><span class="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.
387387
<br>It thinks about past events to predict future events.
388388
<div class='gitPageAboutMeSpacer'></div>
389389
Since the brain learns on the fly, why not feed it some videos I made?

0 commit comments

Comments
 (0)