From 9c3c7a0b8e82c03bef1c0a94d5d531bbc0d97741 Mon Sep 17 00:00:00 2001 From: Jean-Luc Parouty <Jean-Luc.Parouty@grenoble-inp.fr> Date: Wed, 19 Feb 2020 08:55:28 +0100 Subject: [PATCH] test markdown comment Former-commit-id: 00c17a25faa4a46ba79fca69ffe4b7b94180edf5 --- BHPD/01-DNN-Regression.ipynb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BHPD/01-DNN-Regression.ipynb b/BHPD/01-DNN-Regression.ipynb index e7188f9..e6ccddb 100644 --- a/BHPD/01-DNN-Regression.ipynb +++ b/BHPD/01-DNN-Regression.ipynb @@ -8,11 +8,14 @@ "\n", "# Deep Neural Network (DNN) - BHPD dataset\n", "\n", + "<!-- INDEX : Simple regression with a Dense Neural Network (DNN) - BHPD dataset -->\n", "\n", "A very simple and classic example of **regression** :\n", "\n", "## Objectives :\n", - "Predicts **housing prices** from a set of house features. \n", + " - Predicts **housing prices** from a set of house features. \n", + " - Understanding the principle and the architecture of a regression with a dense neural network \n", + "\n", "\n", "The **[Boston Housing Dataset](https://www.cs.toronto.edu/~delve/data/boston/bostonDetail.html)** consists of price of houses in various places in Boston. \n", "Alongside with price, the dataset also provide information such as Crime, areas of non-retail business in the town, \n", -- GitLab