From 1857c40ec01a3afc3ee2e2b701bc8dac12ed3c0f Mon Sep 17 00:00:00 2001 From: Patrice Bellot Date: Sun, 2 Apr 2023 22:20:51 +0200 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9=C3=A9=20avec=20Colaboratory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MLP Titanic.ipynb | 41 ++++++++++++++++++++++++++--------------- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/MLP Titanic.ipynb b/MLP Titanic.ipynb index b773b84..f38c317 100644 --- a/MLP Titanic.ipynb +++ b/MLP Titanic.ipynb @@ -1,8 +1,18 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "view-in-github", + "colab_type": "text" + }, + "source": [ + "\"Open" + ] + }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "metadata": { "collapsed": true, "id": "cDHDWDlAbZmV" @@ -28,7 +38,7 @@ "base_uri": "https://localhost:8080/" } }, - "execution_count": 1, + "execution_count": null, "outputs": [ { "output_type": "stream", @@ -57,7 +67,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "metadata": { "id": "9Yp2bh7QbZma" }, @@ -77,7 +87,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "metadata": { "id": "TFuvklfcbZmb" }, @@ -88,7 +98,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "metadata": { "id": "D4D3mGTwbZmc" }, @@ -99,7 +109,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "metadata": { "id": "e6O5B0R4bZmd" }, @@ -112,7 +122,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": null, "metadata": { "id": "K0Rn-kEybZme", "outputId": "b0d27c61-fcf2-44f4-a3da-1d45c89a777c", @@ -461,7 +471,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": null, "metadata": { "id": "vFFKcDJRbZme" }, @@ -475,7 +485,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": null, "metadata": { "id": "XiKrU1UDbZmf", "outputId": "458403e8-deaf-4d87-b297-20d0aec34a4c", @@ -581,7 +591,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": null, "outputs": [], "source": [ "##### Réglage des paramètres d'apprentissage : (voir https://keras.io/api/optimizers/)\n", @@ -594,7 +604,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": null, "outputs": [], "source": [ "def plot():\n", @@ -625,7 +635,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": null, "outputs": [], "source": [ "X_train, X_test, Y_train, Y_test = train_test_split(titanic[features], titanic['Survived'], random_state=0)" @@ -636,7 +646,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": null, "outputs": [ { "output_type": "stream", @@ -718,7 +728,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": null, "outputs": [ { "output_type": "display_data", @@ -1209,7 +1219,8 @@ "version": "3.10.10" }, "colab": { - "provenance": [] + "provenance": [], + "include_colab_link": true } }, "nbformat": 4,