diff --git a/examples/2.1-hello-sequential.ipynb b/examples/2.1-hello-sequential.ipynb index 4b85b8e..f9f87e3 100644 --- a/examples/2.1-hello-sequential.ipynb +++ b/examples/2.1-hello-sequential.ipynb @@ -22,7 +22,7 @@ }, "cell_type": "markdown", "source": [ - "# MNIST: Sequential edition\n" + "# Hello World: Sequential edition\n" ] }, { @@ -105,7 +105,7 @@ "source": [ "history = model.fit(x_train, y_train, validation_data=(x_test, y_test), epochs=5)" ], - "execution_count": 4, + "execution_count": 0, "outputs": [ { "output_type": "stream", @@ -173,7 +173,7 @@ "plt.ylabel('Loss')\n", "plt.legend()" ], - "execution_count": 5, + "execution_count": 0, "outputs": [ { "output_type": "execute_result",