Skip to content

Commit

Permalink
Merge branch 'main' of github.com:davidADSP/Generative_Deep_Learning_…
Browse files Browse the repository at this point in the history
…2nd_Edition
  • Loading branch information
davidADSP committed May 11, 2023
2 parents d52205d + 40eec4d commit 49d59a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/05_autoregressive/01_lstm/lstm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
"tags": []
},
"source": [
"## 2. Build the LSTM <a name=\"build\"></a>"
"## 4. Build the LSTM <a name=\"build\"></a>"
]
},
{
Expand Down Expand Up @@ -307,7 +307,7 @@
"id": "35b14665-4359-447b-be58-3fd58ba69084",
"metadata": {},
"source": [
"## 3. Train the LSTM <a name=\"train\"></a>"
"## 5. Train the LSTM <a name=\"train\"></a>"
]
},
{
Expand Down Expand Up @@ -416,7 +416,7 @@
"id": "d64e02d2-84dc-40c8-8446-40c09adf1e20",
"metadata": {},
"source": [
"# 3. Generate text using the LSTM"
"## 6. Generate text using the LSTM"
]
},
{
Expand Down

0 comments on commit 49d59a0

Please sign in to comment.