Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions BioBot_FDS_YB_08_IMPLEMENTING_LSTM_V181204_14.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,29 @@
"execution_count": 0,
"outputs": []
},
{
"metadata": {
"id": "dsIFprSTnGV8",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### Compile the LSTM Model"
]
},
{
"metadata": {
"id": "QgrmgnCYbAow",
"colab_type": "code",
"colab": {}
},
"cell_type": "code",
"source": [
"my_model_NN.compile(loss='mae', optimizer='adam')"
],
"execution_count": 0,
"outputs": []
},
{
"metadata": {
"id": "ogEXXLqnnCTj",
Expand Down Expand Up @@ -1500,29 +1523,6 @@
}
]
},
{
"metadata": {
"id": "dsIFprSTnGV8",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### Compile the LSTM Model"
]
},
{
"metadata": {
"id": "QgrmgnCYbAow",
"colab_type": "code",
"colab": {}
},
"cell_type": "code",
"source": [
"my_model_NN.compile(loss='mae', optimizer='adam')"
],
"execution_count": 0,
"outputs": []
},
{
"metadata": {
"id": "Xh4r5rA3b8z5",
Expand Down Expand Up @@ -3828,4 +3828,4 @@
]
}
]
}
}