Skip to content

Commit b8bb06a

Browse files
committed
updated the definition of baseline model in keras_feat_eng.ipynb
1 parent d5f3728 commit b8bb06a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

notebooks/feature_engineering/labs/4_keras_adv_feat_eng.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"source": [
165165
"## Create a Baseline DNN Model in Keras\n",
166166
"\n",
167-
"Now let's build the Deep Neural Network (DNN) model in Keras using the functional API. Unlike the sequential API, we will need to specify the input and hidden layers. Note that we are creating a linear regression baseline model with no feature engineering. Recall that a baseline model is a solution to a problem without applying any machine learning techniques."
167+
"Now let's build the Deep Neural Network (DNN) model in Keras using the functional API. Unlike the sequential API, we will need to specify the input and hidden layers. Note that we are creating a linear regression baseline model with no feature engineering. A baseline model is a simple, basic model that acts as a reference point for evaluating the performance of more complex models."
168168
]
169169
},
170170
{
@@ -618,15 +618,15 @@
618618
],
619619
"metadata": {
620620
"environment": {
621-
"kernel": "conda-base-py",
622-
"name": "workbench-notebooks.m121",
621+
"kernel": "python3",
622+
"name": "tf2-gpu.2-17.m126",
623623
"type": "gcloud",
624-
"uri": "us-docker.pkg.dev/deeplearning-platform-release/gcr.io/workbench-notebooks:m121"
624+
"uri": "us-docker.pkg.dev/deeplearning-platform-release/gcr.io/tf2-gpu.2-17:m126"
625625
},
626626
"kernelspec": {
627-
"display_name": "Python 3 (ipykernel) (Local)",
627+
"display_name": "Python 3 (Local)",
628628
"language": "python",
629-
"name": "conda-base-py"
629+
"name": "python3"
630630
},
631631
"language_info": {
632632
"codemirror_mode": {
@@ -638,7 +638,7 @@
638638
"name": "python",
639639
"nbconvert_exporter": "python",
640640
"pygments_lexer": "ipython3",
641-
"version": "3.10.14"
641+
"version": "3.10.15"
642642
}
643643
},
644644
"nbformat": 4,

0 commit comments

Comments
 (0)