diff --git a/10_neural_nets_with_keras.ipynb b/10_neural_nets_with_keras.ipynb index 8c1ca66..4bd30d9 100644 --- a/10_neural_nets_with_keras.ipynb +++ b/10_neural_nets_with_keras.ipynb @@ -1085,15 +1085,6 @@ "y_pred_main, y_pred_aux = model.predict((X_new_A, X_new_B))" ] }, - { - "cell_type": "code", - "execution_count": 67, - "metadata": {}, - "outputs": [], - "source": [ - "model = WideAndDeepModel(30, activation=\"relu\")" - ] - }, { "cell_type": "markdown", "metadata": {},