From 49bbdc0528a19ff5965c7b2faa8b09c35c57383d Mon Sep 17 00:00:00 2001 From: Luca Massimiliano Ghiringhelli <luca@fhi-berlin.mpg.de> Date: Mon, 25 Oct 2021 14:31:09 +0000 Subject: [PATCH] Update metainfo.json --- metainfo.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/metainfo.json b/metainfo.json index e09e5c0..90143f8 100644 --- a/metainfo.json +++ b/metainfo.json @@ -5,22 +5,18 @@ "Ghiringhelli, Luca M." ], "email": "ghiringhelli@fhi-berlin.mpg.de", - "title": "Convolutional Neural network tutorial ", + "title": "Introduction to convolutional neural networks", "description": "In this tutorial, we briefly introduce the main ideas behind convolutional neural networks, build a neural network model with Keras, and explain the classification decision process using attentive response maps.", "url": "https://gitlab.mpcdf.mpg.de/nomad-lab/analytics-convolutional-nn", "link": "https://analytics-toolkit.nomad-coe.eu/hub/user-redirect/notebooks/tutorials/convolutional_nn.ipynb", "link_public": "https://analytics-toolkit.nomad-coe.eu/public/user-redirect/notebooks/tutorials/convolutional_nn.ipynb", "link_video": "https://youtu.be/MST8X1yCWK8", - "updated": "2019-04-01", + "updated": "2021-01-29", "flags":{ "featured": true, "top_of_list": false }, "labels": { - "application_keyword": [ - "Classification", - "Neural Networks" - ], "application_section": [ "Tutorials for artificial-intelligence methods" ], @@ -30,8 +26,11 @@ "category": [ "intermediate_tutorial" ], - "data_analytics_method": [ - "Convolutional Neural networks", + "ai_methods": [ + "Supervised learning" + "Classification", + "Neural networks" + "Convolutional neural networks", "Attentive response map" ], "platform": [ -- GitLab