diff --git a/BHPD/01-DNN-Regression.ipynb b/BHPD/01-DNN-Regression.ipynb index c4e34fa823d378d5b90f85b7d2687ffc2e2e2133..25ef77024279a2380ce17bffc402d6358b77c146 100644 --- a/BHPD/01-DNN-Regression.ipynb +++ b/BHPD/01-DNN-Regression.ipynb @@ -171,7 +171,7 @@ "metadata": {}, "outputs": [], "source": [ - "# (x_train, y_train), (x_test, y_test) = keras.datasets.boston_housing.load_data(test_split=0.2, seed=113)" + "# (x_train, y_train), (x_test, y_test) = keras.datasets.boston_housing.load_data(test_split=0.2, seed=113)\n" ] }, { @@ -1701,7 +1701,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.8.5" } }, "nbformat": 4, diff --git a/Misc/Test.ipynb b/Misc/Test.ipynb new file mode 100644 index 0000000000000000000000000000000000000000..43473022f0933d9bc0fed7c03c696ea7d4aea08d --- /dev/null +++ b/Misc/Test.ipynb @@ -0,0 +1,35 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "respiratory-chuck", + "metadata": {}, + "outputs": [], + "source": [ + "# Ceci est un test" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.5" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}