From 6f7775d3921ac7fcad64c69a88210acfdd0c0de9 Mon Sep 17 00:00:00 2001 From: Luca Massimiliano Ghiringhelli <luca@fhi-berlin.mpg.de> Date: Mon, 25 Oct 2021 14:30:53 +0000 Subject: [PATCH] Update convolutional_nn.ipynb --- convolutional_nn.ipynb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/convolutional_nn.ipynb b/convolutional_nn.ipynb index 5fc1769..8c2d353 100644 --- a/convolutional_nn.ipynb +++ b/convolutional_nn.ipynb @@ -14,7 +14,7 @@ "\n", " \n", " <div style=\"text-align:center\">\n", - " <b><font size=\"6.4\">Convolutional neural networks</font></b> \n", + " <b><font size=\"6.4\">Introduction to convolutional neural networks</font></b> \n", " </div>\n", " \n", "<p>\n", @@ -23,9 +23,11 @@ " Angelo Ziletti, <sup>1</sup> \n", " Andreas Leitherer,<sup>1</sup> \n", " Matthias Scheffler,<sup>1</sup> \n", - " and Luca Ghiringhelli<sup>1</sup> <br><br>\n", + " and Luca M. Ghiringhelli<sup>1</sup> <br><br>\n", " \n", " <sup>1</sup> Fritz Haber Institute of the Max Planck Society, Faradayweg 4-6, D-14195 Berlin, Germany <br>\n", + "<span class=\"nomad--last-updated\" data-version=\"v1.0.0\">[Last updated: January 29, 2021]</span>\n", + " \n", "<div> \n", "<img style=\"float: left;\" src=\"assets/convolutional_nn/Logo_MPG.png\" width=\"200\"> \n", "<img style=\"float: right;\" src=\"assets/convolutional_nn/Logo_NOMAD.png\" width=\"250\">\n", -- GitLab